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

Commit 363e26e

Browse files
committed
docs/changes.xml: Add 1.35.0 changelog entries
Signed-off-by: Andrew Clayton <[email protected]>
1 parent eba843e commit 363e26e

File tree

1 file changed

+89
-2
lines changed

1 file changed

+89
-2
lines changed

docs/changes.xml

Lines changed: 89 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
unit-jsc19 unit-jsc20 unit-jsc21
1919
unit-wasm"
2020
ver="1.35.0" rev="1"
21-
date="" time=""
21+
date="2025-09-03" time="18:00:00 +0000"
2222
packager="Nginx Packaging &lt;[email protected]&gt;">
2323

2424
<change>
@@ -31,9 +31,96 @@ NGINX Unit updated to 1.35.0.
3131

3232

3333
<changes apply="unit" ver="1.35.0" rev="1"
34-
date="" time=""
34+
date="2025-09-03" time="18:00:00 +0000"
3535
packager="Nginx Packaging &lt;[email protected]&gt;">
3636

37+
<change type="security">
38+
<para>
39+
fix missing websocket payload length validation in the Java language module
40+
which could lead to Java language module processes consuming excess CPU.
41+
(CVE-2025-1695).
42+
</para>
43+
</change>
44+
45+
<change type="change">
46+
<para>
47+
if building with njs, version 0.9.0 or later is now required.
48+
</para>
49+
</change>
50+
51+
<change type="feature">
52+
<para>
53+
HTTP compression.
54+
</para>
55+
</change>
56+
57+
<change type="feature">
58+
<para>
59+
PHP 8.5 compatibility.
60+
</para>
61+
</change>
62+
63+
<change type="feature">
64+
<para>
65+
Ruby 3.4 compatibility.
66+
</para>
67+
</change>
68+
69+
<change type="feature">
70+
<para>
71+
Django 5.x compatibility.
72+
</para>
73+
</change>
74+
75+
<change type="feature">
76+
<para>
77+
Python Litestar WebSockets compatibility.
78+
</para>
79+
</change>
80+
81+
<change type="feature">
82+
<para>
83+
GCC 15 compatibility.
84+
</para>
85+
</change>
86+
87+
<change type="bugfix">
88+
<para>
89+
set SERVER_PORT to the actual value.
90+
</para>
91+
</change>
92+
93+
<change type="bugfix">
94+
<para>
95+
fix issue in node.js with duplicate headers in response.
96+
</para>
97+
</change>
98+
99+
<change type="bugfix">
100+
<para>
101+
fix WebSockets with Firefox.
102+
</para>
103+
</change>
104+
105+
<change type="bugfix">
106+
<para>
107+
fix incorrect websocket payload length calculation in the Java language module.
108+
</para>
109+
</change>
110+
111+
<change type="bugfix">
112+
<para>
113+
fix instability issues due to OpenTelemetry (OTEL) support.
114+
</para>
115+
</change>
116+
117+
<change type="bugfix">
118+
<para>
119+
fix issues with building OpenTelemetry (OTEL) support on various platforms,
120+
including macOS.
121+
</para>
122+
</change>
123+
37124
</changes>
38125

39126

0 commit comments

Comments
 (0)