From 363e26e59c9dd8bc5f64d14878367df97259134c Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Tue, 19 Aug 2025 05:12:22 +0100 Subject: docs/changes.xml: Add 1.35.0 changelog entries Signed-off-by: Andrew Clayton --- docs/changes.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 89 insertions(+), 2 deletions(-) diff --git a/docs/changes.xml b/docs/changes.xml index 2309fc80..afed4fae 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -18,7 +18,7 @@ unit-jsc19 unit-jsc20 unit-jsc21 unit-wasm" ver="1.35.0" rev="1" - date="" time="" + date="2025-09-03" time="18:00:00 +0000" packager="Nginx Packaging <nginx-packaging@f5.com>"> @@ -31,9 +31,96 @@ NGINX Unit updated to 1.35.0. + + +fix missing websocket payload length validation in the Java language module +which could lead to Java language module processes consuming excess CPU. +(CVE-2025-1695). + + + + + +if building with njs, version 0.9.0 or later is now required. + + + + + +HTTP compression. + + + + + +PHP 8.5 compatibility. + + + + + +Ruby 3.4 compatibility. + + + + + +Django 5.x compatibility. + + + + + +Python Litestar WebSockets compatibility. + + + + + +GCC 15 compatibility. + + + + + +set SERVER_PORT to the actual value. + + + + + +fix issue in node.js with duplicate headers in response. + + + + + +fix WebSockets with Firefox. + + + + + +fix incorrect websocket payload length calculation in the Java language module. + + + + + +fix instability issues due to OpenTelemetry (OTEL) support. + + + + + +fix issues with building OpenTelemetry (OTEL) support on various platforms, +including macOS. + + + -- cgit