Skip to content

Commit b47b4f7

Browse files
committed
nginx-1.29.1
1 parent 9aa5014 commit b47b4f7

File tree

4 files changed

+55
-0
lines changed

4 files changed

+55
-0
lines changed

text/en/CHANGES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11

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+
224
Changes with nginx 1.29.0 24 Jun 2025
325

426
*) Feature: support for response code 103 from proxy and gRPC backends;

text/ru/CHANGES.ru

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11

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+
227
Изменения в nginx 1.29.0 24.06.2025
328

429
*) Добавление: поддержка ответа с кодом 103 от proxy- и gRPC-бэкендов;

xml/index.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<year href="2009.html" year="2009" />
2828
</years>
2929

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+
3037
<event date="2025-07-10">
3138
<para>
3239
<link doc="en/docs/njs/index.xml">njs-0.9.1</link>

xml/versions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<download tag="mainline" changes="">
1111

12+
<item ver="1.29.1" />
1213
<item ver="1.29.0" />
1314

1415
</download>

0 commit comments

Comments
 (0)