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
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
This release mainly introduces a new feature that allows fallback components to be used in generated formulas, but it also fixes a few bugs and gets rid of `betterproto`/`grpclib` and goes back to Google's implementation.
5
+
<!-- Here goes a general summary of what this release is about -->
6
6
7
7
## Upgrading
8
8
9
-
- The `frequenz-client-microgrid` dependency was bumped to `0.5.0`. This can cause dependency issues if you are using other API clients and the `frequenz-client-base` dependencies don't match.
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
10
11
11
## New Features
12
12
13
-
- Fallback components are used in generated formulas. If primary components is unavailable, formula will generate metric from fallback components. Fallback formulas are implemented for:
14
-
- PVPowerFormula
15
-
- ProducerPowerFormula
16
-
- BatteryPowerFormula
17
-
- ConsumerPowerFormula
18
-
- GridPowerFormula
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
19
14
20
15
## Bug Fixes
21
16
22
-
- Allow setting `api_power_request_timeout` in `microgrid.initialize()`.
23
-
24
-
- Fix an issue where in grid meters could be identified as {pv/ev/battery/chp} meters in some component graph configurations.
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments