mirror of https://github.com/celery/kombu.git
Updates Changelog
This commit is contained in:
parent
efac4b34a8
commit
a303be7ca6
|
@ -8,11 +8,15 @@
|
||||||
=====
|
=====
|
||||||
:release-date: TBA
|
:release-date: TBA
|
||||||
|
|
||||||
|
* Now depends on amqplib >= 1.0.0.
|
||||||
|
|
||||||
* Redis: Now automatically deletes auto_delete queues at ``basic_cancel``.
|
* Redis: Now automatically deletes auto_delete queues at ``basic_cancel``.
|
||||||
|
|
||||||
* ``serialization.unregister`` added so it is possible to remove unwanted
|
* ``serialization.unregister`` added so it is possible to remove unwanted
|
||||||
seralizers.
|
seralizers.
|
||||||
|
|
||||||
|
* Fixes MemoryError while importing ctypes on SELinux (Issue #52).
|
||||||
|
|
||||||
* ``BrokerConnection.autoretry`` is a version of ``ensure`` that works
|
* ``BrokerConnection.autoretry`` is a version of ``ensure`` that works
|
||||||
with arbitrary functions (i.e. it does not need an associated object
|
with arbitrary functions (i.e. it does not need an associated object
|
||||||
that implements the ``revive`` method.
|
that implements the ``revive`` method.
|
||||||
|
|
Loading…
Reference in New Issue