Skip to content

Commit a03e25e

Browse files
Updated release notes and reverting changes to current version
Signed-off-by: tomni <thomas.nicolai@frequenz.com>
1 parent cd0a778 commit a03e25e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
## Summary
44

55
Documentation improvement
6+
Rename service
67

78
## Upgrading
89

910
- Improved ListMicrogridElectricalComponentConnectionsRequest header doc
11+
- Rename service
12+
- Introduced new version
1013

1114
## New Features
1215

proto/frequenz/api/assets/v1/assets.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
syntax = "proto3";
1212

13-
package frequenz.api.platformassets.v1;
13+
package frequenz.api.assets.v1;
1414

1515
// protolint:disable:next MAX_LINE_LENGTH
1616
import "frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto";
1717
import "frequenz/api/common/v1alpha8/microgrid/microgrid.proto";
1818

1919
// Service providing access to manage and retrieve information
20-
// related to Gridpools and microgrids, and other platform assets.
21-
service PlatformAssetsService {
20+
// related to gridpools and microgrids, and other platform assets.
21+
service PlatformAssets {
2222
// Returns details of a specific microgrid.
2323
rpc GetMicrogrid(GetMicrogridRequest) returns (GetMicrogridResponse);
2424

0 commit comments

Comments
 (0)