From cd60e00da112d1109273a9a411443e074e77f1d9 Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Thu, 15 Feb 2024 19:20:23 +0000 Subject: [PATCH] Added version 1.32.0 CHANGES --- CHANGES | 48 ++++++++++++++++++++++++++++++++++++++++++ docs/changes.xml | 4 ++-- docs/unit-openapi.yaml | 2 +- 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index b16751ae1..c4e60ebb9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,52 @@ +Changes with Unit 1.32.0 27 Feb 2024 + + *) Feature: WebAssembly WASI 0.2.0 Component Model. + + *) Feature: conditional access logging. + + *) Feature: NJS variables access. + + *) Feature: $request_id variable contains a string that is formed using + random data and can be used as a unique request identifier. + + *) Feature: options to set control socket permissions. + + *) Feature: Ruby response field arrays. + + *) Feature: bytearray in response body for ASGI applications. + + *) Bugfix: router could crash while sending large files. Thanks to + rustedsword. + + *) Bugfix: serving static files from a network filesystem could lead to + error. + + *) Bugfix: "uidmap" and "gidmap" isolation options validation. + + *) Bugfix: abstract UNIX socket name could be corrupted during + configuration validation. Thanks to Alejandro Colomar. + + *) Bugfix: HTTP header field value encoding could be misinterpreted in + Python module. + + *) Bugfix: http.createServer() now accepts "options" argument introduced + in Node.js v9.6.0, v8.12.0. + + *) Bugfix: ServerRequest.flushHeaders() implemented in Node.js module to + make it compatible with Next.js. + + *) Bugfix: ServerRequest.httpVersion variable format in Node.js module. + + *) Bugfix: Node.js module name rules, notable for Nuxt applications. + + *) Bugfix: Node.js tarball location changed to avoid build/install + errors. + + *) Bugfix: correct environment variables in Go module for macOS/arm64 + systems. + + Changes with Unit 1.31.1 19 Oct 2023 *) Feature: allow to set the HTTP response status in Wasm module. diff --git a/docs/changes.xml b/docs/changes.xml index 5c65adb05..c0c161e7f 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -44,7 +44,7 @@ Initial release of Python 3.12 module for NGINX Unit. unit-jsc19 unit-jsc20 unit-jsc21 unit-wasm" ver="1.32.0" rev="1" - date="" time="" + date="2024-02-27" time="18:00:00 +0300" packager="Nginx Packaging <nginx-packaging@f5.com>"> @@ -58,7 +58,7 @@ NGINX Unit updated to 1.32.0. diff --git a/docs/unit-openapi.yaml b/docs/unit-openapi.yaml index 4ce26fa0e..b2e02e89a 100644 --- a/docs/unit-openapi.yaml +++ b/docs/unit-openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - title: "NGINX Unit 1.31.1" + title: "NGINX Unit 1.32.0" 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,