From c3d6e5403a7927c78cf15002c161d4bfc2cd43f0 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 22 Aug 2024 22:30:12 +0100 Subject: docs/changes.xml: Add 1.33.0 changelog entries Signed-off-by: Andrew Clayton --- docs/changes.xml | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) diff --git a/docs/changes.xml b/docs/changes.xml index 014155d4..c18b425d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -34,12 +34,143 @@ NGINX Unit updated to 1.33.0. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> + + +make the number of router threads configurable. + + + + + +make the listen(2) backlog configurable. + + + + + +add Python application factory support. + + + + + +add experimental chunked request body support. (Disabled by default). + + + + + +add fuzzing via oss-fuzz. + + + + + +add "if" option to the "match" object. + + + + + +show list of loaded language modules in the /status endpoint. + + + + + +Unit ships with a new Rust based CLI application "unitctl". + + + + + +the wasm-wasi-component language module now inherits the processes +environment. + + + + + +under systemd unit runs in forking mode (once again). + + + if building with njs, version 0.8.3 or later is now required. + + +Unit now builds with -std=gnu11 (C11 with GNU extensions). + + + + + +Unit now creates the full directory path for the PID file and control socket. + + + + + +build system improvements, including pretty printing the make output and +enabling various make variables to influence the build process (see: +make help). + + + + + +better detection of available runnable CPUs on Linux. + + + + + +default listen(2) backlog on Linux now defaults to Kernel default. + + + + + +don't modify REQUEST_URI. + + + + + +fix a crash when interrupting a download via a proxy. + + + + + +wasm-wasi-component application process hangs after receiving restart signal +from the control endpoint. + + + + + +njs variables accessed with a JS template literal should not be cacheable. + + + + + +properly handle deleting arrays of certificates. + + + + + +don't create the $runstatedir directory which triggered an Alpine packaging +error. + + + -- cgit