Added version 1.26.0 CHANGES.
This commit is contained in:
31
CHANGES
31
CHANGES
@@ -1,4 +1,33 @@
|
|||||||
|
|
||||||
|
Changes with Unit 1.26.0 18 Nov 2021
|
||||||
|
|
||||||
|
*) Change: the "share" option now specifies the entire path to the files
|
||||||
|
it serves, rather than a document root directory to be prepended to
|
||||||
|
the request URI.
|
||||||
|
|
||||||
|
*) Feature: automatic adjustment of existing configurations to the new
|
||||||
|
"share" behavior when updating from previous versions.
|
||||||
|
|
||||||
|
*) Feature: variables support in the "share" option.
|
||||||
|
|
||||||
|
*) Feature: multiple paths in the "share" option.
|
||||||
|
|
||||||
|
*) Feature: variables support in the "chroot" option.
|
||||||
|
|
||||||
|
*) Feature: PHP opcache is shared between application processes.
|
||||||
|
|
||||||
|
*) Feature: request routing by the query string.
|
||||||
|
|
||||||
|
*) Bugfix: the router and app processes could crash when the requests
|
||||||
|
limit was reached by asynchronous or multithreaded apps.
|
||||||
|
|
||||||
|
*) Bugfix: established WebSocket connections could stop reading frames
|
||||||
|
from the client after the corresponding listener had been
|
||||||
|
reconfigured.
|
||||||
|
|
||||||
|
*) Bugfix: fixed building with glibc 2.34, notably Fedora 35.
|
||||||
|
|
||||||
|
|
||||||
Changes with Unit 1.25.0 19 Aug 2021
|
Changes with Unit 1.25.0 19 Aug 2021
|
||||||
|
|
||||||
*) Feature: client IP address replacement from a specified HTTP header
|
*) Feature: client IP address replacement from a specified HTTP header
|
||||||
@@ -20,7 +49,7 @@ Changes with Unit 1.25.0 19 Aug 2021
|
|||||||
multiple certificate bundles in a listener if the client did not use
|
multiple certificate bundles in a listener if the client did not use
|
||||||
SNI.
|
SNI.
|
||||||
|
|
||||||
*) Bugfix: the router process could crash with frequent mutithreaded
|
*) Bugfix: the router process could crash with frequent multithreaded
|
||||||
application reconfiguration.
|
application reconfiguration.
|
||||||
|
|
||||||
*) Bugfix: compatibility issues with some Python ASGI apps, notably
|
*) Bugfix: compatibility issues with some Python ASGI apps, notably
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<changes apply="unit-jsc18" ver="1.26.0" rev="1"
|
<changes apply="unit-jsc18" ver="1.26.0" rev="1"
|
||||||
date="" time=""
|
date="2021-11-18" time="18:00:00 +0300"
|
||||||
packager="Andrei Belov <defan@nginx.com>">
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
<change>
|
<change>
|
||||||
@@ -19,7 +19,7 @@ Initial release of Java 18 module for NGINX Unit.
|
|||||||
|
|
||||||
|
|
||||||
<changes apply="unit-python3.10" ver="1.26.0" rev="1"
|
<changes apply="unit-python3.10" ver="1.26.0" rev="1"
|
||||||
date="" time=""
|
date="2021-11-18" time="18:00:00 +0300"
|
||||||
packager="Andrei Belov <defan@nginx.com>">
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
<change>
|
<change>
|
||||||
@@ -41,7 +41,7 @@ Initial release of Python 3.10 module for NGINX Unit.
|
|||||||
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13
|
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13
|
||||||
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17"
|
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17"
|
||||||
ver="1.26.0" rev="1"
|
ver="1.26.0" rev="1"
|
||||||
date="" time=""
|
date="2021-11-18" time="18:00:00 +0300"
|
||||||
packager="Andrei Belov <defan@nginx.com>">
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
<change>
|
<change>
|
||||||
@@ -54,7 +54,7 @@ NGINX Unit updated to 1.26.0.
|
|||||||
|
|
||||||
|
|
||||||
<changes apply="unit" ver="1.26.0" rev="1"
|
<changes apply="unit" ver="1.26.0" rev="1"
|
||||||
date="" time=""
|
date="2021-11-18" time="18:00:00 +0300"
|
||||||
packager="Andrei Belov <defan@nginx.com>">
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
<change type="change">
|
<change type="change">
|
||||||
|
|||||||
Reference in New Issue
Block a user