summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-08-22 21:33:54 +0300
committerAndrei Belov <defan@nginx.com>2019-08-22 21:33:54 +0300
commita07c4d30a64f781f93730576b5dced32422a9935 (patch)
tree06ebfaa66845a057b8069014c5379b2dcfc80861 /CHANGES
parent8a579acddeae0c0106e15d82aa7220ac01deba84 (diff)
parentc47af243b0e805376c4ec908f21e07dc811b33f0 (diff)
downloadunit-a07c4d30a64f781f93730576b5dced32422a9935.tar.gz
unit-a07c4d30a64f781f93730576b5dced32422a9935.tar.bz2
Merged with the default branch.1.10.0-1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 79761847..1c2852dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,29 @@
+Changes with Unit 1.10.0 22 Aug 2019
+
+ *) Change: matching of cookies in routes made case sensitive.
+
+ *) Change: decreased log level of common errors when clients close
+ connections.
+
+ *) Change: removed the Perl module's "--include=" ./configure option.
+
+ *) Feature: built-in WebSocket server implementation for Node.js module.
+
+ *) Feature: splitting PATH_INFO from request URI in PHP module.
+
+ *) Feature: request routing by scheme (HTTP or HTTPS).
+
+ *) Feature: support for multipart requests body in Java module.
+
+ *) Feature: improved API compatibility with Node.js 11.10 or later.
+
+ *) Bugfix: reconfiguration failed if "listeners" or "applications"
+ objects were missing.
+
+ *) Bugfix: applying a large configuration might have failed.
+
+
Changes with Unit 1.9.0 30 May 2019
*) Feature: request routing by arguments, headers, and cookies.