Skip to content

Releases: globocom/derpconf

Release 0.8.4

11 Oct 18:58
Compare
Choose a tag to compare

What's Changed

  • Replaced travis com github actions and Python 3.12 support by @marcelometal in #28

Full Changelog: v0.8.3...0.8.4

Release 0.8.3

21 Jan 02:13
Compare
Choose a tag to compare
  • Allows generating config text even when dicts on Config defaults (by @heynemann).

Diff to previous release

Release 0.8.2

10 Jan 20:40
Compare
Choose a tag to compare
  • Allows getting all configured items using config.items (by @heynemann);
  • Support default values (by @heynemann);
  • Stop depending on tornado (by @wking);
  • Fix loading environment variables (by @dmpinheiro);
  • Debian packaging (by @marcelometal and @gi11es);
  • Ability to read multiple config files (by @gi11es);
  • PEP-8 fixes (by @rfloriano);
  • Fix: error when a var is defined as a tuple and generate_config is used (by @rfloriano);
  • Limit directory scanning of variables to .conf files (by @gi11es).

Diff to previous release

Release 0.6.0

22 Jun 02:04
Compare
Choose a tag to compare
  • Added support for reloading configurations.

Release 0.5.1

22 Jun 02:04
Compare
Choose a tag to compare
  • Added support for specifying configuration overrides with environment variables.