File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
37
Changes with Unit 1.34.0 19 Dec 2024
3
38
4
39
*) Feature: initial OpenTelemetry (OTEL) support. (Disabled by default).
You can’t perform that action at this time.
0 commit comments