summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2021-11-18 17:04:04 +0300
committerAndrei Belov <defan@nginx.com>2021-11-18 17:04:04 +0300
commitb400ccd1aa8eeb6a5de1707e0bb8c3d417fe69b7 (patch)
tree60ff49ffc16ef7cb3aad1beb2d78f051a8794cdf /CHANGES
parentfafd44166d9e835e91a4c5668048308ce99a62bd (diff)
parentb77895d1c7d6cd4826ac7427c91baa95b998a912 (diff)
downloadunit-1.26.0-1.tar.gz
unit-1.26.0-1.tar.bz2
Merged with the default branch.1.26.0-1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES31
1 files changed, 30 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index aab3a557..0c93d2bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,33 @@
+Changes with Unit 1.26.0 18 Nov 2021
+
+ *) Change: the "share" option now specifies the entire path to the files
+ it serves, rather than a document root directory to be prepended to
+ the request URI.
+
+ *) Feature: automatic adjustment of existing configurations to the new
+ "share" behavior when updating from previous versions.
+
+ *) Feature: variables support in the "share" option.
+
+ *) Feature: multiple paths in the "share" option.
+
+ *) Feature: variables support in the "chroot" option.
+
+ *) Feature: PHP opcache is shared between application processes.
+
+ *) Feature: request routing by the query string.
+
+ *) Bugfix: the router and app processes could crash when the requests
+ limit was reached by asynchronous or multithreaded apps.
+
+ *) Bugfix: established WebSocket connections could stop reading frames
+ from the client after the corresponding listener had been
+ reconfigured.
+
+ *) Bugfix: fixed building with glibc 2.34, notably Fedora 35.
+
+
Changes with Unit 1.25.0 19 Aug 2021
*) Feature: client IP address replacement from a specified HTTP header
@@ -20,7 +49,7 @@ Changes with Unit 1.25.0 19 Aug 2021
multiple certificate bundles in a listener if the client did not use
SNI.
- *) Bugfix: the router process could crash with frequent mutithreaded
+ *) Bugfix: the router process could crash with frequent multithreaded
application reconfiguration.
*) Bugfix: compatibility issues with some Python ASGI apps, notably