kombu v3.0.8 Release Notes

  • ๐Ÿš€ :release-date: 2013-12-16 05:00 P.M UTC ๐Ÿš€ :release-by: Ask Solem

    • Serializer: loads and dumps now wraps exceptions raised into :exc:~kombu.exceptions.DecodeError and :exc:kombu.exceptions.EncodeError respectively.

      Contributed by Ionel Cristian Maries

    • Redis: Would attempt to read from the wrong connection if a select/epoll/kqueue exception event happened.

      Fix contributed by Michael Nelson.

    • Redis: Disabling ack emulation now works properly.

      Fix contributed by Michael Nelson.

    • Redis: :exc:IOError and :exc:OSError are now treated as recoverable connection errors.

    • ๐ŸŽ SQS: Improved performance by reading messages in bulk.

      Contributed by Matt Wise.

    • Connection Pool: Attempting to acquire from a closed pool will now raise :class:RuntimeError.

    .. _version-3.0.7: