Skip to content

v4.0.0

Choose a tag to compare

@release-drafter release-drafter released this 14 Oct 01:49
· 146 commits to master since this release

What’s Changed

🚀 Features and ✨ Enhancements

  • Feature/#25 required instead of none allowed (#26) by @markusressel
  • better error output
  • custom logger for exceptions in ConfigEntry

Migration Guide:

  • change all non_allowed constructor parameters to required and invert their value, f.ex. none_allowed=True becomes required=False and vice versa
  • the special case for StringConfigEntry parsing "None" and other Strings to actual None values has been removed, if you relied on this feature you have to implement it yourself