Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@nymous nymous released this 02 Nov 15:58

Thank you, @kazauwa, for your contribution!

Breaking changes

Field value priority change

Initially, values in a Config class took higher priority over environment variables, effectively making it hard to override hardcoded defaults
outside the source code. This release addresses this inconvenience and makes the ordering consistent with Pydantic and 12 Factor App.

Changed

  • BREAKING: Make environment variables override what is defined in the Config, contrary to the previous behaviour (#25)