diff options
author | Valentin Bartenev <vbart@nginx.com> | 2020-04-16 17:49:09 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2020-04-16 17:49:09 +0300 |
commit | e377820b6cc482bae6c4288e9020606572cd92a8 (patch) | |
tree | c2dc261bbd332f3b75cd7de1c9ab53cfa09397d0 | |
parent | 6bda9b5eeb2b6c99c54f5b314b8eb96d72af3542 (diff) | |
download | unit-e377820b6cc482bae6c4288e9020606572cd92a8.tar.gz unit-e377820b6cc482bae6c4288e9020606572cd92a8.tar.bz2 |
Added version 1.17.0 CHANGES.
-rw-r--r-- | CHANGES | 27 | ||||
-rw-r--r-- | docs/changes.xml | 86 |
2 files changed, 113 insertions, 0 deletions
@@ -1,4 +1,31 @@ +Changes with Unit 1.17.0 16 Apr 2020 + + *) Feature: a "return" action with optional "location" for immediate + responses and external redirection. + + *) Feature: fractional weights support for upstream servers. + + *) Bugfix: accidental 502 "Bad Gateway" errors might have occurred in + applications under high load. + + *) Bugfix: memory leak in the router; the bug had appeared in 1.13.0. + + *) Bugfix: segmentation fault might have occurred in the router process + when reaching open connections limit. + + *) Bugfix: "close() failed (9: Bad file descriptor)" alerts might have + appeared in the log while processing large request bodies; the bug + had appeared in 1.16.0. + + *) Bugfix: existing application processes didn't reopen the log file. + + *) Bugfix: incompatibility with some Node.js applications. + + *) Bugfix: broken build on DragonFly BSD; the bug had appeared in + 1.16.0. + + Changes with Unit 1.16.0 12 Mar 2020 *) Feature: basic load-balancing support with round-robin. diff --git a/docs/changes.xml b/docs/changes.xml index 270b49d3..a883ccbb 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -13,6 +13,92 @@ unit-perl unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" + ver="1.17.0" rev="1" + date="2020-04-16" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.17.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.17.0" rev="1" + date="2020-04-16" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="feature"> +<para> +a "return" action with optional "location" for immediate responses and external +redirection. +</para> +</change> + +<change type="feature"> +<para> +fractional weights support for upstream servers. +</para> +</change> + +<change type="bugfix"> +<para> +accidental 502 "Bad Gateway" errors might have occurred in applications under +high load. +</para> +</change> + +<change type="bugfix"> +<para> +memory leak in the router; the bug had appeared in 1.13.0. +</para> +</change> + +<change type="bugfix"> +<para> +segmentation fault might have occurred in the router process when reaching +open connections limit. +</para> +</change> + +<change type="bugfix"> +<para> +"close() failed (9: Bad file descriptor)" alerts might have appeared in the log +while processing large request bodies; the bug had appeared in 1.16.0. +</para> +</change> + +<change type="bugfix"> +<para> +existing application processes didn't reopen the log file. +</para> +</change> + +<change type="bugfix"> +<para> +incompatibility with some Node.js applications. +</para> +</change> + +<change type="bugfix"> +<para> +broken build on DragonFly BSD; the bug had appeared in 1.16.0. +</para> +</change> + +</changes> + + +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11" ver="1.16.0" rev="1" date="2020-03-12" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> |