File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10+ Development version
11+ -------------------
12+ - Add option ``envs_required `` for configuration provider ``.from_yaml() `` and ``.from_ini() ``
13+ methods. With ``envs_required=True `` methods ``.from_yaml() `` and ``.from_ini() `` raise
14+ an exception when encounter an undefined environment variable in the configuration file.
15+ By default this option is set to false for preserving previous behavior ``envs_required=False ``.
16+ - Add raising of an exception in configuration provider strict mode when provider encounters
17+ an undefined environment variable in the configuration file.
18+ - Update configuration provider environment variables interpolation to replace
19+ undefined environment variables with an empty value.
20+ - Update configuration provider to perform environment variables interpolation before passing
21+ configuration file content to the parser.
22+
10234.33.0
1124------
1225- Add support of default value for environment variable in INI and YAML
You can’t perform that action at this time.
0 commit comments