diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2025-06-24 16:40:21 +0400 |
---|---|---|
committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2025-06-24 21:22:41 +0400 |
commit | 235f409907fd60eb2d8f6ecdc0e5cb163dd6d45f (patch) | |
tree | aee09d15638f23115395d1ec7177375d7c0ce9f3 /docs/xml | |
parent | 1263d6bec3956df0e472507817ca29940e6e3b04 (diff) | |
download | nginx-235f409907fd60eb2d8f6ecdc0e5cb163dd6d45f.tar.gz nginx-235f409907fd60eb2d8f6ecdc0e5cb163dd6d45f.zip |
nginx-1.29.0-RELEASErelease-1.29.0
Diffstat (limited to 'docs/xml')
-rw-r--r-- | docs/xml/nginx/changes.xml | 93 |
1 files changed, 93 insertions, 0 deletions
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"> |