summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Callahan <d.callahan@f5.com>2024-02-27 15:15:42 +0000
committerDan Callahan <d.callahan@f5.com>2024-02-27 15:15:42 +0000
commitd76761901c4084bcdbc5a449e9bbb47d56b7093c (patch)
treeb4b7b4e3d588b73a2adcc0094cab466d9194c679 /CHANGES
parentc43629880472bba8d389dfb0b7ae6d883b0ba499 (diff)
parent088117008c9e8f397a58cc8d8070ce047beff12f (diff)
downloadunit-1.32.0-1.tar.gz
unit-1.32.0-1.tar.bz2
Merge tag '1.32.0' into branches/packaging1.32.0-1
Unit 1.32.0 release.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES53
1 files changed, 53 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b16751ae..5204a2a1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,57 @@
+Changes with Unit 1.32.0 27 Feb 2024
+
+ *) Feature: WebAssembly Components using WASI interfaces defined in
+ wasi:http/proxy@0.2.0.
+
+ *) Feature: conditional access logging.
+
+ *) Feature: NJS variables access.
+
+ *) Feature: $request_id variable contains a string that is formed using
+ random data and can be used as a unique request identifier.
+
+ *) Feature: options to set control socket permissions.
+
+ *) Feature: Ruby arrays in response headers, improving compatibility
+ with Rack v3.0.
+
+ *) Feature: Python bytearray response bodies for ASGI applications.
+
+ *) Bugfix: router could crash while sending large files. Thanks to
+ rustedsword.
+
+ *) Bugfix: serving static files from a network filesystem could lead to
+ error.
+
+ *) Bugfix: "uidmap" and "gidmap" isolation options validation.
+
+ *) Bugfix: abstract UNIX socket name could be corrupted during
+ configuration validation. Thanks to Alejandro Colomar.
+
+ *) Bugfix: HTTP header field value encoding could be misinterpreted in
+ Python module.
+
+ *) Bugfix: Node.js http.createServer() accepts and ignores the "options"
+ argument, improving compatibility with strapi applications, among
+ others.
+
+ *) Bugfix: ServerRequest.flushHeaders() implemented in Node.js module to
+ make it compatible with Next.js.
+
+ *) Bugfix: ServerRequest.httpVersion variable format in Node.js module.
+
+ *) Bugfix: Node.js module handles standard library imports prefixed with
+ "node:", making it possible to run newer Nuxt applications, among
+ others.
+
+ *) Bugfix: Node.js tarball location changed to avoid build/install
+ errors.
+
+ *) Bugfix: Go module sets environment variables necessary for building
+ on macOS/arm64 systems.
+
+
Changes with Unit 1.31.1 19 Oct 2023
*) Feature: allow to set the HTTP response status in Wasm module.