comparison text/en/CHANGES @ 1673:3ab18995382b

nginx-1.9.14
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Apr 2016 18:07:42 +0300
parents 755c3c0324b1
children 779eec606081
comparison
equal deleted inserted replaced
1672:9c98c4498f08 1673:3ab18995382b
1
2 Changes with nginx 1.9.14 05 Apr 2016
3
4 *) Feature: OpenSSL 1.1.0 compatibility.
5
6 *) Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
7 "scgi_request_buffering", and "uwsgi_request_buffering" directives
8 now work with HTTP/2.
9
10 *) Bugfix: "zero size buf in output" alerts might appear in logs when
11 using HTTP/2.
12
13 *) Bugfix: the "client_max_body_size" directive might work incorrectly
14 when using HTTP/2.
15
16 *) Bugfix: of minor bugs in logging.
17
1 18
2 Changes with nginx 1.9.13 29 Mar 2016 19 Changes with nginx 1.9.13 29 Mar 2016
3 20
4 *) Change: non-idempotent requests (POST, LOCK, PATCH) are no longer 21 *) Change: non-idempotent requests (POST, LOCK, PATCH) are no longer
5 passed to the next server by default if a request has been sent to a 22 passed to the next server by default if a request has been sent to a
1873 1890
1874 *) Change: if a server in an upstream failed, only one request will be 1891 *) Change: if a server in an upstream failed, only one request will be
1875 sent to it after fail_timeout; the server will be considered alive if 1892 sent to it after fail_timeout; the server will be considered alive if
1876 it will successfully respond to the request. 1893 it will successfully respond to the request.
1877 1894
1878 *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an 1895 *) Change: now the 0x7F-0xFF characters are escaped as \xXX in an
1879 access_log. 1896 access_log.
1880 1897
1881 *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support 1898 *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
1882 the following additional values: X-Accel-Limit-Rate, 1899 the following additional values: X-Accel-Limit-Rate,
1883 X-Accel-Buffering, X-Accel-Charset. 1900 X-Accel-Buffering, X-Accel-Charset.