Skip to content

Commit dd2e283

Browse files
committed
Update code and api-common submodule to use v1 paths
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 6c36da5 commit dd2e283

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
- Queries that compare against a time interval filter should check for the end time inside the recurrence rule.
10+
- `end_time` has been renamed `until` and is mutually exclusive with `count`.
11+
- Update request handlers should check the field mask for which attributes to update.
12+
- The common api dependency has been udpated so that the `v1` paths for `ComponentCategory` is used.
1013

1114
## New Features
1215

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import "google/protobuf/field_mask.proto";
1717
import "google/protobuf/struct.proto";
1818
import "google/protobuf/timestamp.proto";
1919

20-
import "frequenz/api/common/components.proto";
20+
import "frequenz/api/common/v1/microgrid/components/components.proto";
2121

2222
// Service providing operations related to dispatching microgrid components.
2323
//
@@ -150,7 +150,7 @@ message ComponentSelector {
150150
ComponentIDs component_ids = 1;
151151

152152
// Component category
153-
frequenz.api.common.components.ComponentCategory component_category = 2;
153+
frequenz.api.common.v1.microgrid.components.ComponentCategory component_category = 2;
154154
}
155155
}
156156

submodules/frequenz-api-common

Submodule frequenz-api-common updated 66 files

0 commit comments

Comments
 (0)