From a1bf265d520cb8775eeb327baa3e3d85db0c052b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 13 Jul 2018 14:45:08 +0300 Subject: Added version 1.3 CHANGES. --- docs/changes.xml | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 5b48619b..bca9d86e 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,81 @@ + + + + +NGINX Unit updated to 1.3. + + + + + + + + + + +UTF-8 characters are now allowed in request header field values. + + + + + +configuration of the request body size limit. + + + + + +configuration of various HTTP connection timeouts. + + + + + +Ruby module now automatically uses Bundler where possible. + + + + + +http.Flusher interface in Go module. + + + + + +various issues in HTTP connection errors handling. + + + + + +requests with body data might be handled incorrectly in PHP module. + + + + + +individual PHP configuration options specified via control API were reset +to previous values after the first request in application process. + + + + + +