Skip to content

Commit be7ecad

Browse files
committed
Add 1.35.0 CHANGES
This is autogenerated from docs/changes.xml by $ make -C docs/ changes && mv build/CHANGES . Signed-off-by: Andrew Clayton <[email protected]>
1 parent c090c65 commit be7ecad

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGES

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11

2+
Changes with Unit 1.35.0 03 Sep 2025
3+
4+
*) Security: fix missing websocket payload length validation in the Java
5+
language module which could lead to Java language module processes
6+
consuming excess CPU. (CVE-2025-1695).
7+
8+
*) Change: if building with njs, version 0.9.0 or later is now required.
9+
10+
*) Feature: HTTP compression.
11+
12+
*) Feature: PHP 8.5 compatibility.
13+
14+
*) Feature: Ruby 3.4 compatibility.
15+
16+
*) Feature: Django 5.x compatibility.
17+
18+
*) Feature: Python Litestar WebSockets compatibility.
19+
20+
*) Feature: GCC 15 compatibility.
21+
22+
*) Bugfix: set SERVER_PORT to the actual value.
23+
24+
*) Bugfix: fix issue in node.js with duplicate headers in response.
25+
26+
*) Bugfix: fix WebSockets with Firefox.
27+
28+
*) Bugfix: fix incorrect websocket payload length calculation in the
29+
Java language module.
30+
31+
*) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support.
32+
33+
*) Bugfix: fix issues with building OpenTelemetry (OTEL) support on
34+
various platforms, including macOS.
35+
36+
237
Changes with Unit 1.34.0 19 Dec 2024
338

439
*) Feature: initial OpenTelemetry (OTEL) support. (Disabled by default).

0 commit comments

Comments
 (0)