summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2022-12-15 08:17:39 -0800
committerKonstantin Pavlov <thresh@nginx.com>2022-12-15 08:17:39 -0800
commite22669f2728814aba82da14702d18bfa9685311e (patch)
treec9c9471dab359e8e33fca24c5d4f035ab5b278db /CHANGES
parenta1d28488f9df8e28ee25ea438c275b96b9afe5b6 (diff)
parent4409a10ff0bd6bb45fb88716bd383cd867958a8a (diff)
downloadunit-e22669f2728814aba82da14702d18bfa9685311e.tar.gz
unit-e22669f2728814aba82da14702d18bfa9685311e.tar.bz2
Merged with the default branch.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 29cd3301..959fdd32 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
*) Change: increased the applications' startup timeout.