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
-**Critical Package Integrity Fix**: This release addresses a critical issue that affected the packaging of the Python library in all previous alpha releases (1.0.0-alpha.1 to 1.0.0-alpha.4). The problem involved missing source files in the distribution, rendering the library incomplete and non-functional.
Copy file name to clipboardExpand all lines: docs/versionhistory.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
Version history
3
3
###############
4
4
5
+
**1.0.0-alpha.6 (2024-03-23)**
6
+
7
+
- **Factory Registration:** Added support for registering dependencies using factory functions for dynamic instantiation.
8
+
9
+
- **Instance Registration:** Enabled registering existing instances as dependencies.
10
+
11
+
- **Tag-based Registration and Resolution:** Introduced the ability to register and resolve dependencies using tags for flexible dependency management.
12
+
13
+
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.6>`_
14
+
5
15
**1.0.0-alpha.5 (2024-03-03)**
6
16
7
17
- **Critical Package Integrity Fix**: This release addresses a critical issue that affected the packaging of the Python library in all previous alpha releases (1.0.0-alpha.1 to 1.0.0-alpha.4). The problem involved missing source files in the distribution, rendering the library incomplete and non-functional.
0 commit comments