Skip to content

Commit 59cbc4d

Browse files
Merge pull request #103 from stefan-brus-frequenz/relly_notes
Update release notes
2 parents 4a28f04 + f2642af commit 59cbc4d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
## Summary
44

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
67

78
## Upgrading
89

910
- 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.
1012

1113
## 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 -->
1516

1617
## Bug Fixes
1718

0 commit comments

Comments
 (0)