From f6d53f69b86b976c46af7a8554aa483d21f08e44 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 12 Mar 2020 18:13:07 +0300 Subject: Added version 1.16.0 CHANGES. --- docs/changes.xml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 3aa579fb..270b49d3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,84 @@ + + + + +NGINX Unit updated to 1.16.0. + + + + + + + + + + +basic load-balancing support with round-robin. + + + + + +a "fallback" option that performs an alternative action if a request can't be +served from the "share" directory. + + + + + +reduced memory consumption by dumping large request bodies to disk. + + + + + +stripping UTF-8 BOM and JavaScript-style comments from uploaded JSON. + + + + + +negative address matching in router might work improperly in combination with +non-negative patterns. + + + + + +Java Spring applications failed to run; the bug had appeared in 1.10.0. + + + + + +PHP 7.4 was broken if it was built with thread safety enabled. + + + + + +compatibility issues with some Python applications. + + + + + +