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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This release adds default formulas for AC energy metrics when they are not
6
+
explicitly configured.
6
7
7
8
## Upgrading
8
9
9
-
* The minimum required version of `frequenz-microgrid-component-graph` is now `v0.3.4`.
10
10
11
11
## New Features
12
12
13
-
* Added `gridpool-cli render-graph` to visualize microgrid component graphs using the
14
-
Assets API credentials (`ASSETS_API_URL`, `ASSETS_API_AUTH_KEY`, and
15
-
`ASSETS_API_SIGN_SECRET`).
13
+
* Added default summation formulas for `AC_ENERGY_ACTIVE`,
14
+
`AC_ENERGY_ACTIVE_CONSUMED`, and `AC_ENERGY_ACTIVE_DELIVERED` when formulas are
15
+
not provided. The defaults are built from the component IDs configured for the
16
+
component type.
16
17
17
18
## Bug Fixes
18
19
19
-
- Fixed component graph rendering so children follow the vertical order of their parents, keeping upper-level branches above lower ones in the layered layout.
0 commit comments