Librabbitmq

Latest version: v2.0.0

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

Scan your dependencies

Page 1 of 4

2.0.0

=====
:release-date: TBD

- rabbitmq-c submodule is moved from https://github.com/ask/rabbitmq-c.git to official repository
https://github.com/alanxz/rabbitmq-c and version is bumped to version 0.8.0 (caad0ef1533783729c7644a226c989c79b4c497b)

- rabbitmq-codegen submodule is removed

- Added support of cPython 3.4, 3.5, 3.6

- Dropped support of cPython <= 2.6

- librabbitmq is calling callback function with payload as memoryview instead of old style buffer

- Library six is added as a requirement

- Updated unittests and benchmark. Removed dependency to nose library.

- AMQP client properties are exposed when connecting to RMQ broker

- Empty message bodies are allowed

- In recv, make sure all frames are read from the same channel

1.6.1

=====
:release-date: 2014-11-17 02:45 P.M UTC

- ``setup.py install`` is now forced to always call ``setup.py build`` first.


.. _version-1.6.0:

1.6.0

=====
:release-date: 2014-11-17 02:00 P.M UTC

- Bundles ``rabbitmq-c`` 0.5.3dev (185ce081e3efc846b476995b7da7297bb0eec82c)

- Bundles ``rabbitmq-codegen`` 3.4.1.

- Now builds on macOS Yosemite.

.. _version-1.5.2:

1.5.2

=====
:release-date: 2014-05-28 05:00 P.M UTC

- AMQP Array type now also supports tuples and other iterables.

Internally the ``PyIter_*`` interface is used instead of ``PyList_*``.

- AMQP arrays and tables now supports :const:`None`.

- ``Channel.queue_declare`` now returns :class:`amqp.protocol.queue_declare_ok_t`.

- ``drain_events`` now handles connection close and channel close frames
(Issue 30).

- Now using ``amqp_maybe_release_buffers_on_channel`` for channel based
operations so that only the buffers related to that channel is released.

.. _version-1.5.1:

1.5.1

=====
:release-date: 2014-05-06 01:00 P.M UTC
:release-by: Ask Solem

- Fixed problem with compilation on Linux where `-lrt` is required.

Fix contributed by Roger Hu.

.. _version-1.5.0:

1.5.0

=====
:release-date: 2014-04-14 09:00 P.M UTC
:release-by: Ask Solem

- Updated to use rabbitmq-c 0.5.0

- Now supports ``Connection.server_properties``.

- Now compiles on LLVM/clang and macOS Mavericks by removing the
``--mno-fused-madd`` option set by some Python installations.

- Fixes possible memory leak in ``basic_publish`` (Issue 38).

- ``Connection.fileno()`` now raises ``ValueError`` if the connection is
disconnected (Issue 39).

- ``exchange_delete`` now ignores ``nowait`` argument.

.. _version-1.0.3:

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.