Added version 1.10.0 CHANGES.
This commit is contained in:
25
CHANGES
25
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
|
Changes with Unit 1.9.0 30 May 2019
|
||||||
|
|
||||||
*) Feature: request routing by arguments, headers, and cookies.
|
*) Feature: request routing by arguments, headers, and cookies.
|
||||||
|
|||||||
@@ -5,6 +5,93 @@
|
|||||||
<change_log title="unit">
|
<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"
|
<changes apply="unit-go1.11" ver="1.9.0" rev="1"
|
||||||
date="2019-05-30" time="18:00:00 +0300"
|
date="2019-05-30" time="18:00:00 +0300"
|
||||||
packager="Andrei Belov <defan@nginx.com>">
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|||||||
Reference in New Issue
Block a user