Aio-pika

Latest version: v9.4.1

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

Scan your dependencies

Page 13 of 19

5.0.1

Not secure
-----

* robust connection initialization hotfix

5.0.0

Not secure
-----

* Connector is now `aiormq` and not `pika`
* Remove vendored `pika`
* Compatibility changes:
* **[HIGH]** Exceptions hierarchy completely changed:
* ``UnroutableError`` removed. Use ``DeliveryError`` instead.
* ``ConnectionRefusedError`` is now standard ``ConnectionError``
* Each error code has separate exception type.
* **[LOW]** ``Connection.close`` method requires exception instead
of ``code`` ``reason`` pair or ``None``
* **[MEDIUM]** ``IncomingMessage.ack`` ``IncomingMessage.nack``
``IncomingMessage.reject`` returns coroutines. Old usage compatible
but event loop might throw warnings.
* **[HIGH]** ``Message.timestamp`` property is now ``datetime.datetime``
* **[LOW]** Tracking of ``publisher confirms`` removed, using
similar feature from ``aiormq`` instead.
* **[LOW]** non async context manager ``IncomingMessage.process()``
is deprecated. Use ``async with message.process():`` instead.

4.9.1

Not secure
-----

* Fix race condition on callback timeout 180

4.9.0

Not secure
-----

* Add abstract pool 174
* Fixed Deprecation Warnings in Python 3.7 153

4.8.1

-----

* Migrate from travis to drone.io
* Use pylava instead of pylama

4.8.0

Not secure
-----

* save passive flag on reconnect 170

Page 13 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.