summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2022-09-13 13:17:16 +0400
committerKonstantin Pavlov <thresh@nginx.com>2022-09-13 13:17:16 +0400
commitce964aa30b163e2b3263c5af57c1a6dae7d0cebb (patch)
tree26bf70c1a5991f6471fc4caed8628e068fdc0b7b /CHANGES
parenteba4c3c98fa1bf275d94df8c727f70692ae7eae1 (diff)
parent38bd7e76a134084ab95a4ee3125af1ccd7b35864 (diff)
downloadunit-1.28.0-1.tar.gz
unit-1.28.0-1.tar.bz2
Merged with the default branch.1.28.0-1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES39
1 files changed, 39 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98208fa9..29cd3301 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,43 @@
+Changes with Unit 1.28.0 13 Sep 2022
+
+ *) Change: increased the applications' startup timeout.
+
+ *) Change: disallowed abstract Unix domain socket syntax in non-Linux
+ systems.
+
+ *) Feature: basic statistics API.
+
+ *) Feature: customizable access log format.
+
+ *) Feature: more HTTP variables support.
+
+ *) Feature: forwarded header to replace client address and protocol.
+
+ *) Feature: ability to get dynamic variables.
+
+ *) Feature: support for abstract Unix sockets.
+
+ *) Feature: support for Unix sockets in address matching.
+
+ *) Feature: the $dollar variable translates to a literal "$" during
+ variable substitution.
+
+ *) Bugfix: router process could crash if index file didn't contain an
+ extension.
+
+ *) Bugfix: force SCRIPT_NAME in Ruby to always be an empty string.
+
+ *) Bugfix: when isolated PID numbers reach the prototype process host
+ PID, the prototype crashed.
+
+ *) Bugfix: the Ruby application process could crash on SIGTERM.
+
+ *) Bugfix: the Ruby application process could crash on SIGINT.
+
+ *) Bugfix: mutex leak in the C API.
+
+
Changes with Unit 1.27.0 02 Jun 2022
*) Feature: ability to specify a custom index file name when serving