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
This PR updates the microgrid client to use IDs from the
`frequenz-client-common` package instead of defining them in the
microgrid client itself. This change is part of a broader effort to
centralize common functionality and types across different clients.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,13 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This is a small release to allow for easier interoperability between different APIs.
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9
+
- Some minimum dependency versions are bumped, so you might need to update your dependencies as well.
10
+
- The IDs (`MicrogridId`, `ComponentId`, `SensorId`) are now imported from `frequenz-client-common`. Please add it to your dependencies if you haven't already, then you can replace your imports:
10
11
11
-
## New Features
12
-
13
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14
-
15
-
## Bug Fixes
16
-
17
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments