Skip to content

Releases: andrasmaroy/pconf

1.11.0 release

11 Oct 09:12
Compare
Choose a tag to compare

New features:

  • Added support for Python 3.12
  • Removed support for EoL Python versions: 3.6, 3.7

1.10.0 release

11 Nov 08:56
c2947b1
Compare
Choose a tag to compare

New features:

  • Added support for Python 3.11
  • Updated deepmerge to version 1.1.0

1.9.1 release

03 Jan 17:20
Compare
Choose a tag to compare

New features:

  • Added support for Python 3.10
  • Updated deepmerge to version 1.0.1

1.8.0 release

02 May 14:16
f3fa874
Compare
Choose a tag to compare

New features:

  • Added support for Python 3.9
  • Removed support for Python 2.7 and 3.5

1.7.2 release

08 Dec 20:23
304d043
Compare
Choose a tag to compare

Fixes:

  • Fix an issue where calling get() multiple times would return the configuration in reverse order

1.7.1 release

19 Mar 08:56
Compare
Choose a tag to compare

Fixes:

1.7.0 release

19 Nov 00:57
Compare
Choose a tag to compare

New features:

  • Introduced Python 3.8 support
  • Introduced Black formatting
  • Added docker_secrets parameter to the env source, see documentation for more detail

1.6.2 release

09 Sep 21:06
Compare
Choose a tag to compare

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

14 May 12:29
652426c
Compare
Choose a tag to compare

Bugfixes:

  • Fixed an issue when using both separator and parsing for environment variables caused an AttributeError

1.6.0 release

04 Sep 12:44
Compare
Choose a tag to compare

New features:

  • Python3.3 support is now dropped
  • When trying to use a config file which does not exist a warning is raised now (#3)
  • Added the Pconf.clear() function to reset the hierarchy allowing for multiple configs

Bugfixes:

  • Issue with deep merging dictionaries is resolved (see #1 for details)