summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2020-08-13 19:28:27 +0300
committerAndrei Belov <defan@nginx.com>2020-08-13 19:28:27 +0300
commitaff76e4f90b4e948c327ce2b021dc3203c33cbcd (patch)
tree5bd6ac3aa92683777548472984c209bf26d8a971 /CHANGES
parent04ce9f997e0e49e57ce4b5fc4aa98134232a1974 (diff)
parent6473d4b65a99aa10d509220fb99d8c4f65631ed0 (diff)
downloadunit-1.19.0-1.tar.gz
unit-1.19.0-1.tar.bz2
Merged with the default branch.1.19.0-1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e49979f..236371e1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,42 @@
+Changes with Unit 1.19.0 13 Aug 2020
+
+ *) Feature: reworked IPC between the router process and the applications
+ to lower latencies, increase performance, and improve scalability.
+
+ *) Feature: support for an arbitrary number of wildcards in route
+ matching patterns.
+
+ *) Feature: chunked transfer encoding in proxy responses.
+
+ *) Feature: basic variables support in the "pass" option.
+
+ *) Feature: compatibility with PHP 8 Beta 1. Thanks to Remi Collet.
+
+ *) Bugfix: the router process could crash while passing requests to an
+ application under high load.
+
+ *) Bugfix: a number of language modules failed to build on some systems;
+ the bug had appeared in 1.18.0.
+
+ *) Bugfix: time in error log messages from PHP applications could lag.
+
+ *) Bugfix: reconfiguration requests could hang if an application had
+ failed to start; the bug had appeared in 1.18.0.
+
+ *) Bugfix: memory leak during reconfiguration.
+
+ *) Bugfix: the daemon didn't start without language modules; the bug had
+ appeared in 1.18.0.
+
+ *) Bugfix: the router process could crash at exit.
+
+ *) Bugfix: Node.js applications could crash at exit.
+
+ *) Bugfix: the Ruby module could be linked against a wrong library
+ version.
+
+
Changes with Unit 1.18.0 28 May 2020
*) Feature: the "rootfs" isolation option for changing root filesystem