Skip to content

Commit d7d2e37

Browse files
authored
Reset release notes for new release (#211)
2 parents dd40f55 + ab6286e commit d7d2e37

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

RELEASE_NOTES.md

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

33
## Summary
44

5-
This release updates the `frequenz-api-dispatch` dependency to `v1.0.0-rc3` and adapts the client to the latest API changes. It introduces more specific component categories and new event names while maintaining backward compatibility.
5+
<!-- Here goes a general summary of what this release is about -->
66

77
## Upgrading
88

9-
* `InverterType.SOLAR` is now deprecated in favor of `InverterType.PV`. The old name can still be used but will be removed in a future release.
10-
* The following dependencies were updated:
11-
* `frequenz-api-dispatch` to `v1.0.0-rc3`
12-
* `frequenz-client-common` to `v0.3.6`
13-
* `grpcio` to `v1.72.1`
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1410

1511
## New Features
1612

17-
* **`ElectricalComponentCategory`**: The client now uses the more specific `frequenz.client.common.microgrid.electrical_components.ElectricalComponentCategory` for targeting components.
18-
* The new property `TargetCategory.category2` will return an `ElectricalComponentCategory`.
19-
* The existing `TargetCategory.category` property is preserved for backward compatibility and returns the corresponding `ComponentCategory`.
20-
* Support secrets for signing and verifying messages.
21-
* Use the new env variable `DISPATCH_API_SIGN_SECRET` to set the secret key.
22-
* Use the new `sign_secret` parameter in the `DispatchClient` constructor to set the secret key.
23-
* Added `auth_key` parameter to the `dispatch-cli` and the new variable `DISPATCH_API_AUTH_KEY` to set the authentication key for the Dispatch API.
24-
13+
<!-- Here goes the main new features and examples or instructions on how to use them -->
2514

2615
## Bug Fixes
2716

0 commit comments

Comments
 (0)