dynaconf v3.1.2 Release Notes

Release Date: 2020-10-08 // over 3 years ago
    • ๐Ÿš€ Release version 3.1.2. [Bruno Rocha]

    Shortlog of commits since last release:

      Bruno Rocha (13):
            Release version 3.1.1
            Update diagram images
            Update docs/release_notes
            Fixing prospector warnings. (#425)
            Fix mkdocs config problem found in #423
            Signed in for https://xscode.com/rochacbruno/dynaconf (#426)
            Remove links to outdated issues from guidelines
            Fix colors and KEyError handling on cli.py (#429)
            Fix #434 setenv failing to unset LazyValues (#437)
            Fix #432 no need for warning when env is missing on a file (#438)
            Add test to ensure fix #430 (#439)
            Close #284 not a bug (#440)
            Fix #443 object merge with same value on same level keys (#444)
    
      dependabot-preview[bot] (6):
            Bump mkdocs-material from 5.3.2 to 5.5.13 (#423)
            Bump pymdown-extensions from 7.1 to 8.0 (#422)
            Bump mkdocs-material-extensions from 1.0 to 1.0.1 (#427)
            Bump pymdown-extensions from 8.0 to 8.0.1 (#435)
            Bump mkdocs-material from 5.5.13 to 6.0.1 (#436)
            Bump mkdocs-material from 6.0.1 to 6.0.2 (#442)
    
    • ๐Ÿ›  Fix #443 object merge with same value on same level keys (#444) [Bruno Rocha]

    This solution is a temporary solution as it solves current problem, but there is still the case for None values.

    The best solution for this case would be wrapping all the values on assignment and give it a full path signature to compare.

    • โฌ†๏ธ Bump mkdocs-material from 6.0.1 to 6.0.2 (#442) [dependabot- preview[bot]]

    Bumps mkdocs-material from 6.0.1 to 6.0.2.

    284 is not a bug but a missing of explicit merge tokens

    • โž• Add test to ensure fix #430 (#439) [Bruno Rocha]

    I could not reproduce the problem resported on #430 considering it close #430 reopen as needed.

    • ๐Ÿ›  Fix #432 no need for warning when env is missing on a file (#438) [Bruno Rocha]

    When env is missing on a file ther eis no need to output a warning.

    All envs are optional on files.

    Fix #432

    • ๐Ÿ›  Fix #434 setenv failing to unset LazyValues (#437) [Bruno Rocha]

    Fix #434

    • โฌ†๏ธ Bump mkdocs-material from 5.5.13 to 6.0.1 (#436) [dependabot- preview[bot]]

    Bumps mkdocs-material from 5.5.13 to 6.0.1.

    Bumps pymdown-extensions from 8.0 to 8.0.1.

    • Release notes
    • Commits
      • ๐Ÿ›  Fix colors and KEyError handling on cli.py (#429) [Bruno Rocha]
      • โœ‚ Remove links to outdated issues from guidelines. [Bruno Rocha]
      • โฌ†๏ธ Bump mkdocs-material-extensions from 1.0 to 1.0.1 (#427) [dependabot- preview[bot]]

    Bumps mkdocs-material-extensions from 1.0 to 1.0.1.

    Offering paid support for dynaconf users.

    • โฌ†๏ธ Bump pymdown-extensions from 7.1 to 8.0 (#422) [dependabot- preview[bot]]

    Bumps pymdown-extensions from 7.1 to 8.0.

    • Release notes
    • Commits
      • โฌ†๏ธ Bump mkdocs-material from 5.3.2 to 5.5.13 (#423) [dependabot- preview[bot]]

    Bumps mkdocs-material from 5.3.2 to 5.5.13.

    Fix #mkdocs-material/1941

    • ๐Ÿ›  Fixing prospector warnings. (#425) [Bruno Rocha]

      • Fixing prospector warnings
      • Used vulture to detect and remove dead code
    • ๐Ÿš€ Update docs/release_notes. [Bruno Rocha]

    • โšก๏ธ Update diagram images. [Bruno Rocha]

    • ๐Ÿš€ Release version 3.1.1. [Bruno Rocha]

    Shortlog of commits since last release:

      Bruno Rocha (2):
            Release version 3.1.1rc6
            HOTFIX: Cli now accepts dotter keys