Changelog for micro.common¶
0.3.3 (2015-07-08)¶
- Coroutine API factory initialization fix
0.3.2 (2015-07-07)¶
- API factory function can now be a coroutine
0.3.1 (2015-07-06)¶
- Fixed HC site config loading
0.3.0 (2015-07-02)¶
- Packaging fixes
- Removed configuration related APIs, packaged them as micro.config
- Added micro.common.service.PreloadedConfig configuration accessor interface that can preload configs on start
0.2.6 (2015-06-25)¶
- Added midleware for sending API request statistics
0.2.5 (2015-06-19)¶
- Fixed requirements to stop producing pypi’s VersionError with asynctest latest version
0.2.4 (2015-06-17)¶
- Added an ability to specify custom logging configuration factory for micro.common.service.Service
0.2.3 (2015-06-09)¶
- Service runner sets application debug on start, proper use of application finish callbacks
0.2.2 (2015-05-28)¶
- Allow the config fall back to default values when no config file is found