dynaconf v3.1.8 Release Notes

Release Date: 2022-04-15 // about 2 years ago
    • ๐Ÿš€ Release version 3.1.8. [Bruno Rocha]

    Shortlog of commits since last release:

      Anderson Sousa (1):
            Document the usage with python -m (#710)
    
      Andressa Cabistani (2):
            Add unique label when merging lists to fix issue #653 (#661)
            Add new validation to fix issue #585 (#667)
    
      Armin Berres (1):
            Fix typo in error message
    
      Bruno Rocha (7):
            Release version 3.1.7
            Found this bug that was duplicating the generated envlist (#663)
            Add support for Python 3.10 (#665)
            Attempt to fix #555 (#669)
            Create update_contributors.yml
            Fixing pre-coomit and docs CI
            Added `dynaconf get` command to cli (#730)
    
      Caneco (2):
            improvement: add brand new logo to the project (#686)
            improvement: update socialcard to match the python way (#687)
    
      EdwardCuiPeacock (2):
            Feature: add @jinja and @format casting (#704)
            Combo converter doc (#735)
    
      Eitan Mosenkis (1):
            Fix FlaskConfig.setdefault (#706)
    
      Enderson Menezes (Mr. Enderson) (2):
            Force PYTHONIOENCODING to utf-8 to fix #664 (#672)
            edit: move discussions to github tab (#682)
    
      Eugene Triguba (1):
            Fix custom prefix link in envvar documentation (#680)
    
      Gibran Herrera (1):
            Fix Issue 662 Lazy validation (#675)
    
      Jitendra Yejare (2):
            Load vault secrets from environment less stores or which are not written by dynaconf (#725)
            Use default value when settings is blank (#729)
    
      Pavel Alimpiev (1):
            Update docs link (#678)
    
      Ugo Benassayag (1):
            Added validate_only_current_env to validator (issue #734) (#736)
    
      Waylon Walker (1):
            Docs Fix Spelling (#696)
    
      dependabot[bot] (3):
            Bump django from 2.1.5 to 2.2.26 in /example/django_pytest_pure (#711)
            Bump mkdocs from 1.1.2 to 1.2.3 (#715)
            Bump django from 2.2.26 to 2.2.27 in /example/django_pytest_pure (#717)
    
      github-actions[bot] (2):
            [automated] Update Contributors File (#691)
            [automated] Update Contributors File (#732)
    
      lowercase00 (1):
            Makes Django/Flask kwargs case insensitive (#721)
    
    • Combo converter doc (#735) [EdwardCuiPeacock]
    • Added validate_only_current_env to validator (issue #734) (#736) [Ugo Benassayag, Ugo Benassayag]
    • โšก๏ธ [automated] Update Contributors File (#732) [github-actions[bot], rochacbruno]
    • โž• Added dynaconf get command to cli (#730) [Bruno Rocha]
    • ๐Ÿ›  Fixing pre-coomit and docs CI. [Bruno Rocha]
    • ๐Ÿ›  Fix typo in error message. [Armin Berres]

    It is, e.g., REDIS_HOST_FOR_DYNACONF - not REDIS_FOR_DYNACONF_HOST.

    • โœ… Bump django from 2.2.26 to 2.2.27 in /example/django_pytest_pure (#717) [Bruno Rocha, dependabot[bot], dependabot[bot]]
    • โฌ†๏ธ Bump mkdocs from 1.1.2 to 1.2.3 (#715) [Bruno Rocha, dependabot[bot], dependabot[bot]]
    • ๐Ÿ›  Fix custom prefix link in envvar documentation (#680) [Andressa Cabistani, Bruno Rocha, Eugene Triguba]
    • 0๏ธโƒฃ Use default value when settings is blank (#729) [Bruno Rocha, Jitendra Yejare]
    • Load vault secrets from environment less stores or which are not written by dynaconf (#725) [Jitendra Yejare]
    • ๐Ÿ‘‰ Makes Django/Flask kwargs case insensitive (#721) [lowercase00]
    • ๐Ÿ“„ Docs Fix Spelling (#696) [Bruno Rocha, Waylon Walker]
    • โœ… Bump django from 2.1.5 to 2.2.26 in /example/django_pytest_pure (#711) [Bruno Rocha, dependabot[bot], dependabot[bot]]
    • โšก๏ธ [automated] Update Contributors File (#691) [github-actions[bot], rochacbruno]
    • ๐Ÿ”‹ Feature: add @jinja and @format casting (#704) [Bruno Rocha, EdwardCuiPeacock]
    • Document the usage with python -m (#710) [Anderson Sousa, Bruno Rocha]
    • ๐Ÿ›  Fix FlaskConfig.setdefault (#706) [Eitan Mosenkis]
    • โšก๏ธ Create update_contributors.yml. [Bruno Rocha]
    • ๐Ÿ‘Œ Improvement: update socialcard to match the python way (#687) [Caneco]
    • ๐Ÿ‘Œ Improvement: add brand new logo to the project (#686) [Caneco]
    • ๐Ÿšš Edit: move discussions to github tab (#682) [Enderson Menezes (Mr. Enderson)]
    • โšก๏ธ Update docs link (#678) [Pavel Alimpiev]

      • Replace an old Django-related link with a new one
      • Update docs link
    • ๐Ÿ›  Fix Issue 662 Lazy validation (#675) [Gibran Herrera]

    • ๐Ÿ‘ฎ Force PYTHONIOENCODING to utf-8 to fix #664 (#672) [Enderson Menezes (Mr. Enderson)]

    • Attempt to fix #555 (#669) [Bruno Rocha]

    • โž• Add new validation to fix issue #585 (#667) [Andressa Cabistani, andressa.cabistani]

    • โž• Add support for Python 3.10 (#665) [Bruno Rocha]

    Python 3.10 supported and tested

    • Found this bug that was duplicating the generated envlist (#663) [Bruno Rocha]
    • โž• Add unique label when merging lists to fix issue #653 (#661) [Andressa Cabistani, andressa.cabistani]
    • ๐Ÿš€ Release version 3.1.7. [Bruno Rocha]

    Shortlog of commits since last release:

      Bruno Rocha (2):
            Release version 3.1.6
            Add missing docs and missing python_requires (#659)