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
Change type of TargetComponents to return ComponentId
* `frequenz.client.dispatch.TargetComponents` is now public
* its type has changed from `list[int] | list[ComponentCategory]`
to `list[ComponentId] | list[ComponentCategory]`.
* This change introduces a new dependency on
`frequenz-client-microgrid` (>= v0.7.0, < 0.8.0) for the
`frequenz.client.microgrid.ComponentId` type.
Signed-off-by: Elzbieta Kotulska <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,11 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
6
-
7
-
## Upgrading
8
-
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
-
11
5
## New Features
12
6
13
7
*`dispatch-cli` supports now the parameter `--type` and `--running` to filter the list of running services by type and status, respectively.
14
8
* Every call now has a default timeout of 60 seconds, streams terminate after five minutes. This can be influenced by the two new parameters for`DispatchApiClient.__init__()`:
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
12
+
*`frequenz.client.dispatch.TargetComponents` is now public, and its type has changed from `list[int] | list[ComponentCategory]` to `list[ComponentId] | list[ComponentCategory]`. This change introduces a new dependency on `frequenz-client-microgrid` (>= v0.7.0, < 0.8.0) for the `frequenz.client.microgrid.ComponentId` type.
0 commit comments