|
@@ -15,6 +15,16 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
|
|
|
======
|
|
|
:release-date: TBA
|
|
|
|
|
|
+- Now depends on Kombu 2.4.8
|
|
|
+
|
|
|
+ - [Redis] New and improved fair queue cycle algorithm.
|
|
|
+ - [Redis] Now uses a Redis-based mutex when restoring messages.
|
|
|
+ - [Redis] Number of messages that can be restored in one interval is no
|
|
|
+ longer limited (but can be set using the
|
|
|
+ ``unacked_restore_limit`` transport option.)
|
|
|
+ - Heartbeat value can be specified in broker URLs.
|
|
|
+ - Fixed problem with msgpack on Python 3.
|
|
|
+
|
|
|
- Celery can now be used with static analysis tools like PyDev/PyCharm/pylint
|
|
|
etc.
|
|
|
|