=====
: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: