- Add `settings` attribute to `IHandler` to ease accessing `ISettings`.
1.1
----------------
- ``.connection.Parameters`` no longer accepts arbitrary keyword parameters.
1.0
----------------
- Notify ``IConfigFinished`` event after `gocept.amqprun` is fully configured but before the workers are started. This event can be used to open database connections for instance.
- Bump version to 1.0 as this package is used in production for years.
0.17.0
-------------------
- Abort transaction in ``ErrorHandlingHandler`` on non recoverable error. Fixes: https://bitbucket.org/gocept/gocept.amqprun/issue/4
0.16.0
-------------------
- Raise ``RuntimeError`` if connection is not alive after connect. (This can happen when the credentials are wrong.)
0.15.2
-------------------
- Fix error reporting in ``.testing.QueueLayer.rabbitmqctl()``.