Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit efd4f01

Browse files
committed
add full changelog
1 parent 3b0563c commit efd4f01

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

source/news/2024/unit-1.32.0-released.rst

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,62 @@ making Unit better! With 1.32.0 we would like to send a shout out to:
225225
- Dean Coakley
226226
- rustedsword
227227
- Hippolyte Pello
228-
- Javier Evans
228+
- Javier Evans
229+
230+
**************
231+
Full Changelog
232+
**************
233+
234+
.. code-block:: none
235+
236+
Changes with Unit 1.32.0 27 Feb 2024
237+
238+
*) Feature: WebAssembly Components using WASI interfaces defined in
239+
wasi:http/proxy@0.2.0.
240+
241+
*) Feature: conditional access logging.
242+
243+
*) Feature: NJS variables access.
244+
245+
*) Feature: $request_id variable contains a string that is formed using
246+
random data and can be used as a unique request identifier.
247+
248+
*) Feature: options to set control socket permissions.
249+
250+
*) Feature: Ruby arrays in response headers, improving compatibility
251+
with Rack v3.0.
252+
253+
*) Feature: Python bytearray response bodies for ASGI applications.
254+
255+
*) Bugfix: router could crash while sending large files. Thanks to
256+
rustedsword.
257+
258+
*) Bugfix: serving static files from a network filesystem could lead to
259+
error.
260+
261+
*) Bugfix: "uidmap" and "gidmap" isolation options validation.
262+
263+
*) Bugfix: abstract UNIX socket name could be corrupted during
264+
configuration validation. Thanks to Alejandro Colomar.
265+
266+
*) Bugfix: HTTP header field value encoding could be misinterpreted in
267+
Python module.
268+
269+
*) Bugfix: Node.js http.createServer() accepts and ignores the "options"
270+
argument, improving compatibility with strapi applications, among
271+
others.
272+
273+
*) Bugfix: ServerRequest.flushHeaders() implemented in Node.js module to
274+
make it compatible with Next.js.
275+
276+
*) Bugfix: ServerRequest.httpVersion variable format in Node.js module.
277+
278+
*) Bugfix: Node.js module handles standard library imports prefixed with
279+
"node:", making it possible to run newer Nuxt applications, among
280+
others.
281+
282+
*) Bugfix: Node.js tarball location changed to avoid build/install
283+
errors.
284+
285+
*) Bugfix: Go module sets environment variables necessary for building
286+
on macOS/arm64 systems.

0 commit comments

Comments
 (0)