From 2281d9f02c354b303eb736b0a0845ae7011c1a36 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 19 Sep 2019 17:28:55 +0300 Subject: Added version 1.11.0 CHANGES. --- docs/changes.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index 3a47acd6..0fbea179 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,71 @@ + + + + +NGINX Unit updated to 1.11.0. + + + + + + + + + + +basic support for serving static files. + + + + + +isolation of application processes with Linux namespaces. + + + + + +built-in WebSocket server implementation for Java Servlet Containers. + + + + + +direct addressing of API configuration options containing slashes "/" +using URI encoding (%2F). + + + + + +segmentation fault might have occurred in Go applications under high load. + + + + + +WebSocket support was broken if Unit was built with some linkers other than +GNU ld (e.g. gold or LLD). + + + + + +