comparison text/en/CHANGES @ 2761:137bb01e7a3b

nginx-1.21.2
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 31 Aug 2021 18:18:53 +0300
parents 1d3a8a4adec2
children 167329042128
comparison
equal deleted inserted replaced
2760:1fc068486036 2761:137bb01e7a3b
1
2 Changes with nginx 1.21.2 31 Aug 2021
3
4 *) Change: now nginx rejects HTTP/1.0 requests with the
5 "Transfer-Encoding" header line.
6
7 *) Change: export ciphers are no longer supported.
8
9 *) Feature: OpenSSL 3.0 compatibility.
10
11 *) Feature: the "Auth-SSL-Protocol" and "Auth-SSL-Cipher" header lines
12 are now passed to the mail proxy authentication server.
13 Thanks to Rob Mueller.
14
15 *) Feature: request body filters API now permits buffering of the data
16 being processed.
17
18 *) Bugfix: backend SSL connections in the stream module might hang after
19 an SSL handshake.
20
21 *) Bugfix: the security level, which is available in OpenSSL 1.1.0 or
22 newer, did not affect loading of the server certificates when set
23 with "@SECLEVEL=N" in the "ssl_ciphers" directive.
24
25 *) Bugfix: SSL connections with gRPC backends might hang if select,
26 poll, or /dev/poll methods were used.
27
28 *) Bugfix: when using HTTP/2 client request body was always written to
29 disk if the "Content-Length" header line was not present in the
30 request.
31
1 32
2 Changes with nginx 1.21.1 06 Jul 2021 33 Changes with nginx 1.21.1 06 Jul 2021
3 34
4 *) Change: now nginx always returns an error for the CONNECT method. 35 *) Change: now nginx always returns an error for the CONNECT method.
5 36