summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2019-11-14 19:23:38 +0300
committerValentin Bartenev <vbart@nginx.com>2019-11-14 19:23:38 +0300
commit182107c10ed7937e8becf49b870264fc34fb3c17 (patch)
tree8d0ff95c10cba04f2ed69b2f0d51a8def0f0be72 /CHANGES
parent1072c9482998fd698bc400953e0db9fe2c6b75f2 (diff)
downloadunit-182107c10ed7937e8becf49b870264fc34fb3c17.tar.gz
unit-182107c10ed7937e8becf49b870264fc34fb3c17.tar.bz2
Added version 1.13.0 CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 608f3ee7..58e91d4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,24 @@
+Changes with Unit 1.13.0 14 Nov 2019
+
+ *) Feature: basic support for HTTP reverse proxying.
+
+ *) Feature: compatibility with Python 3.8.
+
+ *) Bugfix: memory leak in Python application processes when the close
+ handler was used.
+
+ *) Bugfix: threads in Python applications might not work correctly.
+
+ *) Bugfix: Ruby on Rails applications might not work on Ruby 2.6.
+
+ *) Bugfix: backtraces for uncaught exceptions in Python 3 might be
+ logged with significant delays.
+
+ *) Bugfix: explicit setting a namespaces isolation option to false might
+ have enabled it.
+
+
Changes with Unit 1.12.0 03 Oct 2019
*) Feature: compatibility with PHP 7.4.