* Added the option to get a pre-configured ApplicationConfig object on `controller_handlers` :rocket: * Added two modules. **healthcheck** and **environment** (Controller + UseCase). This makes it easier to create information entry points in your service. <img src="https://github.com/alice-biometrics/custom-emojis/blob/master/images/swagger.png" width="16">
e.g swagger.yml
yml
0.19.1
Not secure
* Add `not_implemented_bearer_info_func` in order to declare `BearerAuth` using flask and connexion
* Configure token handling with `TokenManager` object. `JwtConfig` is not available anymore. ⚠️ breaks compatibility * Token Security handling has been refactored * Now, is not necessary to add unused variables within controller methods. * Now, `controller_handler` returns an `InfoId` object in order to ease a little bit more controllers.
0.18.2
Not secure
* Updated RequestResponded. * Added composable option for Domain Events. Now, a `InfoId` can be attached to an event
0.18.1
Not secure
* Removed injectable `correlation_id_provider` function from `controller_handler`. * Added `InfoId`. * `CorrelationId` is not passed to controlled anymore. ⚠️ breaks compatibility
0.18.0
Not secure
:dizzy_face: (non valid version)
* Removed injectable `correlation_id_provider` function from `controller_handler`. * Added `InfoId`. * `CorrelationId` is not passed to controlled anymore. ⚠️ breaks compatibility