diff options
author | Ippolitov Igor <iippolitov@nginx.com> | 2023-10-19 12:50:39 +0100 |
---|---|---|
committer | Ippolitov Igor <iippolitov@nginx.com> | 2023-10-19 12:50:39 +0100 |
commit | c43629880472bba8d389dfb0b7ae6d883b0ba499 (patch) | |
tree | acecdcb36cfb85fac3d8cdbfbe473c26ac2e2686 /docs/changes.xml | |
parent | 8c4425ccb9a413e8d0506e0254f0e84bd89a32a6 (diff) | |
parent | fb33ec86a3b6ca6a844dfa6980bb9e083094abec (diff) | |
download | unit-c43629880472bba8d389dfb0b7ae6d883b0ba499.tar.gz unit-c43629880472bba8d389dfb0b7ae6d883b0ba499.tar.bz2 |
Merged with the default branch.1.31.1-1
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index fca9ebcd..60f259ad 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -16,6 +16,95 @@ unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 unit-jsc19 unit-jsc20 unit-wasm" + ver="1.31.1" rev="1" + date="2023-10-19" time="18:00:00 +0300" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change> +<para> +NGINX Unit updated to 1.31.1. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.31.1" rev="1" + date="2023-10-19" time="18:00:00 +0300" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<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> + + +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 unit-python3.9 unit-python3.10 unit-python3.11 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 + unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 + unit-jsc19 unit-jsc20 + unit-wasm" ver="1.31.0" rev="1" date="2023-08-31" time="18:00:00 +0300" packager="Nginx Packaging <nginx-packaging@f5.com>"> |