Skip to content

Commit 31543be

Browse files
committed
nginx-1.29.0
1 parent 10f2b1b commit 31543be

File tree

4 files changed

+64
-1
lines changed

4 files changed

+64
-1
lines changed

text/en/CHANGES

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

2+
Changes with nginx 1.29.0 24 Jun 2025
3+
4+
*) Feature: support for response code 103 from proxy and gRPC backends;
5+
the "early_hints" directive.
6+
7+
*) Feature: loading of secret keys from hardware tokens with OpenSSL
8+
provider.
9+
10+
*) Feature: support for the "so_keepalive" parameter of the "listen"
11+
directive on macOS.
12+
13+
*) Change: the logging level of SSL errors in a QUIC handshake has been
14+
changed from "error" to "crit" for critical errors, and to "info" for
15+
the rest; the logging level of unsupported QUIC transport parameters
16+
has been lowered from "info" to "debug".
17+
18+
*) Change: the native nginx/Windows binary release is now built using
19+
Windows SDK 10.
20+
21+
*) Bugfix: nginx could not be built by gcc 15 if ngx_http_v2_module or
22+
ngx_http_v3_module modules were used.
23+
24+
*) Bugfix: nginx might not be built by gcc 14 or newer with -O3 -flto
25+
optimization if ngx_http_v3_module was used.
26+
27+
*) Bugfixes and improvements in HTTP/3.
28+
29+
230
Changes with nginx 1.27.5 16 Apr 2025
331

432
*) Feature: CUBIC congestion control in QUIC connections.

text/ru/CHANGES.ru

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

2+
Изменения в nginx 1.29.0 24.06.2025
3+
4+
*) Добавление: поддержка ответа с кодом 103 от proxy- и gRPC-бэкендов;
5+
директива early_hints.
6+
7+
*) Добавление: возможность загрузки секретных ключей с аппаратных
8+
устройств с помощью OpenSSL provider.
9+
10+
*) Добавление: поддержка параметра so_keepalive директивы listen на
11+
macOS.
12+
13+
*) Изменение: уровень логгирования ошибок SSL в QUIC handshake изменён с
14+
уровня error на crit для критических ошибок и на info для всех
15+
остальных; уровень логгирования неподдерживаемых транспортных
16+
параметров QUIC понижен с уровня info до debug.
17+
18+
*) Изменение: бинарная версия nginx/Windows теперь использует для сборки
19+
Windows SDK 10.
20+
21+
*) Исправление: nginx не собирался gcc 15, если использовались модули
22+
ngx_http_v2_module и ngx_http_v3_module.
23+
24+
*) Исправление: nginx мог не собираться gcc 14 и новее с оптимизацией
25+
-O3 -flto, если использовался модуль ngx_http_v3_module.
26+
27+
*) Исправления и улучшения в HTTP/3.
28+
29+
230
Изменения в nginx 1.27.5 16.04.2025
331

432
*) Добавление: контроль перегрузки CUBIC в соединениях QUIC.

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-06-24">
31+
<para>
32+
<link doc="en/download.xml">nginx-1.29.0</link>
33+
mainline version has been released, featuring Early Hints support.
34+
</para>
35+
</event>
36+
3037
<event date="2025-05-06">
3138
<para>
3239
<link doc="en/docs/njs/index.xml">njs-0.9.0</link>

xml/versions.xml

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

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

12-
<item ver="1.27.5" />
12+
<item ver="1.29.0" />
1313

1414
</download>
1515

0 commit comments

Comments
 (0)