summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAndrei Zeliankou <zelenkov@nginx.com>2024-02-15 18:28:51 +0000
committerandrey-zelenkov <xim.andrew@gmail.com>2024-02-27 12:24:44 +0000
commit4d25c612247643329beb9e924d1feded3cf578ab (patch)
treeed1079111403e310f635fa4799e747feda92ca6e /docs
parentd5665f49a486e8aff27d8f7ee65cfbb187401f20 (diff)
downloadunit-4d25c612247643329beb9e924d1feded3cf578ab.tar.gz
unit-4d25c612247643329beb9e924d1feded3cf578ab.tar.bz2
Edited changes.xml for the 1.32.0 release
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.xml90
1 files changed, 80 insertions, 10 deletions
diff --git a/docs/changes.xml b/docs/changes.xml
index ba41f00d..ccc87ef7 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -53,9 +53,17 @@ NGINX Unit updated to 1.32.0.
</para>
</change>
-<change type="bugfix">
+
+</changes>
+
+
+<changes apply="unit" ver="1.32.0" rev="1"
+ date="" time=""
+ packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
+
+<change type="feature">
<para>
-http.createServer() now accepts "options" argument introduced in Node.js v9.6.0, v8.12.0.
+WebAssembly Components using WASI interfaces defined in wasi:http/proxy@0.2.0.
</para>
</change>
@@ -80,12 +88,62 @@ can be used as a unique request identifier.
<change type="feature">
<para>
-bytearray in response body for ASGI applications.
+options to set control socket permissions.
+</para>
+</change>
+
+<change type="feature">
+<para>
+Ruby arrays in response headers, improving compatibility with Rack v3.0.
</para>
</change>
<change type="feature">
<para>
+Python bytearray response bodies for ASGI applications.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+router could crash while sending large files. Thanks to rustedsword.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+serving static files from a network filesystem could lead to error.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+"uidmap" and "gidmap" isolation options validation.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+abstract UNIX socket name could be corrupted during configuration validation.
+Thanks to Alejandro Colomar.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+HTTP header field value encoding could be misinterpreted in Python module.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
+Node.js http.createServer() accepts and ignores the "options" argument,
+improving compatibility with strapi applications, among others.
+</para>
+</change>
+
+<change type="bugfix">
+<para>
ServerRequest.flushHeaders() implemented in Node.js module to make it compatible
with Next.js.
</para>
@@ -97,13 +155,25 @@ ServerRequest.httpVersion variable format in Node.js module.
</para>
</change>
+<change type="bugfix">
+<para>
+Node.js module handles standard library imports prefixed with "node:", making it
+possible to run newer Nuxt applications, among others.
+</para>
+</change>
-</changes>
-
+<change type="bugfix">
+<para>
+Node.js tarball location changed to avoid build/install errors.
+</para>
+</change>
-<changes apply="unit" ver="1.32.0" rev="1"
- date="" time=""
- packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
+<change type="bugfix">
+<para>
+Go module sets environment variables necessary for building on macOS/arm64
+systems.
+</para>
+</change>
</changes>
@@ -182,8 +252,8 @@ compatibility with Node.js 15.0.0 and above.
<change type="bugfix">
<para>
-Node.JS unit-http NPM module now has appropriate default paths for
-macOS/arm64 systems.
+Node.JS unit-http NPM module now has appropriate default paths for macOS/arm64
+systems.
</para>
</change>