All Versions
59
Latest Version
Avg Release Cycle
44 days
Latest Release
908 days ago
Changelog History
Page 5
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
anddynaconf 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]