Skip to content

Commit 64f050b

Browse files
Update release notes
Signed-off-by: ela-kotulska-frequenz <[email protected]>
1 parent 3ccecd8 commit 64f050b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

RELEASE_NOTES.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
75
## Upgrading
86

97
* Remove `_soc` formula from the LogicalMeter. This feature has been moved to the BatteryPool.
108
* Upgrade PowerDistributingActor to handle components with the NaN metrics (#247):
119
* if power bounds are NaN, then it tries to replace them with corresponding power bounds from adjacent component. If these components are also NaN, then it ignores battery.
1210
* if other metrics metrics are NaN then it ignores battery.
11+
* BatteryStatus to track that a component stopped sending messages. If the battery or its adjacent inverter stopped sending messages, then the battery would be considered as not working. (#207)
12+
* PowerDistributing to send battery status to subscribed users (#205)
13+
* Rename microgrid.Microgrid to microgrid.ConnectionManager (#208)
14+
* Change few resampler logs from info to debug, because they were polluting startup logs (#238)
1315

1416
## New Features
1517

1618
* A new class `SerializableRingbuffer` is now available, extending the `OrderedRingBuffer` class with the ability to load & dump the data to disk.
1719
* Add the `run(*actors)` function for running and synchronizing the execution of actors. This new function simplifies the way actors are managed on the client side, allowing for a cleaner and more streamlined approach. Users/apps can now run actors simply by calling run(actor1, actor2, actor3...) without the need to manually call join() and deal with linting errors.
1820
* The datasourcing actor now automatically closes all sending channels when the input channel closes.
21+
* BatteryPool implementation for aggregating battery-inverter metrics into higher level metrics. (#205)
22+
* Add EV power and current streams to `EVChargerPool` (#201)
23+
1924

2025
## Bug Fixes
2126

2227
* The resampler now correctly produces resampling windows of exact *resampling period* size, which only include samples emitted during the resampling window (see #170)
28+
29+
## Removing
30+
* Deprecated code (#232):
31+
* frequenz.sdk._data_ingestion
32+
* frequenz.sdk._data_handling

0 commit comments

Comments
 (0)