Skip to content

Releases: amenezes/config-client

1.4.0

24 Oct 14:55
Compare
Choose a tag to compare

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.3.0

09 Dec 11:33
Compare
Choose a tag to compare

changelog

  • Updated docs
  • Updated CLI

1.2.0

26 Oct 14:31
Compare
Choose a tag to compare

changelog

  • added support to python 3.11

1.1.0

05 Oct 20:03
Compare
Choose a tag to compare

1.0.3

30 Aug 12:26
Compare
Choose a tag to compare

changelog

  • 🐞 bug fix for issue #47

1.0.2

26 Aug 16:40
Compare
Choose a tag to compare

changelog

  • 🐞 bug fix for issue #45

1.0.1

16 Mar 16:52
Compare
Choose a tag to compare

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

09 Mar 16:04
Compare
Choose a tag to compare

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

07 Jan 01:11
Compare
Choose a tag to compare

changelog

  • internal improvements
  • use of the new attrs syntax

0.13.1

20 Dec 16:28
Compare
Choose a tag to compare

changelog