Skip to content

Commit bf1c380

Browse files
committed
Reset release notes
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent c018f36 commit bf1c380

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,15 @@
22

33
## Summary
44

5-
This update introduces the possibility to target specific types of batteries, inverters and EV chargers.
6-
7-
## Deprecations
8-
9-
* In the `TargetComponents` message, the field `components.component_categories` is now deprecated. See the upgrading section for details.
10-
11-
## Changes
12-
13-
* Renamed several `google.protobuf.Timestamp` fields in Protobuf messages to align with Google API Design Guide naming conventions (`*_time` suffix):
14-
* `DispatchMetadata.modification_time` is now `update_time`.
15-
* `TimeIntervalFilter.from` is now `from_time`.
16-
* `TimeIntervalFilter.to` is now `to_time`.
17-
* `RecurrenceRule.EndCriteria.until` is now `until_time`.
18-
* **Note:** This is a breaking change for clients using the old field names.
5+
<!-- Here goes a general summary of what this release is about -->
196

207
## Upgrading
218

22-
* The `TargetComponents` message now accepts an optional `type` too. `.components.component_categories` is now deprecated. Instead `.components.component_categories_types`, a new `CategoryAndType` message that has a required `category` (`ComponentCategory`) and an optional `type` (`oneof BatteryType, EVChargerType, InverterType`) should be used.
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
2310

2411
## New Features
2512

26-
- Now specific types of batteries, inverters and EV chargers can be targeted.
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
2714

2815
## Bug Fixes
2916

0 commit comments

Comments
 (0)