comparison text/en/CHANGES @ 2200:c551c13e159d

nginx-1.15.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Jul 2018 18:21:54 +0300
parents b37374af4099
children f9f4d8e070dc
comparison
equal deleted inserted replaced
2199:1d60e4b4ed64 2200:c551c13e159d
1
2 Changes with nginx 1.15.1 03 Jul 2018
3
4 *) Feature: the "random" directive inside the "upstream" block.
5
6 *) Feature: improved performance when using the "hash" and "ip_hash"
7 directives with the "zone" directive.
8
9 *) Feature: the "reuseport" parameter of the "listen" directive now uses
10 SO_REUSEPORT_LB on FreeBSD 12.
11
12 *) Bugfix: HTTP/2 server push did not work if SSL was terminated by a
13 proxy server in front of nginx.
14
15 *) Bugfix: the "tcp_nopush" directive was always used on backend
16 connections.
17
18 *) Bugfix: sending a disk-buffered request body to a gRPC backend might
19 fail.
20
1 21
2 Changes with nginx 1.15.0 05 Jun 2018 22 Changes with nginx 1.15.0 05 Jun 2018
3 23
4 *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the 24 *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
5 "listen" directive should be used instead. 25 "listen" directive should be used instead.