summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorIppolitov Igor <iippolitov@nginx.com>2023-10-19 12:50:39 +0100
committerIppolitov Igor <iippolitov@nginx.com>2023-10-19 12:50:39 +0100
commitc43629880472bba8d389dfb0b7ae6d883b0ba499 (patch)
treeacecdcb36cfb85fac3d8cdbfbe473c26ac2e2686 /CHANGES
parent8c4425ccb9a413e8d0506e0254f0e84bd89a32a6 (diff)
parentfb33ec86a3b6ca6a844dfa6980bb9e083094abec (diff)
downloadunit-c43629880472bba8d389dfb0b7ae6d883b0ba499.tar.gz
unit-c43629880472bba8d389dfb0b7ae6d883b0ba499.tar.bz2
Merged with the default branch.1.31.1-1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a0e4410e..b16751ae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.