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
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
2
3
3
## Summary
4
4
5
-
- Added sensor-ID based RPCs
5
+
- Dependency versions have been bumped, see "Upgrading" for specifics
6
+
- Renaming of time filter fields, see "Upgrading" for specifics
6
7
7
8
## Upgrading
8
9
9
10
- The minimum allowed version of `protobuf` and `grpcio` has been updated to 6.31.1 and 1.72.1 respectively, you might also need to bump your dependencies accordingly.
11
+
- The fields `start` and `end` in `TimeFilter` have been renamed to `start_time` and `end_time` respectively. Apps that implement this API should take care.
10
12
11
13
## New Features
12
-
- Two new RPCs have been added to support sensor data:
13
-
-`ReceiveMicrogridSensorsDataStream`
14
-
-`ReceiveAggregatedMicrogridSensorsDataStream`
14
+
15
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
0 commit comments