diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-08-26 16:50:14 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-09-11 17:10:51 +0100 |
| commit | 28404105810f53c570523c3e70006ad0ca210e58 (patch) | |
| tree | aaf93c4056df64cd0e53e0803986f05973a93f13 | |
| parent | 363e26e59c9dd8bc5f64d14878367df97259134c (diff) | |
| download | unit-28404105810f53c570523c3e70006ad0ca210e58.tar.gz unit-28404105810f53c570523c3e70006ad0ca210e58.tar.bz2 | |
Add 1.35.0 CHANGES1.35.0
This is autogenerated from docs/changes.xml by
$ make -C docs/ changes && mv build/CHANGES .
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
| -rw-r--r-- | CHANGES | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,4 +1,39 @@ +Changes with Unit 1.35.0 03 Sep 2025 + + *) Security: 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). + + *) Change: if building with njs, version 0.9.0 or later is now required. + + *) Feature: HTTP compression. + + *) Feature: PHP 8.5 compatibility. + + *) Feature: Ruby 3.4 compatibility. + + *) Feature: Django 5.x compatibility. + + *) Feature: Python Litestar WebSockets compatibility. + + *) Feature: GCC 15 compatibility. + + *) Bugfix: set SERVER_PORT to the actual value. + + *) Bugfix: fix issue in node.js with duplicate headers in response. + + *) Bugfix: fix WebSockets with Firefox. + + *) Bugfix: fix incorrect websocket payload length calculation in the + Java language module. + + *) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support. + + *) Bugfix: fix issues with building OpenTelemetry (OTEL) support on + various platforms, including macOS. + + Changes with Unit 1.34.0 19 Dec 2024 *) Feature: initial OpenTelemetry (OTEL) support. (Disabled by default). |
