v2.1.0
Features
- Refactor config:
- Memoize config file to prevent open each time access to the configuration
- Removed "uppercase" parameter, created
to_flask()
method to uppercase attrs to create Flask config
- Reload config from file. First step to solve the issue #71
- Reload services and app when the configuration was reloaded with
Microservice.reload()
method. First step to solve the issue #71
Fix
- Removed memoize of service. This feature create an error on tests when create a instance of Microservice out of tests