Skip to content

v1.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Apr 09:35
· 45 commits to v1.x.x since this release
Immutable release. Only release title and notes can be modified.
v1.12.0
33a83ed

Frequenz channels Release Notes

Upgrading

  • The old Broadcast class is deprecated in favour of the new auto-closing BroadcastChannel.

  • The Anycast class 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

New Contributors

Full Changelog: v1.11.0...v1.12.0