summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-08-31 09:41:46 -0700
committerKonstantin Pavlov <thresh@nginx.com>2023-08-31 09:41:46 -0700
commitc45c8919c7232eb20023484f6d1fc9f1f50395d8 (patch)
treecc12eb307c1611494948645e4b487fa06495c3d2 /CHANGES
parent88c90e1c351ab8c5bd487a5cd4b735014b08e271 (diff)
parent9b22b6957bc87b3df002d0bc691fdae6a20abdac (diff)
downloadunit-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 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 36540f4e..a0e4410e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.