You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/main/changelog.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector* framework strictly
8
8
follows `Semantic versioning`_
9
9
10
+
4.49.1
11
+
------
12
+
13
+
- Fix sync resource shutdown with async deps.
14
+
- Add support for wiring of Cython-compiled modules. Thanks to `@keyz182 <https://github.com/keyz182>`_ for `#965 <https://github.com/ets-labs/python-dependency-injector/pull/965`_.
15
+
- Allow Configuration provider to accept Pydantic settings classes. Thanks to `@warmagedon007 <https://github.com/warmagedon007>`_ for `#963 <https://github.com/ets-labs/python-dependency-injector/pull/963`_.
16
+
- Add FastStream example to docs. Thanks to `@birthdaysgift <https://github.com/birthdaysgift>`_ for `#958 <https://github.com/ets-labs/python-dependency-injector/pull/958`_.
0 commit comments