github dynaconf/dynaconf 2.0.0
Dynaconf 2.0.0

latest releases: 3.2.5, 3.2.4, 3.2.3...
5 years ago

Dynaconf 2.0.0

  • Fix #129 get_fresh should be case insensitive
  • Fix #125 .configure was not loading settings_module passed as argument
  • Fix #127 fix YAML warnings and default to full_load
  • Allow disable of core loaders #122
  • Added support for Jenkins secrets file #117
  • Added more examples for includes #110
  • Moved to Azure Pipelines CI #142
  • Added 100% test coverage on windows (Unit & Functional tests)
  • Deprecated MERGE_ENABLED in favor of local dynaconf_merge
  • Fix #74 - Better File Searching (now building a reasonable Search Tree)
  • Now it finds settings when invoking from out of Script folder
  • Fixed test environment (each test now run in a separate tmpdir)
  • Added a check to avoid Circular references when starting settings inside settings
  • Added Django Extension v2 with better syntax and a lot od inspect instrospetion
  • Updated documentation about new features
  • Added a not that YAML is the recommended format for Django
  • Added support for Django Standalone Script
  • Added support for Django unit testing
  • Fix #148 env was not being passed to custom loaders
  • Fix #144 removed six as it is a Py3.4+ only project
  • Added Backwards compatibility for users using old django Extension
  • start_dotenv is now Lazy (only when settings._setup is called)
  • Added new _FOR_DYNACONF config options ENV_SWITCHER, SKIP_FILES, INCLUDES, CORE_LOADERS, SECRETS
  • Renamed config PROJECT_ROOT -> ROOT_PATH

Don't miss a new dynaconf release

NewReleases is sending notifications on new releases.