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/releases.rst
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@
7
7
Version History
8
8
###############
9
9
10
+
**1.0.0-beta.3 (2025-06-14)**
11
+
12
+
- **Enhancement**: Added `DependencyContainer.configure_default_container_name(...)` to support container isolation in parallel tests, even when application code uses a single shared container via `DependencyContainer.get_instance()`.
13
+
- **Enhancement**: Added `DependencyContainer.clear_instances()` as a clean alternative to manually resetting `_instances` during test teardown.
14
+
15
+
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-beta.3>`_
16
+
10
17
**1.0.0-beta.2 (2025-06-09)**
11
18
12
19
- **Enhancement**: Constructor parameters with default values or `Optional[...]` are now supported without requiring explicit registration.
0 commit comments