comparison text/en/CHANGES @ 1668:755c3c0324b1

nginx-1.9.13
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 29 Mar 2016 18:25:04 +0300
parents b4428c8d1c21
children 3ab18995382b
comparison
equal deleted inserted replaced
1667:beab8345acf6 1668:755c3c0324b1
1
2 Changes with nginx 1.9.13 29 Mar 2016
3
4 *) 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
6 backend; the "non_idempotent" parameter of the "proxy_next_upstream"
7 directive explicitly allows retrying such requests.
8
9 *) Feature: the ngx_http_perl_module can be built dynamically.
10
11 *) Feature: UDP support in the stream module.
12
13 *) Feature: the "aio_write" directive.
14
15 *) Feature: now cache manager monitors number of elements in caches and
16 tries to avoid cache keys zone overflows.
17
18 *) Bugfix: "task already active" and "second aio post" alerts might
19 appear in logs when using the "sendfile" and "aio" directives with
20 subrequests.
21
22 *) Bugfix: "zero size buf in output" alerts might appear in logs if
23 caching was used and a client closed a connection prematurely.
24
25 *) Bugfix: connections with clients might be closed needlessly if
26 caching was used.
27 Thanks to Justin Li.
28
29 *) Bugfix: nginx might hog CPU if the "sendfile" directive was used on
30 Linux or Solaris and a file being sent was changed during sending.
31
32 *) Bugfix: connections might hang when using the "sendfile" and "aio
33 threads" directives.
34
35 *) Bugfix: in the "proxy_pass", "fastcgi_pass", "scgi_pass", and
36 "uwsgi_pass" directives when using variables.
37 Thanks to Piotr Sikora.
38
39 *) Bugfix: in the ngx_http_sub_filter_module.
40
41 *) Bugfix: if an error occurred in a cached backend connection, the
42 request was passed to the next server regardless of the
43 proxy_next_upstream directive.
44
45 *) Bugfix: "CreateFile() failed" errors when creating temporary files on
46 Windows.
47
1 48
2 Changes with nginx 1.9.12 24 Feb 2016 49 Changes with nginx 1.9.12 24 Feb 2016
3 50
4 *) Feature: Huffman encoding of response headers in HTTP/2. 51 *) Feature: Huffman encoding of response headers in HTTP/2.
5 Thanks to Vlad Krasnov. 52 Thanks to Vlad Krasnov.