From a1bf265d520cb8775eeb327baa3e3d85db0c052b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 13 Jul 2018 14:45:08 +0300 Subject: [PATCH] Added version 1.3 CHANGES. --- CHANGES | 23 +++++++++++++++ docs/changes.xml | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/CHANGES b/CHANGES index 8ffe0dfd..e965f340 100644 --- a/CHANGES +++ b/CHANGES @@ -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 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. + + + + + +