mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-06 05:13:13 +03:00
Update changelog
This commit is contained in:
parent
9b888d1d19
commit
e4c83190e4
|
@ -9,6 +9,10 @@ follows `Semantic versioning`_
|
||||||
|
|
||||||
Development version
|
Development version
|
||||||
-------------------
|
-------------------
|
||||||
|
- Add ``loader`` argument to the configuration provider ``Configuration.from_yaml(..., loader=...)`` to override the
|
||||||
|
default YAML loader.
|
||||||
|
- Make security improvement: change default YAML loader to the custom ``yaml.SafeLoader`` with a support
|
||||||
|
of environment variables interpolation.
|
||||||
- Fix a bug with asynchronous injections: async providers do not work with async dependencies.
|
- Fix a bug with asynchronous injections: async providers do not work with async dependencies.
|
||||||
See issue: `#368 <https://github.com/ets-labs/python-dependency-injector/issues/368>`_.
|
See issue: `#368 <https://github.com/ets-labs/python-dependency-injector/issues/368>`_.
|
||||||
Thanks `@kolypto <https://github.com/kolypto>`_ for the bug report.
|
Thanks `@kolypto <https://github.com/kolypto>`_ for the bug report.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user