diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-09-19 17:28:55 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-09-19 17:28:55 +0300 |
commit | 2281d9f02c354b303eb736b0a0845ae7011c1a36 (patch) | |
tree | b256b003b26d3e9e29327bf7dddd7bb4a690ac4b /CHANGES | |
parent | 2503226729bbb7b73ce3101818bfddec5efc155c (diff) | |
download | unit-2281d9f02c354b303eb736b0a0845ae7011c1a36.tar.gz unit-2281d9f02c354b303eb736b0a0845ae7011c1a36.tar.bz2 |
Added version 1.11.0 CHANGES.
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,4 +1,23 @@ +Changes with Unit 1.11.0 19 Sep 2019 + + *) Feature: basic support for serving static files. + + *) Feature: isolation of application processes with Linux namespaces. + + *) Feature: built-in WebSocket server implementation for Java Servlet + Containers. + + *) Feature: direct addressing of API configuration options containing + slashes "/" using URI encoding (%2F). + + *) Bugfix: segmentation fault might have occurred in Go applications + under high load. + + *) Bugfix: WebSocket support was broken if Unit was built with some + linkers other than GNU ld (e.g. gold or LLD). + + Changes with Unit 1.10.0 22 Aug 2019 *) Change: matching of cookies in routes made case sensitive. |