====== :release-date: 2016-10-06 05:00 P.M PDT :release-by: Ask Solem
- Connection: Return value of ``.info()`` was no longer JSON serializable, leading to "itertools.cycle object not JSON serializable" errors (Issue 635).
.. _version-3.0.36:
3.0.36
Not secure
====== :release-date: 2016-09-30 03:06 P.M PDT :release-by: Ask Solem
- Connection: Fixed bug when cloning connection with alternate urls.
Fix contributed by Emmanuel Cazenave.
- Redis: Fixed problem with unix socket connections.
https://github.com/celery/celery/issues/2903
Fix contributed by Raphael Michel.
- Redis: Fixed compatibility with older redis-py versions (Issue 576).
- Broadcast now retains queue name when being copied/pickled (Issue 578).
.. _version-3.0.35:
3.0.35
Not secure
====== :release-date: 2016-03-22 11:22 P.M PST :release-by: Ask Solem
- msgpack: msgpack support now requires msgpack-python > 0.4.7.
- Redis: TimeoutError was no longer handled as a recoverable error.
- Redis: Adds the ability to set more Redis connection options using ``Connection(transport_options={...})``.