Aio-pika

Latest version: v9.4.1

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

Scan your dependencies

Page 19 of 19

1.8.0

Not secure
-----

* Change `TimeoutError` to the `asyncio.TimeoutError`
* Allow to bind queue by exchange name
* Added `extras_require = {':python_version': 'typing >= 3.5.3',` to the `setup.py`

1.7.0

Not secure
-----

* `aio_pika.patterns` submodule
* `aio_pika.patterns.RPC` - RPC pattern
* `aio_pika.patterns.Master` - Master/Worker pattern

1.5.1

Not secure
-----

* `passive` argument for excahnge

1.5.0

Not secure
-----

* `Channel.is_closed` property
* `Channel.close` just return `None` when channel already closed
* `Connection` might be used in `async with` expression
* `Queue` might be used in `async with` and returns `QueueIterator`
* Changing examples
* `Queue.iterator()` method
* `QueueIterator.close()` returns `asyncio.Future` instead of `asyncio.Task`
* Ability to use `QueueIterator` in `async for` expression
* `connect_robust` is a `coroutine` instead of function which returns a coroutine
(PyCharm type checking display warning instead)
* add tests

1.4.2

Not secure
-----

* Improve documentation. Add examples for connection and channel
* `Conneciton.close` returns `asyncio.Task` instead coroutine.
* `connect_robust` now is function instead of `partial`.

Page 19 of 19

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.