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
- New `ListGridpoolAssignments` RPC allows clients to retrieve the
Market Locations and/or Microgrids structurally assigned to a Gridpool
- Minor documentation changes
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,15 @@
2
2
3
3
## Summary
4
4
5
-
This release evolves the Assets API into the `PlatformAssetsService`, providing read-only access to platform asset metadata such as Gridpools, microgrids, electrical component inventories, and electrical component connections.
6
-
7
-
The release introduces Gridpool metadata retrieval and microgrid discovery within the current enterprise scope. It also aligns list request filtering with the structure used in other Frequenz APIs by moving filter fields into dedicated filter messages.
5
+
This release introduces Gridpool assignment discovery to the Platform Assets API.
8
6
9
7
## Upgrading
10
8
11
-
- The service has been renamed to `PlatformAssetsService`.
12
-
-`GetGridpool` now returns only Gridpool metadata. Clients that need microgrids assigned to a Gridpool should use `ListMicrogrids` with the `gridpool_ids` filter.
13
-
- The `ListMicrogridElectricalComponentsRequest` and
14
-
-`ListMicrogridElectricalComponentConnectionsRequest` messages now use
15
-
nested filter messages instead of placing all filter fields directly on the request message.
16
-
- Changed ordering of RPCs
9
+
- Minor documentation changes.
17
10
18
11
## New Features
19
12
20
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
0 commit comments