Released 2021-01-26
- Drop support for Python < 3.8, add support for Python >= 3.8
- Add SSL support
Released 2020-04-13
- Update Henson version requirement to allow versions less than 3.0
Released 2020-02-05
- Add support for
AMQP_PREFETCH_COUNT
andAMQP_PREFETCH_SIZE
Released 2019-02-20
- Allow callers of
Producer.send
to specify an exchange name
Released 2018-06-25
- Support both
int
values and existinghenson_amqp.DeliveryMode
enums
for theAMQP_DELIVERY_MODE
setting - Stop declaring the exchange with every message sent
Released 2016-06-24
- Support passing
arguments
to inbound and outbound exchange declaration
Released 2016-04-27
- Allow callers of
Producer.send
to specify a routing key
Released 2016-04-08
- Add support for
Retry
- Add
REGISTER_CONSUMER
setting
Released 2016-03-11
- If a connection is closed by
aioamqp
while reading, raise that exception during calls toConsumer.read
after all previously read messages have been returned.
Released 2016-03-01
- Initial release