diff options
Diffstat (limited to 'docs/changes.xml')
-rw-r--r-- | docs/changes.xml | 121 |
1 files changed, 120 insertions, 1 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index dca77068..af395fd3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,125 @@ <change_log title="unit"> +<changes apply="unit-jsc18" ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Java 18 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit-python3.10" ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +Initial release of Python 3.10 module for NGINX Unit. +</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-python3.9 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 + unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17" + ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.26.0. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.26.0" rev="1" + date="2021-11-18" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="change"> +<para> +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. +</para> +</change> + +<change type="feature"> +<para> +automatic adjustment of existing configurations to the new "share" behavior +when updating from previous versions. +</para> +</change> + +<change type="feature"> +<para> +variables support in the "share" option. +</para> +</change> + +<change type="feature"> +<para> +multiple paths in the "share" option. +</para> +</change> + +<change type="feature"> +<para> +variables support in the "chroot" option. +</para> +</change> + +<change type="feature"> +<para> +PHP opcache is shared between application processes. +</para> +</change> + +<change type="feature"> +<para> +request routing by the query string. +</para> +</change> + +<change type="bugfix"> +<para> +the router and app processes could crash when the requests limit was reached +by asynchronous or multithreaded apps. +</para> +</change> + +<change type="bugfix"> +<para> +established WebSocket connections could stop reading frames from the client +after the corresponding listener had been reconfigured. +</para> +</change> + +<change type="bugfix"> +<para> +fixed building with glibc 2.34, notably Fedora 35. +</para> +</change> + +</changes> + + <changes apply="unit-php unit-python unit-python2.7 unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 @@ -77,7 +196,7 @@ bundles in a listener if the client did not use SNI. <change type="bugfix"> <para> -the router process could crash with frequent mutithreaded application +the router process could crash with frequent multithreaded application reconfiguration. </para> </change> |