Updates Changelog

This commit is contained in:
Ask Solem 2016-12-07 17:33:48 -08:00
parent 6ec5721b09
commit 75387aa2cc
1 changed files with 11 additions and 1 deletions

View File

@ -8,7 +8,7 @@
4.0.1 4.0.1
===== =====
:release-date: TBA :release-date: 2016-12-07 06:00 P.M PST
:release-by: Ask Solem :release-by: Ask Solem
- Now depends on :mod:`amqp` 2.1.2 - Now depends on :mod:`amqp` 2.1.2
@ -16,10 +16,20 @@
This new version takes advantage of the new ``TCP_USER_TIMEOUT`` socket option This new version takes advantage of the new ``TCP_USER_TIMEOUT`` socket option
on Linux. on Linux.
- Producer: Fixed performance degradation when default exchange specified
(Issue #651).
- QPid: Switch to using getattr in qpid.Transport.__del__ (Issue #658) - QPid: Switch to using getattr in qpid.Transport.__del__ (Issue #658)
Contributed by **Patrick Creech**. Contributed by **Patrick Creech**.
- QPid: Now uses monotonic time for timeouts.
- MongoDB: Fixed compatibility with Python 3 (Issue #661).
- Consumer: ``__exit__`` now skips cancelling consumer if connection-related
error raised (Issue #670).
- MongoDB: Removes use of natural sort (Issue #638). - MongoDB: Removes use of natural sort (Issue #638).
Contributed by **Anton Chaporgin**. Contributed by **Anton Chaporgin**.