* Add `event_handler` decorator * Add missing new features to public api. * Add new exception information (to help) when get instance of not initialized `Petisco`.
0.32.1
Not secure
* Replace depecrated set-env in Github action (117) * Update exception management on `petisco_sql_database` fixture
0.32.0
Not secure
* New testing strategy: * End2end test to check how it works all the features on a real petisco 🍪 application * Testing refactoring to give more semantic to folders * New Event Driven related functionalities to improve event management * New `EventBus` * New RabbitMQ configurer and consumer * Declare subscribers with `petisco.events.yml`
0.31.3
Not secure
- Add missing package pymongo to wheel
0.31.2
Not secure
- Add missing classes related to pymongo to public api
0.31.1
Not secure
- Use a marker to provide persistence source name when using petisco_sql_database fixture. If not provided defaults to "petisco"
pytest.mark.persistence_source("acme")
- Change healthcheck behavior to take into account multiple persistence sources. For the moment only do a healtcheck for SQL sources