Skip to content

Commit b131b04

Browse files
Timo StarkTimo Stark
authored andcommitted
Adding new CHANGES
1 parent 9ff9ec5 commit b131b04

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

source/CHANGES.txt

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,66 @@
11

2+
Changes with Unit 1.32.1 26 Mar 2024
3+
4+
*) Bugfix: NJS variables in templates may have incorrect values due to
5+
improper caching.
6+
7+
*) Bugfix: Wasm application process hangs after receiving restart signal
8+
from the control.
9+
10+
11+
Changes with Unit 1.32.0 27 Feb 2024
12+
13+
*) Feature: WebAssembly Components using WASI interfaces defined in
14+
wasi:http/[email protected].
15+
16+
*) Feature: conditional access logging.
17+
18+
*) Feature: NJS variables access.
19+
20+
*) Feature: $request_id variable contains a string that is formed using
21+
random data and can be used as a unique request identifier.
22+
23+
*) Feature: options to set control socket permissions.
24+
25+
*) Feature: Ruby arrays in response headers, improving compatibility
26+
with Rack v3.0.
27+
28+
*) Feature: Python bytearray response bodies for ASGI applications.
29+
30+
*) Bugfix: router could crash while sending large files. Thanks to
31+
rustedsword.
32+
33+
*) Bugfix: serving static files from a network filesystem could lead to
34+
error.
35+
36+
*) Bugfix: "uidmap" and "gidmap" isolation options validation.
37+
38+
*) Bugfix: abstract UNIX socket name could be corrupted during
39+
configuration validation. Thanks to Alejandro Colomar.
40+
41+
*) Bugfix: HTTP header field value encoding could be misinterpreted in
42+
Python module.
43+
44+
*) Bugfix: Node.js http.createServer() accepts and ignores the "options"
45+
argument, improving compatibility with strapi applications, among
46+
others.
47+
48+
*) Bugfix: ServerRequest.flushHeaders() implemented in Node.js module to
49+
make it compatible with Next.js.
50+
51+
*) Bugfix: ServerRequest.httpVersion variable format in Node.js module.
52+
53+
*) Bugfix: Node.js module handles standard library imports prefixed with
54+
"node:", making it possible to run newer Nuxt applications, among
55+
others.
56+
57+
*) Bugfix: Node.js tarball location changed to avoid build/install
58+
errors.
59+
60+
*) Bugfix: Go module sets environment variables necessary for building
61+
on macOS/arm64 systems.
62+
63+
264
Changes with Unit 1.31.1 19 Oct 2023
365

466
*) Feature: allow to set the HTTP response status in Wasm module.

0 commit comments

Comments
 (0)