diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-08-31 09:41:46 -0700 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-08-31 09:41:46 -0700 |
commit | c45c8919c7232eb20023484f6d1fc9f1f50395d8 (patch) | |
tree | cc12eb307c1611494948645e4b487fa06495c3d2 /docs/changes.xml | |
parent | 88c90e1c351ab8c5bd487a5cd4b735014b08e271 (diff) | |
parent | 9b22b6957bc87b3df002d0bc691fdae6a20abdac (diff) | |
download | unit-1.31.0-1.tar.gz unit-1.31.0-1.tar.bz2 |
Merged with the default branch.1.31.0-1
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 68257aa8..fca9ebcd 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -14,6 +14,98 @@ 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>"> + +<change> +<para> +NGINX Unit updated to 1.31.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.31.0" rev="1" + date="2023-08-31" time="18:00:00 +0300" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change type="change"> +<para> +if building with njs, version 0.8.0 or later is now required. +</para> +</change> + +<change type="feature"> +<para> +technology preview of WebAssembly application module. +</para> +</change> + +<change type="feature"> +<para> +"response_headers" option to manage headers in the action and fallback. +</para> +</change> + +<change type="feature"> +<para> +HTTP response header variables. +</para> +</change> + +<change type="feature"> +<para> +ASGI lifespan state support. Thanks to synodriver. +</para> +</change> + +<change type="bugfix"> +<para> +ensure that $uri variable is not cached. +</para> +</change> + +<change type="bugfix"> +<para> +deprecated options were unavailable. +</para> +</change> + +<change type="bugfix"> +<para> +ASGI applications inaccessible over IPv6. +</para> +</change> + +</changes> + + +<changes apply="unit-wasm" ver="1.31.0" rev="1" + date="2023-08-14" time="15:00:00 -0700" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change> +<para> +Initial release of WASM module for NGINX Unit. +</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" ver="1.30.0" rev="1" date="2023-05-10" time="18:00:00 +0300" |