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: RELEASE_NOTES.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,21 @@
23
23
24
24
- The `ConfigManagingActor` now uses `collections.abc.Mapping` as the output sender type. This change indicates that the broadcasted configuration is intended to be read-only.
25
25
26
+
- The `ConfigManagingActor` has moved from `frequenz.sdk.actor` to `frequenz.sdk.config`.
27
+
28
+
- The following core actors are no longer part of the public API:
29
+
-`PowerDistributingActor`
30
+
-`ComponentMetricsResamplingActor`
31
+
-`DataSourcingActor`
32
+
33
+
- The following two types which are used for communicating with the data sourcing and resampling actors are also no longer part of the public API:
34
+
-`ComponentMetricId`
35
+
-`ComponentMetricRequest`
36
+
37
+
- The `ChannelRegistry` is no longer part of the public API.
38
+
39
+
- The `Result` types for the power distribution results are now exposed through the `frequenz.sdk.microgrid.battery_pool` module.
40
+
26
41
## New Features
27
42
28
43
- Classes `Bounds` and `SystemBounds` now implement the `__contains__` method, allowing the use of the `in` operator to check whether a value falls within the bounds or not.
0 commit comments