summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2019-08-22 18:43:02 +0300
committerValentin Bartenev <vbart@nginx.com>2019-08-22 18:43:02 +0300
commit0a106e3cbcc4f468a22522288e16ac68cff5bdd2 (patch)
tree8f3377d007a202b886ce16efe1191f89911db294 /docs
parent72b56388b765686cc947bd84e6bc569316ad8de2 (diff)
downloadunit-0a106e3cbcc4f468a22522288e16ac68cff5bdd2.tar.gz
unit-0a106e3cbcc4f468a22522288e16ac68cff5bdd2.tar.bz2
Added version 1.10.0 CHANGES.
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.xml87
1 files changed, 87 insertions, 0 deletions
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 &lt;defan@nginx.com&gt;">
+
+<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 &lt;defan@nginx.com&gt;">
+
+<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 &lt;defan@nginx.com&gt;">