Kombu

Latest version: v5.4.2

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

Scan your dependencies

Page 17 of 29

2.5.15

Not secure
======
:release-date: 2013-10-04 03:30 P.M BST
:release-by: Ask Solem

- Declaration cache: Now only keeps hash of declaration
so that it does not keep a reference to the channel.

- Declaration cache: Now respects ``entity.can_cache_declaration``
attribute.

- Fixes Python 2.5 compatibility.

- Fixes tests after python-msgpack changes.

- ``Queue.get``: Now supports ``accept`` argument.

.. _version-2.5.14:

2.5.14

Not secure
======
:release-date: 2013-08-23 05:00 P.M BST
:release-by: Ask Solem

- safe_str did not work properly resulting in
:exc:`UnicodeDecodeError` (Issue 248).

.. _version-2.5.13:

2.5.13

Not secure
======
:release-date: 2013-08-16 04:00 P.M BST
:release-by: Ask Solem

- Now depends on :mod:`amqp` 1.0.13

- Fixed typo in Django functional tests.

- safe_str now returns Unicode in Python 2.x

Fix contributed by Germán M. Bravo.

- amqp: Transport options are now merged with arguments
supplied to the connection.

- Tests no longer depends on distribute, which was deprecated
and merged back into setuptools.

Fix contributed by Sascha Peilicke.

- ConsumerMixin now also restarts on channel related errors.

Fix contributed by Corentin Ardeois.

.. _version-2.5.12:

2.5.12

Not secure
======
:release-date: 2013-06-28 03:30 P.M BST
:release-by: Ask Solem

- Redis: Ignore errors about keys missing in the round-robin cycle.

- Fixed test suite errors on Python 3.

- Fixed msgpack test failures.

.. _version-2.5.11:

2.5.11

Not secure
======
:release-date: 2013-06-25 02:30 P.M BST
:release-by: Ask Solem

- Now depends on amqp 1.0.12 (Py3 compatibility issues).

- MongoDB: Removed cause of a "database name in URI is being ignored"
warning.

Fix by Flavio Percoco Premoli

- Adds ``passive`` option to :class:`~kombu.Exchange`.

Setting this flag means that the exchange will not be declared by kombu,
but that it must exist already (or an exception will be raised).

Contributed by Rafal Malinowski

- Connection.info() now gives the current hostname and not the list of
available hostnames.

Fix contributed by John Shuping.

- pyamqp: Transport options are now forwarded as kwargs to ``amqp.Connection``.

- librabbitmq: Transport options are now forwarded as kwargs to
``librabbitmq.Connection``.

- librabbitmq: Now raises :exc:`NotImplementedError` if SSL is enabled.

The librabbitmq library does not support ssl,
but you can use stunnel or change to the ``pyamqp://`` transport
instead.

Fix contributed by Dan LaMotte.

- librabbitmq: Fixed a cyclic reference at connection close.

- eventio: select implementation now removes bad file descriptors.

- eventio: Fixed Py3 compatibility problems.

- Functional tests added for py-amqp and librabbitmq transports.

- Resource.force_close_all no longer uses a mutex.

- Pidbox: Now ignores `IconsistencyError` when sending replies,
as this error simply means that the client may no longer be alive.

- Adds new :meth:`Connection.collect <~kombu.Connection.collect>` method,
that can be used to clean up after connections without I/O.

- ``queue_bind`` is no longer called for queues bound to
the "default exchange" (Issue 209).

Contributed by Jonathan Halcrow.

- The max_retries setting for retries was not respected correctly (off by one).

.. _version-2.5.10:

2.5.10

Not secure
======
:release-date: 2013-04-11 06:10 P.M BST
:release-by: Ask Solem

Page 17 of 29

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.