summaryrefslogtreecommitdiffhomepage
path: root/docs/changes.xml
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2023-10-19 11:42:05 +0100
committerAndrei Zeliankou <zelenkov@nginx.com>2023-10-19 11:42:05 +0100
commitf5d2088a5c7d8240d4229b358ef1d8a9089e00f0 (patch)
treed6b597d1dc0e73843382aa209434d1d574e35c3e /docs/changes.xml
parentb47415fb72acfd063be6dcd084cecf31178a02cd (diff)
downloadunit-f5d2088a5c7d8240d4229b358ef1d8a9089e00f0.tar.gz
unit-f5d2088a5c7d8240d4229b358ef1d8a9089e00f0.tar.bz2
Edited changes.xml for the 1.31.1 release.
Diffstat (limited to 'docs/changes.xml')
-rw-r--r--docs/changes.xml58
1 files changed, 58 insertions, 0 deletions
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 &lt;nginx-packaging@f5.com&gt;">
+<change type="feature">
+<para>
+allow to set the HTTP response status in Wasm module.
+</para>
+</change>
+
+<change type="feature">
+<para>
+allow uploads larger than 4GiB in Wasm module.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+application process could crash while rewriting URLs with query strings.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+requests larger than about 64MiB could cause error in Wasm module.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+when using many headers in Java module some of them could be
+corrupted due to memory realocation issue.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+ServerRequest.destroy() implemented in Node.js module to make it compatible
+with some frameworks that might use it.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+chunk argument of ServerResponse.write() can now be a Uint8Array to improve
+compatibility with Node.js 15.0.0 and above.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+Node.JS unit-http NPM module now has appropriate default paths for
+macOS/arm64 systems.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+build on musl libc with clang.
+</para>
+</change>
+
</changes>