Skip to content

Commit 6736841

Browse files
Added version 1.31.1 CHANGES.
1 parent f5d2088 commit 6736841

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGES

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
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+
229
Changes with Unit 1.31.0 31 Aug 2023
330

431
*) Change: if building with njs, version 0.8.0 or later is now required.

docs/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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 &lt;nginx-packaging@f5.com&gt;">
3535

3636
<change type="feature">

0 commit comments

Comments
 (0)