Releases: amenezes/config-client
Releases · amenezes/config-client
1.4.0
changelog
- Added support to Python 3.12
- Integration with aiohttp may encounter errors due to the issue mentioned here, as a result of the library's support for Python 3.12.
- Updated documenation
- Updated docstrings
1.2.0
changelog
- added support to python 3.11
1.0.1
changelog
python-dotenv
removed from CLI dependencies;
get_config_async
updated to get running loop, as recommended by asyncio.get_event_loop docs.
1.0.0
changelog
- updated docs
get_attribute
and get_keys
are now deprecated
url
property removed
- Configuration files are now merged into the client to resolve the problem relative to use of json extension. So a simple way to test and saw how configuration will be available can be done using the config client CLI. For more info see the issue #18 and docs
get_config_async
available to retrieve configuration in async environments
0.14.0
changelog
- internal improvements
- use of the new attrs syntax