Skip to content

Commit 19a0875

Browse files
Add update_time field to Dispatch object
Signed-off-by: Stefan Brus <[email protected]>
1 parent 09149bc commit 19a0875

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Release notes
22

33
- The field `create_time` has been removed from update requests.
4+
- An `update_time` field has been added to the Dispatch object.

proto/frequenz/api/dispatch/dispatch.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ message Dispatch {
7777
// The creation time
7878
// This is set when a dispatch is created via the create request message
7979
google.protobuf.Timestamp create_time = 10;
80+
81+
// The update time
82+
// This is set when a dispatch is modified via the update request message
83+
google.protobuf.Timestamp update_time = 11;
8084
}
8185

8286
// Filter parameter for specifying multiple time intervals

0 commit comments

Comments
 (0)