·
45 commits
to v1.x.x
since this release
Immutable
release. Only release title and notes can be modified.
Frequenz channels Release Notes
Upgrading
-
The old
Broadcastclass is deprecated in favour of the new auto-closingBroadcastChannel. -
The
Anycastclass is deprecated, because of the lack of use-cases and the maintenance cost.
New Features
- There's a new
BroadcastChannel, which returns a broadcast sender and a broadcast receiver. The channel is auto-closing, meaning when all the senders or all the receivers are closed, the channel is closed.
What's Changed
- Clear release notes by @shsms in #512
- Bump mkdocs-gen-files from 0.5.0 to 0.6.1 by @dependabot[bot] in #509
- Bump the patch group across 1 directory with 4 updates by @dependabot[bot] in #510
- Bump the compatible group across 1 directory with 4 updates by @dependabot[bot] in #513
- Bump frequenz-repo-config from 0.14.0 to 0.16.0 in the repo-config group by @dependabot[bot] in #507
- Bump the minor group across 1 directory with 6 updates by @dependabot[bot] in #501
- Bump mkdocstrings from 0.30.1 to 1.0.3 by @dependabot[bot] in #508
- Auto closing broadcast by @shsms in #503
- Prepare for release v1.12.0 by @simonvoelcker in #514
New Contributors
- @simonvoelcker made their first contribution in #514
Full Changelog: v1.11.0...v1.12.0