Skip to content

Commit

Permalink
Generated changes for the 1.8.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
VBart committed Dec 27, 2024
1 parent 7b668f2 commit f324a87
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 6 deletions.
22 changes: 20 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

Changes with Angie 1.8.1 28 Dec 2024

*) Bugfix: using the "status_zone" directive in the "server" block of
the HTTP module caused excessive logging of empty requests in
"access_log" on TLS handshakes; the bug had appeared in 1.8.0.

*) Bugfix: decoding errors in HTTP/3 stream could cause worker process
crash when closing QUIC connection; the fix was ported from nginx
1.27.4.

*) Bugfix: sending QUIC protocol version negotiation packets could cause
an infinite packet exchange loop; the fix was ported from nginx
1.27.4.

*) Bugfix: using DNS-challenge without hooks in the ACME module could
cause a worker process crash in some configurations.


Changes with Angie 1.8.0 19 Dec 2024

*) Change: when gracefully shutting down old worker processes,
Expand Down Expand Up @@ -56,8 +74,8 @@ Changes with Angie 1.8.0 19 Dec 2024

*) Feature: all functionality of nginx 1.27.3.

*) Bugfix: HTTP/3 clients could time out when using 0-RTT; the bug was
inherited from nginx in version 1.7.0.
*) Bugfix: HTTP/3 clients could time out when using 0-RTT; the fix was
ported from nginx 1.27.4.

*) Bugfix: proxying with HTTP/3 using variables in the "proxy_pass"
directive and without specifying an "upstream" block could crash the
Expand Down
23 changes: 20 additions & 3 deletions CHANGES.ru
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

Изменения в Angie 1.8.1 28.12.2024

*) Исправление: использование директивы "status_zone" в блоке "server"
HTTP-модуля приводило к избыточному логированию пустых запросов в
"access_log" во время TLS-согласований; проблема появилась в 1.8.0.

*) Исправление: ошибки декодирования потока HTTP/3 могли приводить к
падению рабочего процесса при закрытии QUIC-соединения; исправление
портировано из nginx 1.27.4.

*) Исправление: отправка пакетов с согласованием версии протокола QUIC
могла привести к бесконечному циклу обмена пакетами; исправление
портировано из nginx 1.27.4.

*) Исправление: использование DNS-валидации без хуков в ACME-модуле на
некоторых конфигурациях могло привести к падению рабочего процесса.


Изменения в Angie 1.8.0 19.12.2024

*) Изменение: при плавном завершении старых рабочих процессов
Expand Down Expand Up @@ -61,8 +79,7 @@
*) Добавление: вся функциональность nginx 1.27.3.

*) Исправление: HTTP/3-клиенты могли отключаться по таймауту при
использовании 0-RTT; проблема была унаследована из nginx в версии
1.7.0.
использовании 0-RTT; исправление портировано из nginx 1.27.4.

*) Исправление: проксирование по HTTP/3 с использованием переменных в
директиве "proxy_pass" и без указания блока "upstream" могло
Expand Down Expand Up @@ -390,7 +407,7 @@

*) Исправление: сборка завершалась ошибкой при использовании опций
./configure "--without-http_upstream_zone_module" или
"--without-stream_upstream_zone_module"; ошибка появилась в 1.2.0.
"--without-stream_upstream_zone_module"; проблема появилась в 1.2.0.

*) Изменение: теперь при загрузке конфигурации OpenSSL используется
appname "angie".
Expand Down
2 changes: 1 addition & 1 deletion docs/xml/angie/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<change_log title="Angie">


<changes ver="1.8.1" date="">
<changes ver="1.8.1" date="2024-12-28">

<change type="bugfix">
<para lang="ru">
Expand Down

0 comments on commit f324a87

Please sign in to comment.