diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-08-22 18:43:02 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-08-22 18:43:02 +0300 |
commit | 0a106e3cbcc4f468a22522288e16ac68cff5bdd2 (patch) | |
tree | 8f3377d007a202b886ce16efe1191f89911db294 /CHANGES | |
parent | 72b56388b765686cc947bd84e6bc569316ad8de2 (diff) | |
download | unit-0a106e3cbcc4f468a22522288e16ac68cff5bdd2.tar.gz unit-0a106e3cbcc4f468a22522288e16ac68cff5bdd2.tar.bz2 |
Added version 1.10.0 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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. |