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
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,23 @@
2
2
3
3
## Summary
4
4
5
-
This update introduces the possibility to target specific types of batteries, inverters and EV chargers.
5
+
- Updated all `frequenz.api.common` imports from `v1` to `v1alpha8`.
6
+
- Removed the `TimeIntervalFilter` message, replacing its usage with the new `frequenz.api.common.v1alpha8.types.Interval` type.
7
+
- In the `DispatchFilter` message, the `start_time_interval`, `end_time_interval`, and `update_time_interval` fields were updated to use the new `Interval` type.
8
+
- In the `TargetComponents` message:
9
+
- The `CategorySet` message's `categories` field was updated to use the new `ElectricalComponentCategory` enum.
10
+
- The `CategoryAndType` message's `category` field was also updated to use the new `ElectricalComponentCategory` enum, and the nested `battery`, `inverter`, and `ev_charger` fields were updated to use their corresponding new types.
11
+
- The `ListMicrogridDispatchesRequest` message's `pagination_params` field was updated to use the new `PaginationParams` type.
12
+
- The `ListMicrogridDispatchesResponse` message's `pagination_info` field was updated to use the new `PaginationInfo` type.
6
13
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.
19
14
20
15
## Upgrading
21
16
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.
17
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
23
18
24
19
## New Features
25
20
26
-
- Now specific types of batteries, inverters and EV chargers can be targeted.
21
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
0 commit comments