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

Commit 70ead75

Browse files
committed
Update CHANGES.txt for 1.35.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
1 parent 2a2e684 commit 70ead75

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

source/CHANGES.txt

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

336
*) Security: fix missing websocket payload length validation in the Java

0 commit comments

Comments
 (0)