Skip to content

Releases: mosquito/aio-pika

9.4.1

19 Mar 11:58
Compare
Choose a tag to compare

What's Changed

  • Do not use deprecated datetime.utcnow and datetime.utcfromtimestamp by @decaz in #610
  • add 3.12 by @mosquito in #603
  • Prevent deadlock in RobustChannel.reopen() by @Darsstar in #622

Full Changelog: 9.4.0...9.4.1

9.4.0

15 Jan 14:09
8804f3c
Compare
Choose a tag to compare
  • drop python 3.7 support
  • update aiormq to 6.8.0

9.1.3

07 Jun 15:07
Compare
Choose a tag to compare
  • Ported publisher confirms tutorial by @MaPePeR #550
  • Fixed errored response when aio_pika.patterns.RPC can not serialize the result #552

9.1.2

01 Jun 16:16
Compare
Choose a tag to compare
  • Small fixes in docs

9.1.1

01 Jun 16:12
Compare
Choose a tag to compare
  • Upgrade requirements in poetry.lock
  • Rebuild docs

9.1.0

01 Jun 15:57
a19671d
Compare
Choose a tag to compare

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

12 Mar 18:47
Compare
Choose a tag to compare
bump to 9.0.5

9.0.4

18 Feb 21:13
Compare
Choose a tag to compare
  • Fix README badge

9.0.3

18 Feb 21:11
Compare
Choose a tag to compare
  • RPCs: Show exceptions on Host (remote side) #503
  • Fixed queue_name was set as channel_name for patterns/master.py #523

9.0.2

14 Feb 20:16
Compare
Choose a tag to compare
  • Do not nack if consumer is no_ack in QueueIterator #521