Releases: iheartradio/Henson-AMQP
Releases · iheartradio/Henson-AMQP
0.9.0
- Drop support for Python < 3.8, add support for Python >= 3.8
- Add SSL support
0.8.1
- Update Henson version requirement to allow versions less than 3.0
0.6.0
- 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
- Support passing
arguments
to inbound and outbound exchange declaration
0.4.0
- Allow callers of
Producer.send
to specify a routing key
0.3.0
- Add support for
Retry
- Add
REGISTER_CONSUMER
setting
0.2.0
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.