diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-05-30 17:16:23 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-05-30 17:16:23 +0300 |
commit | b2d7d6fb023fab0660904588358d8a8bdb23fa08 (patch) | |
tree | 7b616736e08d0f292a9f3968f686253dfd0c2041 /CHANGES | |
parent | 7927c20b3bb7347d4715c3ac81a2da494df59afc (diff) | |
download | unit-b2d7d6fb023fab0660904588358d8a8bdb23fa08.tar.gz unit-b2d7d6fb023fab0660904588358d8a8bdb23fa08.tar.bz2 |
Added version 1.9 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,4 +1,35 @@ +Changes with Unit 1.9.0 30 May 2019 + + *) Feature: request routing by arguments, headers, and cookies. + + *) Feature: route matching patterns allow a wildcard in the middle. + + *) Feature: POST operation for appending elements to arrays in + configuration. + + *) Feature: support for changing credentials using CAP_SETUID and + CAP_SETGID capabilities on Linux without running main process as + privileged user. + + *) Bugfix: memory leak in the router process might have happened when a + client prematurely closed the connection. + + *) Bugfix: applying a large configuration might have failed. + + *) Bugfix: PUT and DELETE operations on array elements in configuration + did not work. + + *) Bugfix: request schema in applications did not reflect TLS + connections. + + *) Bugfix: restored compatibility with Node.js applications that use + ServerResponse._implicitHeader() function; the bug had appeared in + 1.7. + + *) Bugfix: various compatibility issues with Node.js applications. + + Changes with Unit 1.8.0 01 Mar 2019 *) Change: now three numbers are always used for versioning: major, |