diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-07-13 14:45:08 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-07-13 14:45:08 +0300 |
commit | a1bf265d520cb8775eeb327baa3e3d85db0c052b (patch) | |
tree | f4c438d02fa8b2625a3213145dd89022632ed5e9 /CHANGES | |
parent | bd8eacf52d22c37b2ca7e757a618aec0119467f7 (diff) | |
download | unit-a1bf265d520cb8775eeb327baa3e3d85db0c052b.tar.gz unit-a1bf265d520cb8775eeb327baa3e3d85db0c052b.tar.bz2 |
Added version 1.3 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,4 +1,27 @@ +Changes with Unit 1.3 13 Jul 2018 + + *) Change: UTF-8 characters are now allowed in request header field + values. + + *) Feature: configuration of the request body size limit. + + *) Feature: configuration of various HTTP connection timeouts. + + *) Feature: Ruby module now automatically uses Bundler where possible. + + *) Feature: http.Flusher interface in Go module. + + *) Bugfix: various issues in HTTP connection errors handling. + + *) Bugfix: requests with body data might be handled incorrectly in PHP + module. + + *) Bugfix: individual PHP configuration options specified via control + API were reset to previous values after the first request in + application process. + + Changes with Unit 1.2 07 Jun 2018 *) Feature: configuration of environment variables for application |