This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 11
2+ Changes with Unit 1.31.1 19 Oct 2023
3+
4+ *) Feature: allow to set the HTTP response status in Wasm module.
5+
6+ *) Feature: allow uploads larger than 4GiB in Wasm module.
7+
8+ *) Bugfix: application process could crash while rewriting URLs with
9+ query strings.
10+
11+ *) Bugfix: requests larger than about 64MiB could cause error in Wasm
12+ module.
13+
14+ *) Bugfix: when using many headers in Java module some of them could be
15+ corrupted due to memory realocation issue.
16+
17+ *) Bugfix: ServerRequest.destroy() implemented in Node.js module to make
18+ it compatible with some frameworks that might use it.
19+
20+ *) Bugfix: chunk argument of ServerResponse.write() can now be a
21+ Uint8Array to improve compatibility with Node.js 15.0.0 and above.
22+
23+ *) Bugfix: Node.JS unit-http NPM module now has appropriate default
24+ paths for macOS/arm64 systems.
25+
26+ *) Bugfix: build on musl libc with clang.
27+
28+
229Changes with Unit 1.31.0 31 Aug 2023
330
431 *) Change: if building with njs, version 0.8.0 or later is now required.
Original file line number Diff line number Diff line change 1717 unit-jsc19 unit-jsc20
1818 unit-wasm"
1919 ver =" 1.31.1" rev =" 1"
20- date =" " time =" "
20+ date =" 2023-10-19 " time =" 18:00:00 +0300 "
2121 packager =" Nginx Packaging < nginx-packaging@f5.com> " >
2222
2323<change >
@@ -30,7 +30,7 @@ NGINX Unit updated to 1.31.1.
3030
3131
3232<changes apply =" unit" ver =" 1.31.1" rev =" 1"
33- date =" " time =" "
33+ date =" 2023-10-19 " time =" 18:00:00 +0300 "
3434 packager =" Nginx Packaging < nginx-packaging@f5.com> " >
3535
3636<change type =" feature" >
You can’t perform that action at this time.
0 commit comments