diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-28 17:51:45 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2023-08-28 17:51:45 +0100 |
commit | 13ee1d725c7696a81eebcad16d33a5b9da88e65c (patch) | |
tree | 3051f73c2197112ef923b71435afaddcdf970b70 /CHANGES | |
parent | 4c0d0123abc60aa4fc8403704f0e389072e1c0b1 (diff) | |
download | unit-13ee1d725c7696a81eebcad16d33a5b9da88e65c.tar.gz unit-13ee1d725c7696a81eebcad16d33a5b9da88e65c.tar.bz2 |
Added version 1.31.0 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,4 +1,24 @@ +Changes with Unit 1.31.0 31 Aug 2023 + + *) Change: if building with njs, version 0.8.0 or later is now required. + + *) Feature: technology preview of WebAssembly application module. + + *) Feature: "response_headers" option to manage headers in the action + and fallback. + + *) Feature: HTTP response header variables. + + *) Feature: ASGI lifespan state support. Thanks to synodriver. + + *) Bugfix: ensure that $uri variable is not cached. + + *) Bugfix: deprecated options were unavailable. + + *) Bugfix: ASGI applications inaccessible over IPv6. + + Changes with Unit 1.30.0 10 May 2023 *) Change: remove Unix domain listen sockets upon reconfiguration. |