CHANGES (2045:bf2c0b1382df) CHANGES (2118:6f079e545a0c)
1
1
2Changes with Unit 1.27.0 02 Jun 2022
3
4 *) Feature: ability to specify a custom index file name when serving
5 static files.
6
7 *) Feature: variables support in the "location" option of the "return"
8 action.
9
10 *) Feature: support empty strings in the "location" option of the
11 "return" action.
12
13 *) Feature: added a new variable, $request_uri, that includes both the
14 path and the query parts as per RFC 3986, sections 3-4.
15
16 *) Feature: Ruby Rack environment parameter "SCRIPT_NAME" support.
17
18 *) Feature: compatibility with GCC 12.
19
20 *) Bugfix: Ruby Sinatra applications don't work without custom logging.
21
22 *) Bugfix: the controller process could crash when a chain of more than
23 four certificates was uploaded.
24
25 *) Bugfix: some Perl applications failed to process the request body,
26 notably with Plack.
27
28 *) Bugfix: some Spring Boot applications failed to start, notably with
29 Grails.
30
31 *) Bugfix: incorrect Python protocol auto detection (ASGI or WSGI) for
32 native callable object, notably with Falcon.
33
34 *) Bugfix: ECMAScript modules did not work with the recent Node.js
35 versions.
36
37
2Changes with Unit 1.26.1 02 Dec 2021
3
4 *) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
5 the bug had appeared in 1.26.0.
6
7 *) Bugfix: a prototype process could crash on an application process
8 exit; the bug had appeared in 1.26.0.
9

--- 853 unchanged lines hidden ---
38Changes with Unit 1.26.1 02 Dec 2021
39
40 *) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
41 the bug had appeared in 1.26.0.
42
43 *) Bugfix: a prototype process could crash on an application process
44 exit; the bug had appeared in 1.26.0.
45

--- 853 unchanged lines hidden ---