Skip to content

v2.1.0

Compare
Choose a tag to compare
@avara1986 avara1986 released this 22 Jan 17:12
· 115 commits to master since this release

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