comparison text/en/CHANGES @ 1702:a2f2673b248d

nginx-1.11.0
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 May 2016 19:21:26 +0300
parents 779eec606081
children ce35c4764409
comparison
equal deleted inserted replaced
1701:0108c6525d2a 1702:a2f2673b248d
1
2 Changes with nginx 1.11.0 24 May 2016
3
4 *) Feature: the "transparent" parameter of the "proxy_bind",
5 "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind"
6 directives.
7
8 *) Feature: the $request_id variable.
9
10 *) Feature: the "map" directive supports combinations of multiple
11 variables as resulting values.
12
13 *) Feature: now nginx checks if EPOLLRDHUP events are supported by
14 kernel, and optimizes connection handling accordingly if the "epoll"
15 method is used.
16
17 *) Feature: the "ssl_certificate" and "ssl_certificate_key" directives
18 can be specified multiple times to load certificates of different
19 types (for example, RSA and ECDSA).
20
21 *) Feature: the "ssl_ecdh_curve" directive now allows specifying a list
22 of curves when using OpenSSL 1.0.2 or newer; by default a list built
23 into OpenSSL is used.
24
25 *) Change: to use DHE ciphers it is now required to specify parameters
26 using the "ssl_dhparam" directive.
27
28 *) Feature: the $proxy_protocol_port variable.
29
30 *) Feature: the $realip_remote_port variable in the
31 ngx_http_realip_module.
32
33 *) Feature: the ngx_http_realip_module is now able to set the client
34 port in addition to the address.
35
36 *) Change: the "421 Misdirected Request" response now used when
37 rejecting requests to a virtual server different from one negotiated
38 during an SSL handshake; this improves interoperability with some
39 HTTP/2 clients when using client certificates.
40
41 *) Change: HTTP/2 clients can now start sending request body
42 immediately; the "http2_body_preread_size" directive controls size of
43 the buffer used before nginx will start reading client request body.
44
45 *) Bugfix: cached error responses were not updated when using the
46 "proxy_cache_bypass" directive.
47
1 48
2 Changes with nginx 1.9.15 19 Apr 2016 49 Changes with nginx 1.9.15 19 Apr 2016
3 50
4 *) Bugfix: "recv() failed" errors might occur when using HHVM as a 51 *) Bugfix: "recv() failed" errors might occur when using HHVM as a
5 FastCGI server. 52 FastCGI server.