- Add additional publisher for handling fanouts to an exchange
1.3.1
- Add additional exception handling in _connect of consumer
1.3.0
- Additional exception handling in on_message of consumer - Update Pika to 0.11.2
1.2.1
- Copy message headers to the quarantine queue and quarantine rather than reject bad messages
1.2.0
- Log exceptions using `logging.Logger.exception` method in consumer module
1.1.0
- Fix typo in log line in consumer module - Do not restart ioloop if stop method is called on consumer - Better exception handling of TypeErrors in consumer module when the `headers` attribute was not set in a message's properties.