======
:release-date: 2014-09-04 03:00 P.M UTC
:release-by: Ask Solem
- kombu.async: Min. delay between waiting for timer was always increased to
one second.
- Fixed bug in itermessages where message is received after the with
statement exits the block.
Fixed by Rumyana Neykova
- Connection.autoretry: Now works with functions missing wrapped attributes
(``__module__``, ``__name__``, ``__doc__``). Fixes 392.
Contributed by johtso.
- Django: Now sets custom app label for ``kombu.transport.django`` to work
with recent changes in Django 1.7.
- SimpleQueue removed messages from the wrong end of buffer (Issue 380).
- Tests: Now using ``unittest.mock`` if available (Issue 381).
.. _version-3.0.21: