kombu v3.0.10 Release Notes

  • ๐Ÿš€ :release-date: 2014-01-17 05:40 P.M UTC ๐Ÿš€ :release-by: Ask Solem

    • Now depends on :mod:amqp 1.4.1.

    • maybe_declare now raises a "recoverable connection error" if the channel is disconnected instead of a :exc:ChannelError so that the operation can be retried.

    • Redis: Consumer.cancel() is now thread safe.

      This fixes an issue when using gevent/eventlet and a message is handled after the consumer is canceled resulting in a "message for queue without consumers" error.

    • Retry operations would not always respect the interval_start value when calculating the time to sleep for (Issue #303).

      Fix contributed by Antoine Legrand.

    • ๐Ÿ›  Timer: Fixed "unhashable type" error on Python 3.

    • Hub: Do not attempt to unregister operations on an already closed poller instance.

    .. _version-3.0.9: