From f6d53f69b86b976c46af7a8554aa483d21f08e44 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 12 Mar 2020 18:13:07 +0300 Subject: [PATCH] Added version 1.16.0 CHANGES. --- CHANGES | 25 ++++++++++++++++ docs/changes.xml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) diff --git a/CHANGES b/CHANGES index e8e1350f..c44466e6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,29 @@ +Changes with Unit 1.16.0 12 Mar 2020 + + *) Feature: basic load-balancing support with round-robin. + + *) Feature: a "fallback" option that performs an alternative action if a + request can't be served from the "share" directory. + + *) Feature: reduced memory consumption by dumping large request bodies + to disk. + + *) Feature: stripping UTF-8 BOM and JavaScript-style comments from + uploaded JSON. + + *) Bugfix: negative address matching in router might work improperly in + combination with non-negative patterns. + + *) Bugfix: Java Spring applications failed to run; the bug had appeared + in 1.10.0. + + *) Bugfix: PHP 7.4 was broken if it was built with thread safety + enabled. + + *) Bugfix: compatibility issues with some Python applications. + + Changes with Unit 1.15.0 06 Feb 2020 *) Change: extensions of dynamically requested PHP scripts were 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. + + + + + +