Aio Pika Versions Save

AMQP 0.9 client designed for asyncio and humans.

9.4.1

1 month ago

What's Changed

Full Changelog: https://github.com/mosquito/aio-pika/compare/9.4.0...9.4.1

9.4.0

4 months ago
  • drop python 3.7 support
  • update aiormq to 6.8.0

9.1.3

11 months ago
  • Ported publisher confirms tutorial by @MaPePeR #550
  • Fixed errored response when aio_pika.patterns.RPC can not serialize the result #552

9.1.2

11 months ago
  • Small fixes in docs

9.1.1

11 months ago
  • Upgrade requirements in poetry.lock
  • Rebuild docs

9.1.0

11 months ago

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.

9.0.5

1 year ago

9.0.4

1 year ago
  • Fix README badge

9.0.3

1 year ago
  • RPCs: Show exceptions on Host (remote side) #503
  • Fixed queue_name was set as channel_name for patterns/master.py #523

9.0.1

1 year ago

add classifiers