diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2026-03-10 05:44:53 +0400 |
|---|---|---|
| committer | Sergey Kandaurov <s.kandaurov@f5.com> | 2026-03-10 19:29:07 +0400 |
| commit | cb85fbbfbad6adf5ce71ed4f9b585f498c05c19d (patch) | |
| tree | fec22cf24f33bdd9d2d69c0b42f8ee774d899a53 | |
| parent | c20777a1e9aae703e9b1fe5404b11bc3ca0f7ece (diff) | |
| download | nginx-release-1.29.6.tar.gz nginx-release-1.29.6.tar.bz2 | |
nginx-1.29.6-RELEASErelease-1.29.6
| -rw-r--r-- | docs/xml/nginx/changes.xml | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 8b22fbd9d..91f7d7e04 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,102 @@ <change_log title="nginx"> +<changes ver="1.29.6" date="2026-03-10"> + +<change type="feature"> +<para lang="ru"> +режим привязки сессий; +директива sticky в блоке upstream модуля http; +директива server поддерживает параметры route и drain. +</para> +<para lang="en"> +session affinity support; +the "sticky" directive in the "upstream" block of the "http" module; +the "server" directive supports the "route" and "drain" parameters. +</para> +</change> + +<change type="change"> +<para lang="ru"> +теперь nginx ограничивает размер и частоту отправки пакетов +QUIC stateless reset. +</para> +<para lang="en"> +now nginx limits the size and rate of QUIC stateless reset packets. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +получение QUIC-пакета в другом рабочем процессе +могло приводить к разрыву соединения. +</para> +<para lang="en"> +receiving a QUIC packet by a wrong worker process +could cause the connection to terminate. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при отправке закэшированного ответа HTTP/2 +в логах могли появляться сообщения +"[crit] cache file ... contains invalid header". +</para> +<para lang="en"> +"[crit] cache file ... contains invalid header" +messages might appear in logs +when sending a cached HTTP/2 response. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +проксирование на scgi-бэкенды могло не работать при использовании +chunked transfer encoding и директивы scgi_request_buffering.<br/> +Спасибо Mufeed VH. +</para> +<para lang="en"> +proxying to scgi backends might not work when using +chunked transfer encoding and the "scgi_request_buffering" directive.<br/> +Thanks to Mufeed VH. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в модуле ngx_http_mp4_module.<br/> +Спасибо Andrew Lacambra. +</para> +<para lang="en"> +in the ngx_http_mp4_module.<br/> +Thanks to Andrew Lacambra. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +nginx считал запятую разделителем в строке "Cookie" +заголовка запроса при вычислении переменных "$cookie_...". +</para> +<para lang="en"> +nginx treated a comma as separator in the "Cookie" +request header line when evaluating "$cookie_..." variables. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +в парсинге литеральных аргументов IMAP команд. +</para> +<para lang="en"> +in IMAP command literal argument parsing. +</para> +</change> + +</changes> + + <changes ver="1.29.5" date="2026-02-04"> <change type="security"> |
