diff options
-rw-r--r-- | CHANGES | 9 | ||||
-rw-r--r-- | docs/changes.xml | 4 | ||||
-rw-r--r-- | docs/unit-openapi.yaml | 2 |
3 files changed, 12 insertions, 3 deletions
@@ -1,4 +1,13 @@ +Changes with Unit 1.32.1 26 Mar 2024 + + *) Bugfix: NJS variables in templates may have incorrect values due to + improper caching. + + *) Bugfix: Wasm application process hangs after receiving restart signal + from the control. + + Changes with Unit 1.32.0 27 Feb 2024 *) Feature: WebAssembly Components using WASI interfaces defined in diff --git a/docs/changes.xml b/docs/changes.xml index cfb6ead8..6bda704b 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -18,7 +18,7 @@ unit-jsc19 unit-jsc20 unit-jsc21 unit-wasm" ver="1.32.1" rev="1" - date="" time="" + date="2024-03-26" time="18:00:00 +0000" packager="Nginx Packaging <nginx-packaging@f5.com>"> <change> @@ -32,7 +32,7 @@ NGINX Unit updated to 1.32.1. <changes apply="unit" ver="1.32.1" rev="1" - date="" time="" + date="2024-03-26" time="18:00:00 +0000" packager="Nginx Packaging <nginx-packaging@f5.com>"> <change type="bugfix"> diff --git a/docs/unit-openapi.yaml b/docs/unit-openapi.yaml index b2e02e89..2eeb9cbb 100644 --- a/docs/unit-openapi.yaml +++ b/docs/unit-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - title: "NGINX Unit 1.32.0" + title: "NGINX Unit 1.32.1" description: "NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code, serving static assets, |