summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2026-04-06 21:40:05 +0400
committerSergey Kandaurov <s.kandaurov@f5.com>2026-04-07 15:37:12 +0400
commit5eaf45f11e85459b52c18f876e69320df420ae29 (patch)
treeb4f048161d0142b75967b1891f565945009c4447
parent1709bffe6ebb5bfd4d71893d65920fdc4bf82f65 (diff)
downloadnginx-5eaf45f11e85459b52c18f876e69320df420ae29.tar.gz
nginx-5eaf45f11e85459b52c18f876e69320df420ae29.tar.bz2
nginx-1.29.8-RELEASErelease-1.29.8
-rw-r--r--docs/xml/nginx/changes.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index faa7dabf9..eb1987552 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -5,6 +5,62 @@
<change_log title="nginx">
+<changes ver="1.29.8" date="2026-04-07">
+
+<change type="feature">
+<para lang="ru">
+директива max_headers.<br/>
+Спасибо Максиму Дунину.
+</para>
+<para lang="en">
+the "max_headers" directive.<br/>
+Thanks to Maxim Dounin.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+совместимость с OpenSSL 4.0.
+</para>
+<para lang="en">
+OpenSSL 4.0 compatibility.
+</para>
+</change>
+
+<change type="feature">
+<para lang="ru">
+теперь директива include внутри блока geo поддерживает маски.
+</para>
+<para lang="en">
+now the "include" directive inside the "geo" block supports wildcards.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в обработке ответов с кодом HTTP 103 (Early Hints)
+от проксируемого бэкенда.
+</para>
+<para lang="en">
+in processing of HTTP 103 (Early Hints) responses
+from a proxied backend.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+переменные $request_port и $is_request_port
+были недоступны в подзапросах.
+</para>
+<para lang="en">
+the $request_port and $is_request_port variables
+were not available in subrequests.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.29.7" date="2026-03-24">
<change type="security">