comparison text/en/CHANGES @ 2401:2c92888a3035

nginx-1.17.1
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 25 Jun 2019 15:29:35 +0300
parents e01b7a3b601d
children 3bc28d88f34e
comparison
equal deleted inserted replaced
2400:f86b5961e9b8 2401:2c92888a3035
1
2 Changes with nginx 1.17.1 25 Jun 2019
3
4 *) Feature: the "limit_req_dry_run" directive.
5
6 *) Feature: when using the "hash" directive inside the "upstream" block
7 an empty hash key now triggers round-robin balancing.
8 Thanks to Niklas Keller.
9
10 *) Bugfix: a segmentation fault might occur in a worker process if
11 caching was used along with the "image_filter" directive, and errors
12 with code 415 were redirected with the "error_page" directive; the
13 bug had appeared in 1.11.10.
14
15 *) Bugfix: a segmentation fault might occur in a worker process if
16 embedded perl was used; the bug had appeared in 1.7.3.
17
1 18
2 Changes with nginx 1.17.0 21 May 2019 19 Changes with nginx 1.17.0 21 May 2019
3 20
4 *) Feature: variables support in the "limit_rate" and "limit_rate_after" 21 *) Feature: variables support in the "limit_rate" and "limit_rate_after"
5 directives. 22 directives.