diff options
-rw-r--r-- | CHANGES | 25 | ||||
-rw-r--r-- | docs/changes.xml | 87 |
2 files changed, 112 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. diff --git a/docs/changes.xml b/docs/changes.xml index e1a8734c..1358e8b8 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,93 @@ <change_log title="unit"> +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 unit-go1.11 + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" + ver="1.10.0" rev="1" + date="2019-08-22" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.10.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.10.0" rev="1" + date="2019-08-22" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="change"> +<para> +matching of cookies in routes made case sensitive. +</para> +</change> + +<change type="change"> +<para> +decreased log level of common errors when clients close connections. +</para> +</change> + +<change type="change"> +<para> +removed the Perl module's "--include=" ./configure option. +</para> +</change> + +<change type="feature"> +<para> +built-in WebSocket server implementation for Node.js module. +</para> +</change> + +<change type="feature"> +<para> +splitting PATH_INFO from request URI in PHP module. +</para> +</change> + +<change type="feature"> +<para> +request routing by scheme (HTTP or HTTPS). +</para> +</change> + +<change type="feature"> +<para> +support for multipart requests body in Java module. +</para> +</change> + +<change type="feature"> +<para> +improved API compatibility with Node.js 11.10 or later. +</para> +</change> + +<change type="bugfix"> +<para> +reconfiguration failed if "listeners" or "applications" objects were missing. +</para> +</change> + +<change type="bugfix"> +<para> +applying a large configuration might have failed. +</para> +</change> + +</changes> + + <changes apply="unit-go1.11" ver="1.9.0" rev="1" date="2019-05-30" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |