Skip to content

Releases: amenezes/config-client

1.5.0

Choose a tag to compare

@amenezes amenezes released this 14 Jan 14:45

changelog

  • feat: Custom JSON Output Path: Added --output/-o parameter to config client command allowing users to specify custom file paths for JSON output
  • Support to Python 3.13 and 3.14

1.4.0

Choose a tag to compare

@amenezes amenezes released this 24 Oct 14:55

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

Choose a tag to compare

@amenezes amenezes released this 09 Dec 11:33

changelog

  • Updated docs
  • Updated CLI

1.2.0

Choose a tag to compare

@amenezes amenezes released this 26 Oct 14:31

changelog

  • added support to python 3.11

1.1.0

Choose a tag to compare

@amenezes amenezes released this 05 Oct 20:03

1.0.3

Choose a tag to compare

@amenezes amenezes released this 30 Aug 12:26

changelog

  • 🐞 bug fix for issue #47

1.0.2

Choose a tag to compare

@amenezes amenezes released this 26 Aug 16:40

changelog

  • 🐞 bug fix for issue #45

1.0.1

Choose a tag to compare

@amenezes amenezes released this 16 Mar 16:52

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

Choose a tag to compare

@amenezes amenezes released this 09 Mar 16:04

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

Choose a tag to compare

@amenezes amenezes released this 07 Jan 01:11

changelog

  • internal improvements
  • use of the new attrs syntax