From 4d25c612247643329beb9e924d1feded3cf578ab Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Thu, 15 Feb 2024 18:28:51 +0000 Subject: Edited changes.xml for the 1.32.0 release --- docs/changes.xml | 90 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 80 insertions(+), 10 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index ba41f00d..ccc87ef7 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -53,9 +53,17 @@ NGINX Unit updated to 1.32.0. - + + + + + + + -http.createServer() now accepts "options" argument introduced in Node.js v9.6.0, v8.12.0. +WebAssembly Components using WASI interfaces defined in wasi:http/proxy@0.2.0. @@ -80,12 +88,62 @@ can be used as a unique request identifier. -bytearray in response body for ASGI applications. +options to set control socket permissions. + + + + + +Ruby arrays in response headers, improving compatibility with Rack v3.0. +Python bytearray response bodies for ASGI applications. + + + + + +router could crash while sending large files. Thanks to rustedsword. + + + + + +serving static files from a network filesystem could lead to error. + + + + + +"uidmap" and "gidmap" isolation options validation. + + + + + +abstract UNIX socket name could be corrupted during configuration validation. +Thanks to Alejandro Colomar. + + + + + +HTTP header field value encoding could be misinterpreted in Python module. + + + + + +Node.js http.createServer() accepts and ignores the "options" argument, +improving compatibility with strapi applications, among others. + + + + + ServerRequest.flushHeaders() implemented in Node.js module to make it compatible with Next.js. @@ -97,13 +155,25 @@ ServerRequest.httpVersion variable format in Node.js module. + + +Node.js module handles standard library imports prefixed with "node:", making it +possible to run newer Nuxt applications, among others. + + - - + + +Node.js tarball location changed to avoid build/install errors. + + - + + +Go module sets environment variables necessary for building on macOS/arm64 +systems. + + @@ -182,8 +252,8 @@ compatibility with Node.js 15.0.0 and above. -Node.JS unit-http NPM module now has appropriate default paths for -macOS/arm64 systems. +Node.JS unit-http NPM module now has appropriate default paths for macOS/arm64 +systems. -- cgit