kombu v3.0.22 Release Notes

  • ๐Ÿš€ :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: