Skip to content

Commit 0e0e661

Browse files
committed
Update RELEASE_NOTES.md for v1.0.0 release
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 260f2d3 commit 0e0e661

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,4 @@
22

33
## Summary
44

5-
- Use `frequenz.api.common.v1alpha8.streaming.Event` message instead of the local `Event` message.
6-
- Updated all `frequenz.api.common` imports from `v1` to `v1alpha8`.
7-
- Removed the `TimeIntervalFilter` message, replacing its usage with the new `frequenz.api.common.v1alpha8.types.Interval` type.
8-
- In the `DispatchFilter` message, the `start_time_interval`, `end_time_interval`, and `update_time_interval` fields were updated to use the new `Interval` type.
9-
- In the `TargetComponents` message:
10-
- The `CategorySet` message's `categories` field was updated to use the new `ElectricalComponentCategory` enum.
11-
- 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.
12-
- The `ListMicrogridDispatchesRequest` message's `pagination_params` field was updated to use the new `PaginationParams` type.
13-
- The `ListMicrogridDispatchesResponse` message's `pagination_info` field was updated to use the new `PaginationInfo` type.
14-
15-
16-
## Upgrading
17-
18-
- The `CategorySet` message and `component_categories` field in `TargetComponents` are now properly marked as deprecated in the protobuf schema using the `deprecated` option. Code generators will now emit deprecation warnings when these deprecated elements are used. Use `CategoryTypeSet` and `component_categories_types` instead.
19-
20-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
21-
22-
## New Features
23-
24-
- In the `DispatchFilter` message, new fields `dispatch_ids`, and `queries` were added to allow filtering dispatches by ID and a free-text search query across the `id` and `type` fields.
25-
26-
<!-- Here goes the main new features and examples or instructions on how to use them -->
27-
28-
## Bug Fixes
29-
30-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+
This is the v1.0.0 release. It is equivalent to v1.0.0-rc3 and introduces a period of API stabilization.

0 commit comments

Comments
 (0)