Skip to content

Commit 698f879

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 8cc765f commit 698f879

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

RELEASE_NOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@
2323

2424
- 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.
2525

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+
2641
## New Features
2742

2843
- 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

Comments
 (0)