Releases: mosquito/aio-pika
Releases · mosquito/aio-pika
9.4.2
What's Changed
- fix: typo from somple to simple by @zhaowen-huang in #625
- mv Propan mention to FastStream by @Lancetnik in #581
- 630: Only nack messages upon cancellation of a consumer subscription … by @lfse-slafleur in #634
New Contributors
- @zhaowen-huang made their first contribution in #625
- @lfse-slafleur made their first contribution in #634
Full Changelog: 9.4.1...9.4.2
9.4.1
9.4.0
9.1.3
9.1.2
9.1.1
9.1.0
9.1.0
The bulk of the changes are related to how the library entities are now interconnected. In previous versions of aio_pika.Channel
instances not contains a link to the aio_pika.Connection
instances for now is contains it.
While I don't want custom code to work directly with the aiormq.Channel
instance, this was a public API and I should warn you about the change here. The aio_pika.Channel.channel
property is deprecated. Use aio_pika.Channel.get_underlay_chanel()
instead.
Now all library entities already use this method.