Skip to content

Commit

Permalink
Added version 1.32.0 CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zelenkov committed Feb 23, 2024
1 parent e624181 commit cd60e00
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
48 changes: 48 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>">

<change>
Expand All @@ -58,7 +58,7 @@ NGINX Unit updated to 1.32.0.


<changes apply="unit" ver="1.32.0" rev="1"
date="" time=""
date="2024-02-27" time="18:00:00 +0300"
packager="Nginx Packaging &lt;[email protected]&gt;">

<change type="feature">
Expand Down
2 changes: 1 addition & 1 deletion docs/unit-openapi.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit cd60e00

Please sign in to comment.