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
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,15 @@
2
2
3
3
## Summary
4
4
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 -->
6
6
7
7
## Upgrading
8
8
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 -->
14
10
15
11
## New Features
16
12
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 -->
0 commit comments