mirror of https://github.com/celery/kombu.git
Updates Changelog
This commit is contained in:
parent
6ec5721b09
commit
75387aa2cc
12
Changelog
12
Changelog
|
@ -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**.
|
||||||
|
|
Loading…
Reference in New Issue