From 0a106e3cbcc4f468a22522288e16ac68cff5bdd2 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 22 Aug 2019 18:43:02 +0300 Subject: Added version 1.10.0 CHANGES. --- docs/changes.xml | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index e1a8734c..1358e8b8 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,93 @@ + + + + +NGINX Unit updated to 1.10.0. + + + + + + + + + + +matching of cookies in routes made case sensitive. + + + + + +decreased log level of common errors when clients close connections. + + + + + +removed the Perl module's "--include=" ./configure option. + + + + + +built-in WebSocket server implementation for Node.js module. + + + + + +splitting PATH_INFO from request URI in PHP module. + + + + + +request routing by scheme (HTTP or HTTPS). + + + + + +support for multipart requests body in Java module. + + + + + +improved API compatibility with Node.js 11.10 or later. + + + + + +reconfiguration failed if "listeners" or "applications" objects were missing. + + + + + +applying a large configuration might have failed. + + + + + + -- cgit