All Versions
59
Latest Version
Avg Release Cycle
44 days
Latest Release
572 days ago

Changelog History
Page 5

  • v1.0.1 Changes

    May 30, 2018
    • Merge pull request #63 from rochacbruno/adds_more_python_versions. [Bruno Rocha]

    Adds more python versions

    • Cover. [Bruno Rocha]
    • Cover. [Bruno Rocha]
    • Skip 3.7-dev. [Bruno Rocha]
    • ๐Ÿ— More trabis build stages. [Bruno Rocha]
    • โž• Add missing .env. [Bruno Rocha]
    • ๐Ÿ›  Fix #60 CLI validator command. [Bruno Rocha]
    • ๐Ÿ›  Fix #59 cli commands working for Flask and Django apps. [Bruno Rocha]
    • ๐Ÿ›  Fixes to support Python 3.4, 3.5 and 3.6 Fix #62. [Bruno Rocha]
    • Strict use of _FOR_DYNACONF envvars. [Bruno Rocha]
    • Aafigure. [Bruno Rocha]
    • ๐Ÿ“Œ Pinned docutils. [Bruno Rocha]
    • Rtfd fix. [Bruno Rocha]
    • โž• Add rtfd yml. [Bruno Rocha]
    • โž• Added init file to docs. [Bruno Rocha]
    • โž• Add import path. [Bruno Rocha]
    • ๐Ÿ“„ Docs. [Bruno Rocha]
    • Finished README with all the new implementations. [Bruno Rocha]
  • v1.0.0 Changes

    May 28, 2018
    • ๐Ÿ”€ Merge pull request #56 from rochacbruno/all_the_namespace_changed_to_env. [Bruno Rocha]

    Major Breaking Refactor related to #54

    • Travis fix 2. [Bruno Rocha]
    • Travis global fix. [Bruno Rocha]
    • ๐Ÿ’… Travis fix for new style toml envvars. [Bruno Rocha]
    • ๐Ÿ—„ Deprecated @type casting in favor of TOML syntax, rewriting readme. [Bruno Rocha]
    • โž• Add settings.flag [Bruno Rocha]
    • โœ… Using dynaconf write in test_redis|vault. [Bruno Rocha]
    • โž• Added dynaconf --docs [Bruno Rocha]
    • โž• Added dynaconf --version [Bruno Rocha]
    • โœ‚ Removed transformators. [Bruno Rocha]
    • 100% coverage for validators. [Bruno Rocha]
    • โœ… Increase cli test coverage. [Bruno Rocha]
    • Dynaconf variables in blue and user variables in green. [Bruno Rocha]
    • โž• Added dynaconf list and dynaconf write subcommands. [Bruno Rocha]
    • More cli commands lsit and write. [Bruno Rocha]
    • โž• Added more tests for cli and py loader. [Bruno Rocha]
    • Replaced coveralls with codecov #57. [Bruno Rocha]
    • Modularized the loaders, added dynaconf init command. [Bruno Rocha]
    • As environment variable the only prefix allowed is the GLOBAL_ENV.. default to DYNACONF_ [Bruno Rocha]
    • โž• Added more examples/tests and test_cli. [Bruno Rocha]
    • โœ‚ Removed cleaners. [Bruno Rocha]
    • ๐Ÿ”จ Major Breaking Refactor related to #54. [Bruno Rocha]
  • v0.7.6 Changes

    May 21, 2018
    • Merge pull request #52 from rochacbruno/fix_namespace_in_django. [Bruno Rocha]

    Fix namespace swithc in django apps

    • โž• Add missing .env. [Bruno Rocha]
    • ๐Ÿ›  Fix namespace swithc in django apps. [Bruno Rocha]
  • v0.7.5 Changes

    May 20, 2018
    • Merge pull request #51 from rochacbruno/added_django_extension. [Bruno Rocha]

    Added django extension

    • ๐Ÿš€ 0.7.5 release with Django extension (experimental) [Bruno Rocha]
    • Dont commit dbs. [Bruno Rocha]
    • โž• Added Django extension tests and example app. [Bruno Rocha]
    • โž• Added Django extension. [Bruno Rocha]
  • v0.7.4 Changes

    May 19, 2018
    • ๐Ÿ”€ Merge pull request #50 from rochacbruno/074. [Bruno Rocha]

    Fix precedence of namespace in loaders

    • ๐Ÿ›  Fix precedence of namespace in loaders. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #49 from thekashifmalik/patch-1. [Bruno Rocha]

    Fix typo in README.

    • ๐Ÿ›  Fix typo in README. [Kashif Malik]
    • ๐Ÿš‘ HOTFIX: redis config. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #48 from rochacbruno/redis_tests. [Bruno Rocha]

    Added tests for Redis loader

    • โž• Added tests for Redis loader. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #47 from rochacbruno/vault_tests. [Bruno Rocha]

    Added test for vaultproject

    • ๐Ÿ›  Fix deadlock in vault writer. [Bruno Rocha]
    • โž• Added test for vaultproject. [Bruno Rocha]
  • v0.7.3 Changes

    May 13, 2018
    • ๐Ÿ”€ Merge pull request #45 from rochacbruno/vault_loader. [Bruno Rocha]

    Added support for vaultproject (hashi corp) loader

    • โž• Added README section. [Bruno Rocha]
    • โž• Added note to readme. [Bruno Rocha]
    • โž• Added tests. [Bruno Rocha]
    • ๐Ÿ›  Fixing for python-box 3.2.0. [Bruno Rocha]
    • Added config AUTO_CAST_FOR_DYNACONF=off|0|disabled|false Suggested by @danilobellini. [Bruno Rocha]
    • ๐Ÿ›  Fixed env variable for debug level in README.md. [Simone Robutti]
    • Implementation of Vault loader. [Bruno Rocha]
    • Vaultproject loader implementation. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #46 from rochacbruno/disable_cast. [Bruno Rocha]

    Added config AUTO_CAST_FOR_DYNACONF=off|0|disabled|false

    • โž• Added note to readme. [Bruno Rocha]
    • โž• Added tests. [Bruno Rocha]
    • ๐Ÿ›  Fixing for python-box 3.2.0. [Bruno Rocha]
    • Added config AUTO_CAST_FOR_DYNACONF=off|0|disabled|false Suggested by @danilobellini. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #44 from chobeat/patch-1. [Bruno Rocha]

    Fixed env variable for debug level in README.md

    • ๐Ÿ›  Fixed env variable for debug level in README.md. [Simone Robutti]
  • v0.7.2 Changes

    May 07, 2018
    • โž• Added test for compat. [Bruno Rocha]
    • Added SETTINGS_MODULE to SETTINGS_MODULE_FOR_DYNACONF in compat. [Bruno Rocha]
    • โž• Added backwards compatibility for old style kwargs. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #30 from vladcalin/add-docs. [Bruno Rocha]

    Add docs skeleton with autogenerated module docs

    • โž• Add docs skeleton with autogenerated module docs. [Vlad Calin]
  • v0.7.0 Changes

    May 07, 2018
    • โšก๏ธ README updates [ci skip] [Bruno Rocha]
    • โž• Added support for .secrets files. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #43 from rochacbruno/test_coverage. [Bruno Rocha]

    Adjusting ENVVARS names and better test coverage

    • โœ… Travis testing. [Bruno Rocha]
    • ๐Ÿ‘ท Adjust travis.yml for muultiple jobs. [Bruno Rocha]
    • 0๏ธโƒฃ Never cleans default keys. [Bruno Rocha]
    • ๐Ÿ”จ Refactoring for better test cov. [Bruno Rocha]
    • โœ… Adjusting ENVVARS names and better test coverage. [Bruno Rocha]
  • v0.6.0 Changes

    May 04, 2018
    • ๐Ÿš€ Release of 0.6.0. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #42 from rochacbruno/fix41. [Bruno Rocha]

    Fix #41

    • ๐Ÿ›  Fix #41. [Bruno Rocha]
    • ๐Ÿ”€ Merge pull request #40 from rochacbruno/inifiles. [Bruno Rocha]

    ini and json files + parseconf recursive and find_file function

    • ๐Ÿ“œ Ini and json files + parseconf recursive and find_file function. [Bruno Rocha]

      • Added support for .ini and .json files
      • parse conf is now recursive to parse dict inner data
      • Cloned find_file function from dotenv
    • Merge pull request #38 from rochacbruno/flask_dot_env. [Bruno Rocha]

    Added Flask 1.0 dotenv support

    • IMplemented TOML loader. [Bruno Rocha]
    • Adjusted MARKDOWN. [Bruno Rocha]
    • โž• Added Flask 1.0 dotenv support. [Bruno Rocha]
  • v0.5.2 Changes

    October 03, 2017
    • Small fix on 0.5.2 :hamster: [Bruno Rocha]
    • ๐Ÿš‘ 0.5.1 with YAML hotfixes and allowing multiple yaml files. [Bruno Rocha]