summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <michael-k@users.noreply.github.com>2017-05-23 06:44:57 +0000
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2017-05-23 12:44:57 +0600
commit9b751dd7264846b0e9b1dd8530b925ba99ff4fcf (patch)
tree0c5dddcbc098d24646cd5de9c8aa114bbab584eb
parente2761587548fedf2d359b20b4258a1a9ccec444f (diff)
downloadpy-amqp-release-2.2.tar.gz
Fixed typo and whitespace in changelog (#147)release-2.2
-rw-r--r--Changelog10
1 files changed, 5 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index e4d39d3..e2d8712 100644
--- a/Changelog
+++ b/Changelog
@@ -12,10 +12,10 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
:release-date: TBD
:release-by: Ask Solem
-- Fix random delays in task execusion.
+- 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)
- 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.
@@ -29,7 +29,7 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
- 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
@@ -39,7 +39,7 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
- 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**