* Fix bug renaming template folders when using petisco cli
0.23.1
Not secure
* Add `retrieve_all` abstract method to `IRepository`.
0.23.0
Not secure
* Add cron option based on APScheduler to dispatch background tasks. (36) * Change Event to be `json:api` compilant. (38) 🍪 * Add read compatibility with previous Event messages
0.22.0
Not secure
Breaking changes ⚠️
* Split infrastructure configuration into three different configs: persistence, providers, events * Add Publisher and Subscriber implementations for RabbitMQ. Remove RabbitMQ Event Manager implementation. * Add RabbitMQEnvConfig Singleton Class. * Fix some bugs loading yml configuration. Improved error reporting
0.21.2
Not secure
- Bug fixed when logging kwargs parameters on use_case handler
0.21.1
Not secure
* Add app_name and app_version to info. * `rstrip` version when read from file