kombu v3.0.6 Release Notes

  • ๐Ÿš€ :release-date: 2013-11-21 04:50 P.M UTC ๐Ÿš€ :release-by: Ask Solem

    • Timer: No longer attempts to hash keyword arguments (Issue #275).

    • Async: Did not account for the long type for file descriptors.

      Fix contributed by Fabrice Rabaute.

    • ๐Ÿ‘ PyPy: kqueue support was broken.

    • ๐Ÿ›ฐ Redis: Bad pub/sub payloads no longer crashes the consumer.

    • Redis: Unix socket URLs can now specify a virtual host by including it as a query parameter.

      Example URL specifying a virtual host using database number 3:

      .. code-block:: text

      redis+socket:///tmp/redis.sock?virtual_host=3
      
    • kombu.VERSION is now a named tuple.

    .. _version-3.0.5: