Kombu

Latest version: v5.4.2

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

Scan your dependencies

Page 20 of 29

2.4.8

Not secure
=====
:release-date: 2012-11-02 05:00 P.M UTC
:release-by: Ask Solem

- Redis: Improved fair queue cycle implementation (Issue 166).

Contributed by Kevin McCarthy.

- Redis: Unacked message restore limit is now unlimited by default.

Also, the limit can now be configured using the ``unacked_restore_limit``
transport option:

.. code-block:: python

Connection('redis://', transport_options={
'unacked_restore_limit': 100,
})

A limit of 100 means that the consumer will restore at most 100
messages at each pass.

- Redis: Now uses a mutex to ensure only one consumer restores messages at a
time.

The mutex expires after 5 minutes by default, but can be configured
using the ``unacked_mutex_expire`` transport option.

- LamportClock.adjust now returns the new clock value.

- Heartbeats can now be specified in URLs.

Fix contributed by Mher Movsisyan.

- Kombu can now be used with PyDev, PyCharm and other static analysis tools.

- Fixes problem with msgpack on Python 3 (Issue 162).

Fix contributed by Jasper Bryant-Greene

- amqplib: Fixed bug with timeouts when SSL is used in non-blocking mode.

Fix contributed by Mher Movsisyan


.. _version-2.4.7:

2.4.7

Not secure
=====
:release-date: 2012-09-18 03:00 P.M BST
:release-by: Ask Solem

- Virtual: Unknown exchanges now default to 'direct' when sending a message.

- MongoDB: Fixed memory leak when merging keys stored in the db (Issue 159)

Fix contributed by Michael Korbakov.

- MongoDB: Better index for MongoDB transport (Issue 158).

This improvement will create a new compund index for queue and _id in order
to be able to use both indexed fields for getting a new message (using
queue field) and sorting by _id. It'll be necessary to manually delete
the old index from the collection.

Improvement contributed by rmihael

.. _version-2.4.6:

2.4.6

Not secure
=====
:release-date: 2012-09-12 03:00 P.M BST
:release-by: Ask Solem

- Adds additional compatibility dependencies:

- Python <= 2.6:

- importlib
- ordereddict

- Python <= 2.5

- simplejson

.. _version-2.4.5:

2.4.5

Not secure
=====
:release-date: 2012-08-30 03:36 P.M BST
:release-by: Ask Solem

- Last version broke installtion on PyPy and Jython due
to test requirements clean-up.

.. _version-2.4.4:

2.4.4

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

- amqplib: Fixed a bug with asynchronously reading large messages.

- pyamqp: Now requires amqp 0.9.3

- Cleaned up test requirements.

.. _version-2.4.3:

2.4.3

Not secure
=====
:release-date: 2012-08-25 10:30 P.M BST
:release-by: Ask Solem

- Fixed problem with amqp transport alias (Issue 154).

.. _version-2.4.2:

Page 20 of 29

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.