diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-10-19 11:44:18 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-10-19 11:44:18 +0100 |
commit | 6736841acc113cae7c2358a8f926446e8da791c1 (patch) | |
tree | ef4fc8454fb97835698c859c57d99512148b5d06 /CHANGES | |
parent | f5d2088a5c7d8240d4229b358ef1d8a9089e00f0 (diff) | |
download | unit-6736841acc113cae7c2358a8f926446e8da791c1.tar.gz unit-6736841acc113cae7c2358a8f926446e8da791c1.tar.bz2 |
Added version 1.31.1 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,4 +1,31 @@ +Changes with Unit 1.31.1 19 Oct 2023 + + *) Feature: allow to set the HTTP response status in Wasm module. + + *) Feature: allow uploads larger than 4GiB in Wasm module. + + *) Bugfix: application process could crash while rewriting URLs with + query strings. + + *) Bugfix: requests larger than about 64MiB could cause error in Wasm + module. + + *) Bugfix: when using many headers in Java module some of them could be + corrupted due to memory realocation issue. + + *) Bugfix: ServerRequest.destroy() implemented in Node.js module to make + it compatible with some frameworks that might use it. + + *) Bugfix: chunk argument of ServerResponse.write() can now be a + Uint8Array to improve compatibility with Node.js 15.0.0 and above. + + *) Bugfix: Node.JS unit-http NPM module now has appropriate default + paths for macOS/arm64 systems. + + *) Bugfix: build on musl libc with clang. + + Changes with Unit 1.31.0 31 Aug 2023 *) Change: if building with njs, version 0.8.0 or later is now required. |