- PR#24 : Added the option
remove_request
to decide whether the request's properties are removed from the record to log. (Thank you @donbowman)
- PR#37 : Call
task_done()
to complete the item dequeued. Reported by PR#32 PR#31, and PR#30.
- PR#25 Handling thread shutdown (Thanks to @donbowman).
- PR#19 Heartbeat.
- PR#26 Put messages in the queue with a specific content type.
- PR#27 Minor corrections in the documentation.
- PR#14 Heartbeat interval
- Removed direct dependency with Django.
- PR#11 The log record was being formatted twice.
- PR#7 Fixed
exchange_type
parameter inchannel.exchange_declare
(Thanks to @cklos).
- PR#6 Allow message headers when publishing to the queue (Thanks to @merretbuurman).
- Added support to customize the
routing_key
(Thanks to @hansyulian).
- PR#3, PR#4 Fix compatibility with python3 in
RabbitMQHandlerOneWay
(by @sactre).
- Explicit local imports.
- PR#1 Added new handler
RabbitMQHandlerOneWay
(by @wallezhang).
- Added config parameter
close_after_emit
. Close connection after emit the record.
- Expose
JSONFormatter
.
Minor corrections in the documentation.
First release.