From f221ddbe66131948fb677dea0a58d1f1238e3661 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 8 Oct 2020 18:32:36 +0300 Subject: Added version 1.20.0 CHANGES. --- docs/changes.xml | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index b3b8a201..ee3879f1 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,127 @@ + + + + +NGINX Unit updated to 1.20.0. + + + + + + + + + + +the PHP module is now initialized before chrooting; this enables loading all +extensions from the host system. + + + + + +AVIF and APNG image formats added to the default MIME type list. + + + + + +the Python module now fully supports applications that use the ASGI 3.0 server +interface. + + + + + +the Python module now has a built-in WebSocket server implementation for +applications, compatible with the HTTP & WebSocket ASGI Message Format 2.1 +specification. + + + + + +automatic mounting of an isolated "/tmp" file system into chrooted application +environments. + + + + + +the $host variable contains a normalized "Host" request value. + + + + + +the "callable" option sets Python application callable names. + + + + + +compatibility with PHP 8 RC 1. Thanks to Remi Collet. + + + + + +the "automount" option in the "isolation" object allows to turn off the +automatic mounting of language module dependencies. + + + + + +"pass"-ing requests to upstreams from a route was broken; the bug had appeared +in 1.19.0. Thanks to 洪志道 (Hong Zhi Dao) for discovering and fixing it. + + + + + +the router process could crash during reconfiguration. + + + + + +a memory leak occurring in the router process; the bug had appeared in 1.18.0. + + + + + +the "!" (non-empty) pattern was matched incorrectly; +the bug had appeared in 1.19.0. + + + + + +fixed building on platforms without sendfile() support, notably NetBSD; +the bug had appeared in 1.16.0. + + + + + + + +functional tests migrated to the pytest framework. + + + the Python module now fully supports applications that use the ASGI 3.0 server -- cgit