From f5d2088a5c7d8240d4229b358ef1d8a9089e00f0 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Thu, 19 Oct 2023 11:42:05 +0100 Subject: Edited changes.xml for the 1.31.1 release. --- docs/changes.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/docs/changes.xml b/docs/changes.xml index 00282868..a48abecb 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -33,6 +33,64 @@ NGINX Unit updated to 1.31.1. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> + + +allow to set the HTTP response status in Wasm module. + + + + + +allow uploads larger than 4GiB in Wasm module. + + + + + +application process could crash while rewriting URLs with query strings. + + + + + +requests larger than about 64MiB could cause error in Wasm module. + + + + + +when using many headers in Java module some of them could be +corrupted due to memory realocation issue. + + + + + +ServerRequest.destroy() implemented in Node.js module to make it compatible +with some frameworks that might use it. + + + + + +chunk argument of ServerResponse.write() can now be a Uint8Array to improve +compatibility with Node.js 15.0.0 and above. + + + + + +Node.JS unit-http NPM module now has appropriate default paths for +macOS/arm64 systems. + + + + + +build on musl libc with clang. + + + -- cgit