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
+1-19Lines changed: 1 addition & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,4 @@
2
2
3
3
## Summary
4
4
5
-
This is the first major version release with authentication parameter updates and dependency version expansion.
6
-
7
-
## Upgrading
8
-
9
-
* The `key` parameter in the `Dispatcher` constructor is deprecated. Use `auth_key` instead.
10
-
* The `sign_secret` parameter is available and should be used for authentication. It will be soon required.
11
-
* The `components` property in `DispatchInfo` is deprecated. Use `target` instead.
12
-
13
-
## New Features
14
-
15
-
*`dry_run` status is now considered when merging dispatches. Dispatches with different `dry_run` values will no longer be merged, ensuring that dry-run and operational dispatches are handled by separate actors.
16
-
* Two new parameters were added to the `Dispatcher` constructor:
17
-
*`sign_secret`: A secret key used for signing messages.
18
-
*`auth_key`: An authentication key for the Dispatch API.
19
-
*`Dispatcher` now only fetches ongoing dispatches, excluding completed ones, to optimize performance and relevance.
20
-
21
-
## Bug Fixes
22
-
23
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5
+
This is a patch release that widens the dependency of the `frequenz-client-dispatch` package to `< 2.0.0`.
0 commit comments