Celery

Latest version: v5.3.6

Safety actively analyzes 613482 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 48

3.0.33

======
:release-date: 2016-01-08 06:36 P.M PST
:release-by: Ask Solem

- Now depends on :mod:`amqp` 1.4.9.

- Redis: Fixed problem with auxilliary connections causing the main
consumer connection to be closed (Issue 550).

- Qpid: No longer uses threads to operate, to ensure compatibility with
all environments (Issue 531).

.. _version-3.0.32:

3.0.32

======
:release-date: 2015-12-16 02:29 P.M PST
:release-by: Ask Solem

- Redis: Fixed bug introduced in 3.0.31 where the redis transport always
connects to localhost, regardless of host setting.

.. _version-3.0.31:

3.0.31

======
:release-date: 2015-12-16 12:00 P.M PST
:release-by: Ask Solem

- Redis: Fixed bug introduced in 3.0.30 where socket was prematurely
disconnected.

- Hub: Removed debug logging message: "Deregistered fd..." (Issue 549).

.. _version-3.0.30:

3.0.30

======
:release-date: 2015-12-07 12:28 A.M PST
:release-by: Ask Solem

- Fixes compatiblity with uuid in Python 2.7.11 and 3.5.1.

Fix contributed by Kai Groner.

- Redis transport: Attempt at fixing problem with hanging consumer
after disconnected from server.

- Event loop:
Attempt at fixing issue with 100% CPU when using the Redis transport,

- Database transport: Fixed oracle compatiblity.

An "ORA-00907: missing right parenthesis" error could manifest when using
an Oracle database with the database transport.

Fix contributed by Deepak N.

- Documentation fixes

Contributed by Tommaso Barbugli.

.. _version-3.0.29:

3.0.29

======
:release-date: 2015-10-26 11:10 A.M PDT
:release-by: Ask Solem

- Fixed serialization issue for ``bindings.as_dict()`` (Issue 453).

Fix contributed by Sergey Tikhonov.

- Json serializer wrongly treated bytes as ``ascii``, not ``utf-8``
(Issue 532).

- MongoDB: Now supports pymongo 3.x.

Contributed by Len Buckens.

- SQS: Tests passing on Python 3.

Fix contributed by Felix Yan

.. _version-3.0.28:

3.0.28

======
:release-date: 2015-10-12 12:00 PM PDT
:release-by: Ask Solem

.. admonition:: Django transport migrations.

If you're using Django 1.8 and have already created the
kombu_transport_django tables, you have to run a fake initial migration:

.. code-block:: console

$ python manage.py migrate kombu_transport_django --fake-initial

- No longer compatible with South by default.

To keep using kombu.transport.django with South migrations
you now need to configure a new location for the kombu migrations:

.. code-block:: python

SOUTH_MIGRATION_MODULES = {
'kombu_transport_django':
'kombu.transport.django.south_migrations',
}

- Keep old South migrations in ``kombu.transport.django.south_migrations``.

- Now works with Redis < 2.10 again.

.. _version-3.0.27:

Page 18 of 48

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.