File tree Expand file tree Collapse file tree 4 files changed +64
-1
lines changed Expand file tree Collapse file tree 4 files changed +64
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
30
Changes with nginx 1.27.5 16 Apr 2025
3
31
4
32
*) Feature: CUBIC congestion control in QUIC connections.
Original file line number Diff line number Diff line change 1
1
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
+
2
30
Изменения в nginx 1.27 . 5 16.04 . 2025
3
31
4
32
*) Добавление : контроль перегрузки CUBIC в соединениях QUIC .
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-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
+
30
37
<event date =" 2025-05-06" >
31
38
<para >
32
39
<link doc =" en/docs/njs/index.xml" >njs-0.9.0</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.27.5 " />
12
+ <item ver =" 1.29.0 " />
13
13
14
14
</download >
15
15
You can’t perform that action at this time.
0 commit comments