From fa1a3298ef777d921c84b15ea9ced2849d4b5115 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 19 Nov 2020 19:59:18 +0300 Subject: Added version 1.21.0 CHANGES. --- docs/changes.xml | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index aa413e2a..772d65f2 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,170 @@ + + + + +Initial release of Java 15 module for NGINX Unit. + + + + + + + + + + +Initial release of Java 14 module for NGINX Unit. + + + + + + + + + + +Initial release of Java 13 module for NGINX Unit. + + + + + + + + + + +NGINX Unit updated to 1.21.0. + + + + + + + + + + +procfs is mounted by default for all languages when "rootfs" isolation is used. + + + + + +any characters valid according to RFC 7230 are now allowed in HTTP header field +names. + + + + + +HTTP header fields with underscores ("_") are now discarded from requests by +default. + + + + + +optional multithreaded request processing for Java, Python, Perl, and Ruby apps. + + + + + +regular expressions in route matching patterns. + + + + + +compatibility with Python 3.9. + + + + + +the Python module now supports ASGI 2.0 legacy applications. + + + + + +the "protocol" option in Python applications aids choice between ASGI and WSGI. + + + + + +the fastcgi_finish_request() PHP function that finalizes request processing and +continues code execution without holding onto the client connection. + + + + + +the "discard_unsafe_fields" HTTP option that enables discarding request header +fields with irregular (but still valid) characters in the field name. + + + + + +the "procfs" and "tmpfs" automount isolation options to disable automatic +mounting of eponymous filesystems. + + + + + +the router process could crash when running Go applications under high load; +the bug had appeared in 1.19.0. + + + + + +some language dependencies could remain mounted after using "rootfs" isolation. + + + + + +various compatibility issues in Java applications. + + + + + +the Java module built with the musl C library couldn't run applications that +use "rootfs" isolation. + + + + + +