CHANGES (991:2ffb3d751beb) CHANGES (1069:3dae65a81e8f)
1
1
2Changes with Unit 1.9.0 30 May 2019
3
4 *) Feature: request routing by arguments, headers, and cookies.
5
6 *) Feature: route matching patterns allow a wildcard in the middle.
7
8 *) Feature: POST operation for appending elements to arrays in
9 configuration.
10
11 *) Feature: support for changing credentials using CAP_SETUID and
12 CAP_SETGID capabilities on Linux without running main process as
13 privileged user.
14
15 *) Bugfix: memory leak in the router process might have happened when a
16 client prematurely closed the connection.
17
18 *) Bugfix: applying a large configuration might have failed.
19
20 *) Bugfix: PUT and DELETE operations on array elements in configuration
21 did not work.
22
23 *) Bugfix: request schema in applications did not reflect TLS
24 connections.
25
26 *) Bugfix: restored compatibility with Node.js applications that use
27 ServerResponse._implicitHeader() function; the bug had appeared in
28 1.7.
29
30 *) Bugfix: various compatibility issues with Node.js applications.
31
32
2Changes with Unit 1.8.0 01 Mar 2019
3
4 *) Change: now three numbers are always used for versioning: major,
5 minor, and patch versions.
6
7 *) Change: now QUERY_STRING is always defined even if the request does
8 not include the query component.
9

--- 325 unchanged lines hidden ---
33Changes with Unit 1.8.0 01 Mar 2019
34
35 *) Change: now three numbers are always used for versioning: major,
36 minor, and patch versions.
37
38 *) Change: now QUERY_STRING is always defined even if the request does
39 not include the query component.
40

--- 325 unchanged lines hidden ---