Skip to content

Commit 49e2bb6

Browse files
committed
Update Release Notes for v1.0.1
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 1415d74 commit 49e2bb6

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

RELEASE_NOTES.md

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

33
## Summary
44

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

Comments
 (0)