Added version 1.29.0 CHANGES.

This commit is contained in:
Andrei Zeliankou
2022-12-15 12:32:46 +00:00
parent f65efe73a4
commit edd7ebaf60
2 changed files with 42 additions and 2 deletions

40
CHANGES
View File

@@ -1,4 +1,44 @@
Changes with Unit 1.29.0 15 Dec 2022
*) Change: removed $uri auto-append for "share" when loading
configuration.
*) Change: prefer system crypto policy instead of hardcoding a default.
*) Feature: njs support with the basic syntax of JS template literals.
*) Feature: support per-application cgroups on Linux.
*) Feature: the $request_time variable contains the request processing
time.
*) Feature: "prefix" option in Python applications to set WSGI
"SCRIPT_NAME" and ASGI root-path variables.
*) Feature: compatibility with Python 3.11.
*) Feature: compatibility with OpenSSL 3.
*) Feature: compatibility with PHP 8.2.
*) Feature: compatibility with Node.js 19.0.
*) Feature: Ruby Rack v3 support.
*) Bugfix: fix error in connection statistics when using proxy.
*) Bugfix: fix HTTP cookie parsing when the value contains an equals
sign.
*) Bugfix: PHP directory URLs without a trailing '/' would give a 503
error (fixed with a 301 re-direct).
*) Bugfix: missing error checks in the C API.
*) Bugfix: report the regex status in configure summary.
Changes with Unit 1.28.0 13 Sep 2022 Changes with Unit 1.28.0 13 Sep 2022
*) Change: increased the applications' startup timeout. *) Change: increased the applications' startup timeout.

View File

@@ -16,7 +16,7 @@
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18
unit-jsc19" unit-jsc19"
ver="1.29.0" rev="1" ver="1.29.0" rev="1"
date="" time="" date="2022-12-15" time="18:00:00 +0300"
packager="Nginx Packaging <nginx-packaging@f5.com>"> packager="Nginx Packaging <nginx-packaging@f5.com>">
<change> <change>
@@ -42,7 +42,7 @@ Initial release of Java 19 module for NGINX Unit.
<changes apply="unit" ver="1.29.0" rev="1" <changes apply="unit" ver="1.29.0" rev="1"
date="" time="" date="2022-12-15" time="18:00:00 +0300"
packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;"> packager="Nginx Packaging &lt;nginx-packaging@f5.com&gt;">
<change type="change"> <change type="change">