From b2d7d6fb023fab0660904588358d8a8bdb23fa08 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 30 May 2019 17:16:23 +0300 Subject: Added version 1.9 CHANGES. --- docs/changes.xml | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index e4b8158d..e1a8734c 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,109 @@ + + + + +Initial release of Go 1.11 module for NGINX Unit. + + + + + + + + + + +NGINX Unit updated to 1.9.0. + + + + + + + + + + +request routing by arguments, headers, and cookies. + + + + + +route matching patterns allow a wildcard in the middle. + + + + + +POST operation for appending elements to arrays in configuration. + + + + + +support for changing credentials using CAP_SETUID and CAP_SETGID capabilities +on Linux without running main process as privileged user. + + + + + +memory leak in the router process might have happened when a client +prematurely closed the connection. + + + + + +applying a large configuration might have failed. + + + + + +PUT and DELETE operations on array elements in configuration did not work. + + + + + +request schema in applications did not reflect TLS connections. + + + + + +restored compatibility with Node.js applications that use +ServerResponse._implicitHeader() function; the bug had appeared in 1.7. + + + + + +various compatibility issues with Node.js applications. + + + + + + -- cgit