Skip to content

v1.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 17:47
· 256 commits to main since this release

What's new

Fixed ✅

  • Handling empty string values in Beaker config YAML files for compatibility with beaker CLI.
    Any empty string values in a Beaker config YAML file are now converted to None when the Config
    object is loaded from the file.
    On the other hand, if you try to explicitly set the value of a field to an empty string when initializing the Beaker client (e.g. Beaker.from_env(default_org=''))
    you'll get a ValueError.

Commits

760cc93 Catch empty strings in config (#135)
cd72848 fix changelog