diff text/en/CHANGES @ 2549:c13a55aae487

nginx-1.19.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 26 May 2020 18:05:19 +0300
parents d60376fec8a1
children 55da8df41bfd
line wrap: on
line diff
--- a/text/en/CHANGES	Tue May 19 12:43:22 2020 +0100
+++ b/text/en/CHANGES	Tue May 26 18:05:19 2020 +0300
@@ -1,4 +1,17 @@
 
+Changes with nginx 1.19.0                                        26 May 2020
+
+    *) Feature: client certificate validation with OCSP.
+
+    *) Bugfix: "upstream sent frame for closed stream" errors might occur
+       when working with gRPC backends.
+
+    *) Bugfix: OCSP stapling might not work if the "resolver" directive was
+       not specified.
+
+    *) Bugfix: connections with incorrect HTTP/2 preface were not logged.
+
+
 Changes with nginx 1.17.10                                       14 Apr 2020
 
     *) Feature: the "auth_delay" directive.