details: https://github.com/nginx/nginx/commit/235f409907fd60eb2d8f6ecdc0e5cb163dd6d45f branches: master commit: 235f409907fd60eb2d8f6ecdc0e5cb163dd6d45f user: Sergey Kandaurov <pluk...@nginx.com> date: Tue, 24 Jun 2025 16:40:21 +0400 description: nginx-1.29.0-RELEASE
--- docs/xml/nginx/changes.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index ecb063d57..45b8d4efe 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,99 @@ <change_log title="nginx"> +<changes ver="1.29.0" date="2025-06-24"> + +<change type="feature"> +<para lang="ru"> +поддержка ответа с кодом 103 от proxy- и gRPC-бэкендов; +директива early_hints. +</para> +<para lang="en"> +support for response code 103 from proxy and gRPC backends; +the "early_hints" directive. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +возможность загрузки секретных ключей с аппаратных устройств +с помощью OpenSSL provider. +</para> +<para lang="en"> +loading of secret keys from hardware tokens +with OpenSSL provider. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +поддержка параметра so_keepalive директивы listen на macOS. +</para> +<para lang="en"> +support for the "so_keepalive" parameter of the "listen" directive on macOS. +</para> +</change> + +<change type="change"> +<para lang="ru"> +уровень логгирования ошибок SSL в QUIC handshake +изменён с уровня error на crit для критических ошибок +и на info для всех остальных; +уровень логгирования неподдерживаемых транспортных параметров QUIC +понижен с уровня info до debug. +</para> +<para lang="en"> +the logging level of SSL errors in a QUIC handshake +has been changed from "error" to "crit" for critical errors, +and to "info" for the rest; +the logging level of unsupported QUIC transport parameters +has been lowered from "info" to "debug". +</para> +</change> + +<change type="change"> +<para lang="ru"> +бинарная версия nginx/Windows теперь использует для сборки Windows SDK 10. +</para> +<para lang="en"> +the native nginx/Windows binary release is now built using Windows SDK 10. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx не собирался gcc 15, +если использовались модули ngx_http_v2_module и ngx_http_v3_module. +</para> +<para lang="en"> +nginx could not be built by gcc 15 +if ngx_http_v2_module or ngx_http_v3_module modules were used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx мог не собираться gcc 14 и новее с оптимизацией -O3 -flto, +если использовался модуль ngx_http_v3_module. +</para> +<para lang="en"> +nginx might not be built by gcc 14 or newer with -O3 -flto optimization +if ngx_http_v3_module was used. +</para> +</change> + +<change> +<para lang="ru"> +Исправления и улучшения в HTTP/3. +</para> +<para lang="en"> +Bugfixes and improvements in HTTP/3. +</para> +</change> + +</changes> + + <changes ver="1.27.5" date="2025-04-16"> <change type="feature"> _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx-devel