From bd9f8ada0b0cfc1daadfcbdb0ca066e7ebb22425 Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Fri, 20 Aug 2021 06:56:53 +0300 Subject: Fixed a typo in changes.xml. --- docs/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 7e7f79ed..15b76722 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -77,7 +77,7 @@ bundles in a listener if the client did not use SNI. -the router process could crash with frequent mutithreaded application +the router process could crash with frequent multithreaded application reconfiguration. -- cgit From f50b07c21ddca7b834fb09e47067fde71c93d631 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 24 Aug 2021 14:38:24 +0300 Subject: Version bump. --- docs/changes.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 15b76722..5ea0080b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,35 @@ + + + + +NGINX Unit updated to 1.26.0. + + + + + + + + + + + + + +fixed building with glibc 2.34, notably Fedora 35. + + + -- cgit From c07f3d3ff693025fc90a72e9c9947bfd457da11e Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Mon, 20 Sep 2021 09:01:08 +0300 Subject: Fixed WebSocket connection hang issue after listener reconfigure. Because the configuration values were read from the listener's configuration, an established WebSocket connection was unable to work properly (i. e. stuck) if the listener was removed. The correct source of configuration values is the request config joint. This is related to issue #581 on GitHub. --- docs/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 4519f6e9..5855466e 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -37,6 +37,13 @@ fixed building with glibc 2.34, notably Fedora 35. + + +established WebSocket connections could stop reading frames from the client +after the corresponding listener had been reconfigured. + + + -- cgit From 37144d68499217d086c26a2030e6e9f6f7342152 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Tue, 28 Sep 2021 23:08:26 +0800 Subject: Static: variables in the "chroot" option. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 5855466e..c547633a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.26.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> + + +variables support in the "chroot" option. + + + fixed building with glibc 2.34, notably Fedora 35. -- cgit From c5220944d2acdb912c129fc82ac8a83d24e9845d Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Thu, 30 Sep 2021 22:17:28 +0800 Subject: Static: variables in the "share" option. This commit supports variable in the "share" option, the finding path to file serve is the value from "share". An example: { "share": "/www/data/static$uri" } --- docs/changes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index c547633a..1e1bff0a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,19 @@ NGINX Unit updated to 1.26.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> + + +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. + + + + + +variables support in the "share" option. + + + variables support in the "chroot" option. -- cgit From 95e653590927bfdb6919a8652ef62824cc6c9538 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Fri, 1 Oct 2021 10:03:55 +0800 Subject: Static: multiple paths in the "share" option. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 1e1bff0a..12f5264f 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -44,6 +44,12 @@ variables support in the "share" option. + + +multiple paths in the "share" option. + + + variables support in the "chroot" option. -- cgit From 5fa5b1464f2a0623bb7ee7c68ff6f9d18e744ed4 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Sat, 9 Oct 2021 10:44:31 +0800 Subject: Configuration: automatic migration to the new "share" behavior. --- docs/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 12f5264f..b61a595f 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -56,6 +56,13 @@ variables support in the "chroot" option. + + +automatic adjustment of existing configurations to the new "share" behavior +when updating from previous versions. + + + fixed building with glibc 2.34, notably Fedora 35. -- cgit From 0900edb10d6def65dd6482d9ed3c596eb5305b3f Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 21 Oct 2021 13:23:25 +0300 Subject: Packages: added Ubuntu 21.10 "impish" support. --- docs/changes.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index b61a595f..3a5fa2b2 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,32 @@ + + + + +Initial release of Java 18 module for NGINX Unit. + + + + + + + + + + +Initial release of Python 3.10 module for NGINX Unit. + + + + + + + +the router and app processes could crash when reaching requests limit +in asynchronous or multithreaded apps. + + + -- cgit From aee908bcbd6ae160ab8e470ea6a373148649968b Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Fri, 5 Nov 2021 22:56:34 +0800 Subject: Router: matching query string support. The "query" option matches decoded arguments, including plus ('+') to space (' '). Like "uri", it can be a string or an array of strings. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index b9ddd3c7..6de821ab 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -96,6 +96,12 @@ when updating from previous versions. + + +request routing by the query string. + + + fixed building with glibc 2.34, notably Fedora 35. -- cgit From 98c9763189728a17bef0a3ac1f421cb25678c018 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Mon, 8 Nov 2021 23:04:36 +0300 Subject: Moving change record to the right place. The change record was incorectly merged in 43553aa72111. --- docs/changes.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 6de821ab..b202792f 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -50,13 +50,6 @@ NGINX Unit updated to 1.26.0. - - -the router and app processes could crash when reaching requests limit -in asynchronous or multithreaded apps. - - - @@ -115,6 +108,13 @@ after the corresponding listener had been reconfigured. + + +the router and app processes could crash when reaching requests limit +in asynchronous or multithreaded apps. + + + -- cgit From e878f6d54376ea676b96b56f41708f01cfc4d8b4 Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Tue, 9 Nov 2021 11:55:58 +0000 Subject: Style fix in "changes.xml". --- docs/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index b202792f..3bf0abc2 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -110,8 +110,8 @@ after the corresponding listener had been reconfigured. -the router and app processes could crash when reaching requests limit -in asynchronous or multithreaded apps. +the router and app processes could crash when the requests limit was reached +by asynchronous or multithreaded apps. -- cgit From e207415a78ae67b937faf7e5bcd6e5192993180a Mon Sep 17 00:00:00 2001 From: Tiago Natel de Moura Date: Tue, 9 Nov 2021 15:48:44 +0300 Subject: Introducing application prototype processes. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 3bf0abc2..bbcc72ad 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -95,6 +95,12 @@ request routing by the query string. + + +PHP opcache is shared between application processes. + + + fixed building with glibc 2.34, notably Fedora 35. -- cgit From 9b1dcc4aa618bf436cee4431a37122b82aca338c Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 18 Nov 2021 15:48:02 +0300 Subject: Reordered changes for 1.26.0 by significance (subjective). --- docs/changes.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index bbcc72ad..0adf020d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -66,44 +66,45 @@ rather than a document root directory to be prepended to the request URI. -variables support in the "share" option. +automatic adjustment of existing configurations to the new "share" behavior +when updating from previous versions. -multiple paths in the "share" option. +variables support in the "share" option. -variables support in the "chroot" option. +multiple paths in the "share" option. -automatic adjustment of existing configurations to the new "share" behavior -when updating from previous versions. +variables support in the "chroot" option. -request routing by the query string. +PHP opcache is shared between application processes. -PHP opcache is shared between application processes. +request routing by the query string. -fixed building with glibc 2.34, notably Fedora 35. +the router and app processes could crash when the requests limit was reached +by asynchronous or multithreaded apps. @@ -116,8 +117,7 @@ after the corresponding listener had been reconfigured. -the router and app processes could crash when the requests limit was reached -by asynchronous or multithreaded apps. +fixed building with glibc 2.34, notably Fedora 35. -- cgit From 0eaeb65edb02337d98a428835fab05538d86a4c1 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 18 Nov 2021 15:48:02 +0300 Subject: Added version 1.26.0 CHANGES. --- docs/changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 0adf020d..df0b88c9 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -6,7 +6,7 @@ @@ -19,7 +19,7 @@ Initial release of Java 18 module for NGINX Unit. @@ -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-jsc14 unit-jsc15 unit-jsc16 unit-jsc17" ver="1.26.0" rev="1" - date="" time="" + date="2021-11-18" time="18:00:00 +0300" packager="Andrei Belov <defan@nginx.com>"> @@ -54,7 +54,7 @@ NGINX Unit updated to 1.26.0. -- cgit