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 1
1
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
+
2
29
Changes with Unit 1.31.0 31 Aug 2023
3
30
4
31
*) Change: if building with njs, version 0.8.0 or later is now required.
Original file line number Diff line number Diff line change 17
17
unit-jsc19 unit-jsc20
18
18
unit-wasm"
19
19
ver =" 1.31.1" rev =" 1"
20
- date =" " time =" "
20
+ date =" 2023-10-19 " time =" 18:00:00 +0300 "
21
21
packager =" Nginx Packaging < nginx-packaging@f5.com> " >
22
22
23
23
<change >
@@ -30,7 +30,7 @@ NGINX Unit updated to 1.31.1.
30
30
31
31
32
32
<changes apply =" unit" ver =" 1.31.1" rev =" 1"
33
- date =" " time =" "
33
+ date =" 2023-10-19 " time =" 18:00:00 +0300 "
34
34
packager =" Nginx Packaging < nginx-packaging@f5.com> " >
35
35
36
36
<change type =" feature" >
You can’t perform that action at this time.
0 commit comments