summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2017-05-31 14:19:00 +0300
committerGitHub <noreply@github.com>2017-05-31 14:19:00 +0300
commitdcd2b56df030bd300f0464afce765e4efe0afb93 (patch)
treed6a762e4f766a6a9239d4e03ecbb73be69f0c6ff
parent3941af804c903acd5528dcf14fc3fa07ebb39750 (diff)
downloadpy-amqp-dcd2b56df030bd300f0464afce765e4efe0afb93.tar.gz
Release notes for 2.2.0 (#146)
* Release notes for 2.2.0 * Fixed typo and whitespace in changelog (#147)
-rw-r--r--Changelog39
1 files changed, 39 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7dd0f0c..e2d8712 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,45 @@ py-amqp is fork of amqplib used by Kombu containing additional features and impr
The previous amqplib changelog is here:
http://code.google.com/p/py-amqplib/source/browse/CHANGES
+.. _version-2.2.0
+
+2.2.0
+=====
+:release-date: TBD
+:release-by: Ask Solem
+
+- Fix random delays in task execution.
+
+ This is a bug that caused performance issues due to polling timeouts that occur when receiving incomplete AMQP frames. (Issues #3978 #3737 #3814)
+
+ Fix contributed by **Robert Kopaczewski**
+
+- Calling ``conn.collect()`` multiple times will no longer raise an ``AttributeError`` when no channels exist.
+
+ Fix contributed by **Gord Chung**
+
+- Fix compatibility code for Python 2.7.6.
+
+ Fix contributed by **Jonathan Schuff**
+
+- When running in Windows, py-amqp will no longer use the unsupported TCP option TCP_MAXSEG.
+
+ Fix contributed by **Tony Breeds**
+
+- Added support for setting the SNI hostname header.
+
+ The SSL protocol version is now set to SSLv23
+
+ Contributed by **Dhananjay Sathe**
+
+- Authentication mechanisms were refactored to be more modular. GSSAPI authentication is now supported.
+
+ Contributed by **Alexander Dutton**
+
+- Do not reconnect on collect.
+
+ Fix contributed by **Gord Chung**
+
.. _version-2.1.4:
2.1.4