Skip to content

Commit edd7eba

Browse files
Added version 1.29.0 CHANGES.
1 parent f65efe7 commit edd7eba

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

CHANGES

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

2+
Changes with Unit 1.29.0 15 Dec 2022
3+
4+
*) Change: removed $uri auto-append for "share" when loading
5+
configuration.
6+
7+
*) Change: prefer system crypto policy instead of hardcoding a default.
8+
9+
*) Feature: njs support with the basic syntax of JS template literals.
10+
11+
*) Feature: support per-application cgroups on Linux.
12+
13+
*) Feature: the $request_time variable contains the request processing
14+
time.
15+
16+
*) Feature: "prefix" option in Python applications to set WSGI
17+
"SCRIPT_NAME" and ASGI root-path variables.
18+
19+
*) Feature: compatibility with Python 3.11.
20+
21+
*) Feature: compatibility with OpenSSL 3.
22+
23+
*) Feature: compatibility with PHP 8.2.
24+
25+
*) Feature: compatibility with Node.js 19.0.
26+
27+
*) Feature: Ruby Rack v3 support.
28+
29+
*) Bugfix: fix error in connection statistics when using proxy.
30+
31+
*) Bugfix: fix HTTP cookie parsing when the value contains an equals
32+
sign.
33+
34+
*) Bugfix: PHP directory URLs without a trailing '/' would give a 503
35+
error (fixed with a 301 re-direct).
36+
37+
*) Bugfix: missing error checks in the C API.
38+
39+
*) Bugfix: report the regex status in configure summary.
40+
41+
242
Changes with Unit 1.28.0 13 Sep 2022
343

444
*) Change: increased the applications' startup timeout.

docs/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
1717
unit-jsc19"
1818
ver="1.29.0" rev="1"
19-
date="" time=""
19+
date="2022-12-15" time="18:00:00 +0300"
2020
packager="Nginx Packaging <[email protected]>">
2121

2222
<change>
@@ -42,7 +42,7 @@ Initial release of Java 19 module for NGINX Unit.
4242

4343

4444
<changes apply="unit" ver="1.29.0" rev="1"
45-
date="" time=""
45+
date="2022-12-15" time="18:00:00 +0300"
4646
packager="Nginx Packaging &lt;[email protected]&gt;">
4747

4848
<change type="change">

0 commit comments

Comments
 (0)