Skip to content

Latest commit

 

History

History
62 lines (34 loc) · 757 Bytes

File metadata and controls

62 lines (34 loc) · 757 Bytes

changelog for configstore

v0.8 (unreleased)

Test with Python 3.9 and Python 3.10. Fix interpolation of multiple variables in one setting value.

v0.7

Add asbool param to get_setting. Add DictBackend for tests or defaults.

v0.6.1

Make get_setting support non-string default values.

v0.6

Add interpolation for settings.

v0.5

Package library with flit.

v0.4

New backend to get config from AWS SSM Parameter Store.

v0.3

Added Store.add_backend method.

v0.2

Introducing Store class with configurable backends instead of function.

v0.1

First release!

The get_config function finds values in environment variables or Docker secrets.