diff text/en/CHANGES @ 3087:f7c8eeeaeafe

freenginx-1.27.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Jun 2024 17:04:23 +0300
parents 796fbd13ae36
children
line wrap: on
line diff
--- a/text/en/CHANGES	Tue May 28 00:23:28 2024 +0300
+++ b/text/en/CHANGES	Tue Jun 04 17:04:23 2024 +0300
@@ -1,4 +1,28 @@
 
+Changes with freenginx 1.27.1                                    04 Jun 2024
+
+    *) Feature: the "max_headers" directive.
+       Thanks to Maksim Yevmenkin.
+
+    *) Feature: the $upstream_cache_key variable.
+       Thanks to Kirill A. Korinsky.
+
+    *) Feature: XOAUTH2 and OAUTHBEARER authentication mechanisms support in
+       the mail proxy module.
+       Thanks to Rob Mueller.
+
+    *) Bugfix: graceful shutdown of old worker processes might be delayed
+       when using HTTP/2.
+       Thanks to Kasei Wang.
+
+    *) Bugfix: a segmentation fault might occur in a worker process when
+       using HTTP/3.
+
+    *) Bugfix: in HTTP/3.
+
+    *) Bugfix: in the mail proxy module.
+
+
 Changes with freenginx 1.27.0                                    14 May 2024
 
     *) Feature: updated descriptions of HTTP status codes.