Releases: andrasmaroy/pconf
Releases · andrasmaroy/pconf
1.11.0 release
New features:
- Added support for Python 3.12
- Removed support for EoL Python versions: 3.6, 3.7
1.10.0 release
New features:
- Added support for Python 3.11
- Updated deepmerge to version 1.1.0
1.9.1 release
New features:
- Added support for Python 3.10
- Updated deepmerge to version 1.0.1
1.8.0 release
New features:
- Added support for Python 3.9
- Removed support for Python 2.7 and 3.5
1.7.2 release
Fixes:
- Fix an issue where calling
get()
multiple times would return the configuration in reverse order
1.7.1 release
Fixes:
- Updated pyyaml to 5.3.1, resolving CVE-2020-1747 - arbitrary code execution
1.7.0 release
New features:
- Introduced Python 3.8 support
- Introduced Black formatting
- Added
docker_secrets
parameter to theenv
source, see documentation for more detail
1.6.2 release
Bugfixes:
- Fixed an issue when passing a non-dict json or yaml as input, from now on this will be interpreted as empty input
1.6.1 release
Bugfixes:
- Fixed an issue when using both separator and parsing for environment variables caused an AttributeError