File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1
1
2
+ Changes with Unit 1.35.0 27 Aug 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: Django 5.x compatibility.
13
+
14
+ *) Feature: Python Litestar WebSockets compatibility.
15
+
16
+ *) Feature: GCC 15 compatibility.
17
+
18
+ *) Feature: Ruby 3.4 compatibility.
19
+
20
+ *) Bugfix: set SERVER_PORT to the actual value.
21
+
22
+ *) Bugfix: fix issue in node.js with duplicate headers in response.
23
+
24
+ *) Bugfix: fix WebSockets with Firefox.
25
+
26
+ *) Bugfix: fix incorrect websocket payload length calculation in the
27
+ Java language module.
28
+
29
+ *) Bugfix: fix instability issues due to OpenTelemetry (OTEL) support.
30
+
31
+ *) Bugfix: fix issues with building OpenTelemetry (OTEL) support on
32
+ various platforms, including macOS.
33
+
34
+
2
35
Changes with Unit 1.34.0 19 Dec 2024
3
36
4
37
*) Feature: initial OpenTelemetry (OTEL) support. (Disabled by default).
You can’t perform that action at this time.
0 commit comments