summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2021-08-19 18:17:12 +0300
committerAndrei Belov <defan@nginx.com>2021-08-19 18:17:12 +0300
commitdb442f1be7e713e6a219621ff97a51046590dbd6 (patch)
tree913734275bc890ec175e51fcb0f36b01a3c52c24 /CHANGES
parenta1d2ced6fc2317d36bc917c5d0ac339bc647dc34 (diff)
parent13c0025dfa6e041563d0ad5dd81679b44522694c (diff)
downloadunit-db442f1be7e713e6a219621ff97a51046590dbd6.tar.gz
unit-db442f1be7e713e6a219621ff97a51046590dbd6.tar.bz2
Merged with the default branch.1.25.0-1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cbc6678e..aab3a557 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,44 @@
+Changes with Unit 1.25.0 19 Aug 2021
+
+ *) Feature: client IP address replacement from a specified HTTP header
+ field.
+
+ *) Feature: TLS sessions cache.
+
+ *) Feature: TLS session tickets.
+
+ *) Feature: application restart control.
+
+ *) Feature: process and thread lifecycle hooks in Ruby.
+
+ *) Bugfix: the router process could crash on TLS connection open when
+ multiple listeners with TLS certificates were configured; the bug had
+ appeared in 1.23.0.
+
+ *) Bugfix: TLS connections were rejected for configurations with
+ multiple certificate bundles in a listener if the client did not use
+ SNI.
+
+ *) Bugfix: the router process could crash with frequent mutithreaded
+ application reconfiguration.
+
+ *) Bugfix: compatibility issues with some Python ASGI apps, notably
+ based on the Starlette framework.
+
+ *) Bugfix: a descriptor and memory leak occurred in the router process
+ when an app process stopped or crashed.
+
+ *) Bugfix: the controller or router process could crash if the
+ configuration contained a full-form IPv6 in a listener address.
+
+ *) Bugfix: the router process crashed when a request was passed to an
+ empty "routes" or "upstreams" using a variable "pass" option.
+
+ *) Bugfix: the router process crashed while matching a request to an
+ empty array of source or destination address patterns.
+
+
Changes with Unit 1.24.0 27 May 2021
*) Change: PHP added to the default MIME type list.