- Updated pip dependency to pika
1.3.x
to support python >= 3.7
- Added key to sensor config schema to identify a queue as type: quorum
- Updated setup() to understand how to create/load queues with types: ["classic", "quorum"]
- Drop Python 2.7 support
-
Fixed bug in
queues_sensor
where the parameterbody
was being returned asbyte
and not astring
Contributed by Rick Kauffman (@netwookie wookieware.com)
-
Fixed bug in
queues_sensor
where the channel wasn't callingbasic_consume
with the correct arguments -
Fixed bug in
queues sensor
where the trigger type ofrabbitmq.new_message
had an incorrect type ofobject
for the parameterbody
when instead it should have be astring
.Contributed by Nick Maludy (@nmaludy Encore Technologies)
- Updated to pika 0.11.x, updated exchange_type parameter, import re-ordering
- Minor linting
- Fixed trigger.queue incorrect
- Fixed broken
list_exchanges
andlist_queues
actions - Note that format of
list_queues
output has changed, due to RabbitMQ changes
- Rename
config.yaml
toconfig.schema.yaml
and update to use schema.
- First release