- PR24 : Added the option `remove_request` to decide whether the request's properties are removed from the record to log. (Thank you [donbowman](https://github.com/donbowman))
Fixes
- PR37 : Call `task_done()` to complete the item dequeued. Reported by PR32 PR31, and PR30.
2.2.0
Features
- PR25 Handling thread shutdown (Thanks to [donbowman](https://github.com/donbowman)).
2.1.0
Features
- PR19 Heartbeat. - PR26 Put messages in the queue with a specific content type.
Fixes
- PR27 Minor corrections in the documentation.
2.0.0
Fixes
- PR14 Heartbeat interval
1.1.1
Features
- Integration with [Travis CI](https://travis-ci.org/). - Configuration for tests. Using [pipenv](https://github.com/pypa/pipenv). - PR10 Support for `pika` > 0.10.
Fixes
- Removed direct dependency with Django. - PR11 The log record was being formatted twice.
1.0.9
Fixes
- PR7 Fixed `exchange_type` parameter in `channel.exchange_declare` (Thanks to [cklos](https://github.com/cklos)).