summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-05-30 17:44:29 +0300
committerAndrei Belov <defan@nginx.com>2019-05-30 17:44:29 +0300
commit4921df052be8437d912f3c60faa9a667890e4498 (patch)
tree3678c551f148a0d177721597de978c090237f205 /CHANGES
parent3b7a7ff2aa5840d4238584410ee1ebc6860fb9c5 (diff)
parent7da320a93af07765e79c929287704936c431f3cd (diff)
downloadunit-4921df052be8437d912f3c60faa9a667890e4498.tar.gz
unit-4921df052be8437d912f3c60faa9a667890e4498.tar.bz2
Merged with the default branch.1.9.0-1
Diffstat (limited to '')
-rw-r--r--CHANGES31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5398910e..79761847 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,35 @@
+Changes with Unit 1.9.0 30 May 2019
+
+ *) Feature: request routing by arguments, headers, and cookies.
+
+ *) Feature: route matching patterns allow a wildcard in the middle.
+
+ *) Feature: POST operation for appending elements to arrays in
+ configuration.
+
+ *) Feature: support for changing credentials using CAP_SETUID and
+ CAP_SETGID capabilities on Linux without running main process as
+ privileged user.
+
+ *) Bugfix: memory leak in the router process might have happened when a
+ client prematurely closed the connection.
+
+ *) Bugfix: applying a large configuration might have failed.
+
+ *) Bugfix: PUT and DELETE operations on array elements in configuration
+ did not work.
+
+ *) Bugfix: request schema in applications did not reflect TLS
+ connections.
+
+ *) Bugfix: restored compatibility with Node.js applications that use
+ ServerResponse._implicitHeader() function; the bug had appeared in
+ 1.7.
+
+ *) Bugfix: various compatibility issues with Node.js applications.
+
+
Changes with Unit 1.8.0 01 Mar 2019
*) Change: now three numbers are always used for versioning: major,