diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-08-19 05:12:22 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-09-11 17:10:51 +0100 |
| commit | 363e26e59c9dd8bc5f64d14878367df97259134c (patch) | |
| tree | 6173770cb5e989068cbeb6e626bafb5c84ba63fc /docs | |
| parent | eba843e5238b2a93805c2cb5b682c896b8a16a8c (diff) | |
| download | unit-363e26e59c9dd8bc5f64d14878367df97259134c.tar.gz unit-363e26e59c9dd8bc5f64d14878367df97259134c.tar.bz2 | |
docs/changes.xml: Add 1.35.0 changelog entries
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changes.xml | 91 |
1 files 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>"> <change> @@ -31,9 +31,96 @@ NGINX Unit updated to 1.35.0. <changes apply="unit" ver="1.35.0" rev="1" - date="" time="" + date="2025-09-03" time="18:00:00 +0000" packager="Nginx Packaging <nginx-packaging@f5.com>"> +<change type="security"> +<para> +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). +</para> +</change> + +<change type="change"> +<para> +if building with njs, version 0.9.0 or later is now required. +</para> +</change> + +<change type="feature"> +<para> +HTTP compression. +</para> +</change> + +<change type="feature"> +<para> +PHP 8.5 compatibility. +</para> +</change> + +<change type="feature"> +<para> +Ruby 3.4 compatibility. +</para> +</change> + +<change type="feature"> +<para> +Django 5.x compatibility. +</para> +</change> + +<change type="feature"> +<para> +Python Litestar WebSockets compatibility. +</para> +</change> + +<change type="feature"> +<para> +GCC 15 compatibility. +</para> +</change> + +<change type="bugfix"> +<para> +set SERVER_PORT to the actual value. +</para> +</change> + +<change type="bugfix"> +<para> +fix issue in node.js with duplicate headers in response. +</para> +</change> + +<change type="bugfix"> +<para> +fix WebSockets with Firefox. +</para> +</change> + +<change type="bugfix"> +<para> +fix incorrect websocket payload length calculation in the Java language module. +</para> +</change> + +<change type="bugfix"> +<para> +fix instability issues due to OpenTelemetry (OTEL) support. +</para> +</change> + +<change type="bugfix"> +<para> +fix issues with building OpenTelemetry (OTEL) support on various platforms, +including macOS. +</para> +</change> + </changes> |
