Skip to content

Releases: iheartradio/Henson-AMQP

0.9.0

29 Jan 22:34
58dd877
Compare
Choose a tag to compare
  • Drop support for Python < 3.8, add support for Python >= 3.8
  • Add SSL support

0.8.1

13 Apr 19:34
3d0247e
Compare
Choose a tag to compare
  • Update Henson version requirement to allow versions less than 3.0

0.6.0

25 Jun 21:52
a7cd580
Compare
Choose a tag to compare
  • Support both int values and existing henson_amqp.DeliveryMode enums
    for the AMQP_DELIVERY_MODE setting
  • Stop declaring the exchange with every message sent

0.5.0

24 Jun 21:52
Compare
Choose a tag to compare
  • Support passing arguments to inbound and outbound exchange declaration

0.4.0

27 Apr 18:46
Compare
Choose a tag to compare
  • Allow callers of Producer.send to specify a routing key

0.3.0

08 Apr 20:03
Compare
Choose a tag to compare
  • Add support for Retry
  • Add REGISTER_CONSUMER setting

0.2.0

11 Mar 18:16
Compare
Choose a tag to compare

If a connection is closed by aioamqp while reading, raise that exception during calls to Consumer.read after all previously read messages have been returned.

0.1.0

01 Mar 22:47
Compare
Choose a tag to compare
  • Initial Release