* Fix event configuration when adding handlers on queues.
0.32.19
Not secure
* Add more information to logger in terms of event management
0.32.18
Not secure
* Add logger message when `RabbitMqEventConsumer` cannot parse a corrupted `Event` * Notify `CriticalErrors` when an unexpected exception is raised on `event_handlers`
0.32.17
Not secure
* Add `IEventChaos` interface to operate with `IEventConsumer`. - Add implementation for `RabbitMQ` -> `RabbitMqEventChaos`. Configure chaos 🐒 with the following envvars: * `EVENT_CHAOS_PERCENTAGE_SIMULATE_NACK ` * `EVENT_CHAOS_DELAY_BEFORE_EVENT_HANDLER_SECONDS ` * `EVENT_CHAOS_PERCENTAGE_SIMULATE_FAILURES `
0.32.16
Not secure
* Fix an error using SQLAlchemy configuration with Models dependencies
0.32.15
Not secure
New method `get_application` on `Petisco` instance. This can be used to access Flask extensions.