We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e553a8 + c994d0d commit 56e47a9Copy full SHA for 56e47a9
RELEASE_NOTES.md
@@ -7,6 +7,7 @@ This update focuses on pagination.
7
## Upgrading
8
9
* Updated to the latest common-api which provides slighlty modified pagination messages.
10
+* The `TimeIntervalFilter` is now inclusive on both ends.
11
12
## New Features
13
proto/frequenz/api/dispatch/v1/dispatch.proto
@@ -206,7 +206,7 @@ message TimeIntervalFilter {
206
// Filter by time >= this timestamp.
207
google.protobuf.Timestamp from = 1;
208
209
- // Filter by time < this timestamp.
+ // Filter by time <= this timestamp.
210
google.protobuf.Timestamp to = 2;
211
}
212
0 commit comments