This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Expand file tree Collapse file tree 1 file changed +58
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,64 @@ NGINX Unit updated to 1.31.1.
3333 date =" " time =" "
3434 packager =" Nginx Packaging < nginx-packaging@f5.com> " >
3535
36+ <change type =" feature" >
37+ <para >
38+ allow to set the HTTP response status in Wasm module.
39+ </para >
40+ </change >
41+
42+ <change type =" feature" >
43+ <para >
44+ allow uploads larger than 4GiB in Wasm module.
45+ </para >
46+ </change >
47+
48+ <change type =" bugfix" >
49+ <para >
50+ application process could crash while rewriting URLs with query strings.
51+ </para >
52+ </change >
53+
54+ <change type =" bugfix" >
55+ <para >
56+ requests larger than about 64MiB could cause error in Wasm module.
57+ </para >
58+ </change >
59+
60+ <change type =" bugfix" >
61+ <para >
62+ when using many headers in Java module some of them could be
63+ corrupted due to memory realocation issue.
64+ </para >
65+ </change >
66+
67+ <change type =" bugfix" >
68+ <para >
69+ ServerRequest.destroy() implemented in Node.js module to make it compatible
70+ with some frameworks that might use it.
71+ </para >
72+ </change >
73+
74+ <change type =" bugfix" >
75+ <para >
76+ chunk argument of ServerResponse.write() can now be a Uint8Array to improve
77+ compatibility with Node.js 15.0.0 and above.
78+ </para >
79+ </change >
80+
81+ <change type =" bugfix" >
82+ <para >
83+ Node.JS unit-http NPM module now has appropriate default paths for
84+ macOS/arm64 systems.
85+ </para >
86+ </change >
87+
88+ <change type =" bugfix" >
89+ <para >
90+ build on musl libc with clang.
91+ </para >
92+ </change >
93+
3694</changes >
3795
3896
You can’t perform that action at this time.
0 commit comments