Skip to content

Commit b97356c

Browse files
authored
Clear release notes (frequenz-floss#1090)
2 parents 2f62b64 + 6e51fba commit b97356c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,16 @@
22

33
## Summary
44

5-
The SDK starts using the [`frequenz-quantities`](https://pypi.org/project/frequenz-quantities/) package with this release.
6-
7-
A new method for streaming reactive power at the grid connection point has been added, and the `ConfigManagingActor` has been improved.
5+
<!-- Here goes a general summary of what this release is about -->
86

97
## Upgrading
108

11-
- Replace `Quantity` and its sub-classes (`Power`, `Current`, etc.) in the `frequenz.sdk.timeseries` module with the external [`frequenz-quantities`](https://pypi.org/project/frequenz-quantities/) package. Please add the new library as a dependency and adapt your imports if you are using these types.
12-
- The `QuantityT` has been moved to the `frequenz.sdk.timeseries._base_types` module.
13-
- The `QuantityT` doesn't include itself (`QuantityT`) anymore.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1410

1511
## New Features
1612

17-
- `ConfigManagingActor`: The file polling mechanism is now forced by default. Two new parameters have been added:
18-
- `force_polling`: Whether to force file polling to check for changes. Default is `True`.
19-
- `polling_interval`: The interval to check for changes. Only relevant if polling is enabled. Default is 1 second.
20-
21-
- Add a new method `microgrid.grid().reactive_power` to stream reactive power at the grid connection point.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
2214

2315
## Bug Fixes
2416

25-
- Many long running async tasks including metric streamers in the BatteryPool now have automatic recovery in case of exceptions.
17+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)