From 3f655cbd075cb1f01d9d651d4c7e4e37355317bd Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Wed, 24 May 2023 16:24:42 +0100 Subject: Version bump. --- docs/changes.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 81fb1370..14e65672 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,48 @@ + + + + +NGINX Unit updated to 1.31.0. + + + + + + + + + + +deprecated options were unavailable. + + + + + +ASGI applications inaccessible over IPv6. + + + + + + + + +ensure that $uri variable is not cached. + + + deprecated options were unavailable. -- cgit From 18d3637e4bffd5fff09091a536dca3fdecc931d7 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Tue, 11 Jul 2023 09:30:50 +0800 Subject: NJS: supported 0.8.0. --- 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 29c5c995..2522b823 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -32,6 +32,12 @@ NGINX Unit updated to 1.31.0. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> + + +njs updated to 0.8.0. + + + ensure that $uri variable is not cached. -- cgit From 458722df55bb9727680b7734e7fff8fb5639db28 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Sat, 1 Jul 2023 12:18:22 +0800 Subject: Var: supported HTTP response header variables. This commit adds the variable $response_header_NAME. --- 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 2522b823..b2c70376 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -38,6 +38,12 @@ njs updated to 0.8.0. + + +ability to get the HTTP response header variables. + + + ensure that $uri variable is not cached. -- cgit From a28bef097cd63da3bbb375ef0283e65be41a88ff Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Wed, 9 Aug 2023 14:37:16 +0800 Subject: HTTP: controlling response headers support. --- 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 b2c70376..40d60249 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -38,6 +38,12 @@ njs updated to 0.8.0. + + +ability to control HTTP response headers. + + + ability to get the HTTP response header variables. -- cgit From 1a31863f8295182ca66aa96a9438ca947ce84aba Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 22 Aug 2023 14:55:10 -0700 Subject: Docs: added changelogs for unit-wasm. --- docs/changes.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 40d60249..8e212d62 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -14,7 +14,8 @@ unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 - unit-jsc19 unit-jsc20" + unit-jsc19 unit-jsc20 + unit-wasm" ver="1.31.0" rev="1" date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> @@ -71,6 +72,19 @@ ASGI applications inaccessible over IPv6. + + + + +Initial release of WASM module for NGINX Unit. + + + + + + -njs updated to 0.8.0. +if building with njs, version 0.8.0 or later is now required. -ability to control HTTP response headers. +response headers are manageable during the action and fallback using +$response_header_NAME variables. -ability to get the HTTP response header variables. +ASGI lifespan state support. Thanks to synodriver. -- cgit From 4c0d0123abc60aa4fc8403704f0e389072e1c0b1 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 28 Aug 2023 17:33:26 +0100 Subject: Mention WebAssembly application module in changes.xml. Also separate header variables and "response_headers" option features. --- docs/changes.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index ce67b638..1539ac2a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -41,8 +41,19 @@ if building with njs, version 0.8.0 or later is now required. -response headers are manageable during the action and fallback using -$response_header_NAME variables. +technology preview of WebAssembly application module. + + + + + +"response_headers" option to manage headers in the action and fallback. + + + + + +HTTP response header variables. -- cgit From 13ee1d725c7696a81eebcad16d33a5b9da88e65c Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 28 Aug 2023 17:51:45 +0100 Subject: Added version 1.31.0 CHANGES. --- 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 1539ac2a..a1f4d466 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -17,7 +17,7 @@ unit-jsc19 unit-jsc20 unit-wasm" ver="1.31.0" rev="1" - date="" time="" + date="2023-08-31" time="18:00:00 +0300" packager="Nginx Packaging <nginx-packaging@f5.com>"> @@ -30,7 +30,7 @@ NGINX Unit updated to 1.31.0. -- cgit