mirror of https://github.com/celery/kombu.git
Updates Changelog
This commit is contained in:
parent
f83a19f9df
commit
b639fef1f5
21
Changelog
21
Changelog
|
@ -4,6 +4,27 @@
|
|||
Change history
|
||||
================
|
||||
|
||||
.. _version-2.5.11:
|
||||
|
||||
2.5.11
|
||||
======
|
||||
:release-date: TBA
|
||||
|
||||
- Adds ``passive`` option to :class:`~kombu.Exchange`.
|
||||
|
||||
Contributed by Rafal Malinowski
|
||||
|
||||
- librabbitmq: Now raises :exc:`NotImplementedError`
|
||||
if ``ssl`` option enabled.
|
||||
|
||||
The librabbitmq library does not support ssl,
|
||||
but you can use stunnel or change to the ``pyamqp://`` transport
|
||||
instead.
|
||||
|
||||
Fix contributed by Dan LaMotte.
|
||||
|
||||
- eventio: select implementation now removes bad file descriptors.
|
||||
|
||||
.. _version-2.5.10:
|
||||
|
||||
2.5.10
|
||||
|
|
Loading…
Reference in New Issue