File tree Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Expand file tree Collapse file tree 4 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 1
1
2
+ Changes with nginx 1.29.1 13 Aug 2025
3
+
4
+ *) Change: now TLSv1.3 certificate compression is disabled by default.
5
+
6
+ *) Feature: the "ssl_certificate_compression" directive.
7
+
8
+ *) Feature: support for 0-RTT in QUIC when using OpenSSL 3.5.1 or newer.
9
+
10
+ *) Bugfix: the 103 response might be buffered when using HTTP/2 and the
11
+ "early_hints" directive.
12
+
13
+ *) Bugfix: in handling "Host" and ":authority" header lines with equal
14
+ values when using HTTP/2; the bug had appeared in 1.17.9.
15
+
16
+ *) Bugfix: in handling "Host" header lines with a port when using
17
+ HTTP/3.
18
+
19
+ *) Bugfix: nginx could not be built on NetBSD 10.0.
20
+
21
+ *) Bugfix: in the "none" parameter of the "smtp_auth" directive.
22
+
23
+
2
24
Changes with nginx 1.29.0 24 Jun 2025
3
25
4
26
*) Feature: support for response code 103 from proxy and gRPC backends;
Original file line number Diff line number Diff line change 1
1
2
+ Изменения в nginx 1.29 . 1 13.08 . 2025
3
+
4
+ *) Изменение : теперь сжатие сертификатов в протоколе TLSv1 . 3 по
5
+ умолчанию запрещено .
6
+
7
+ *) Добавление : директива ssl_certificate_compression .
8
+
9
+ *) Добавление : поддержка 0 -RTT в QUIC при использовании OpenSSL 3.5 . 1 и
10
+ новее .
11
+
12
+ *) Исправление : при использовании HTTP /2 и директивы early_hints ответ
13
+ 103 мог буферизироваться .
14
+
15
+ *) Исправление : в обработке заголовков запроса "Host" и ":authority" с
16
+ одинаковыми значениями при использовании HTTP /2 ; ошибка появилась в
17
+ 1.17 . 9 .
18
+
19
+ *) Исправление : в обработке заголовка запроса "Host" с портом при
20
+ использовании HTTP /3 .
21
+
22
+ *) Исправление : nginx не собирался под NetBSD 10.0 .
23
+
24
+ *) Исправление : в работе параметра none директивы smtp_auth .
25
+
26
+
2
27
Изменения в nginx 1.29 . 0 24.06 . 2025
3
28
4
29
*) Добавление : поддержка ответа с кодом 103 от proxy - и gRPC -бэкендов ;
Original file line number Diff line number Diff line change 27
27
<year href =" 2009.html" year =" 2009" />
28
28
</years >
29
29
30
+ <event date =" 2025-08-13" >
31
+ <para >
32
+ <link doc =" en/download.xml" >nginx-1.29.1</link >
33
+ mainline version has been released.
34
+ </para >
35
+ </event >
36
+
30
37
<event date =" 2025-07-10" >
31
38
<para >
32
39
<link doc =" en/docs/njs/index.xml" >njs-0.9.1</link >
Original file line number Diff line number Diff line change 9
9
10
10
<download tag =" mainline" changes =" " >
11
11
12
+ <item ver =" 1.29.1" />
12
13
<item ver =" 1.29.0" />
13
14
14
15
</download >
You can’t perform that action at this time.
0 commit comments