Releases: runtime-config/runtime-config-py
Releases · runtime-config/runtime-config-py
0.0.8
What's Changed
- Fix a bug when settings were reset to default after an unsuccessful refresh
- Add the require_complete_init flag to control error handling during getting settings on application initialization (breaking change)
- Update dependencies
Full Changelog: 0.0.7...0.0.8
0.0.7
0.0.6
- improved library installation command for compatibility with zsh
What's Changed
- Improve docs by @aleksey925 in #14
Full Changelog: 0.0.5...0.0.6
0.0.5
- reduced the number of optional libraries installed by default
- moved aiohttp to extras
What's Changed
- Tests improvements by @aleksey925 in #11
- Improve work with deps by @aleksey925 in #13
Full Changelog: 0.0.4...0.0.5
0.0.4
- improved RuntimeConfig initialization process (excluded the possibility of side effects)
- added the ability to use custom http_client to ConfigServerSrc
0.0.3
- updated readme.md
- renamed module runtime_config.sources.base_src
0.0.2
- Made the library api clearer
0.0.1
Updated README.md