Skip to content

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 08:29
· 96 commits to v1.x.x since this release
Immutable release. Only release title and notes can be modified.
v1.11.0
7d08b5b

Frequenz channels Release Notes

Upgrading

  • LatestValueCache now closes the receiver when it is stopped.
  • Fetching values from stopped LatestValueCache instances is now disallowed.

New Features

  • There's a new OneshotChannel, which returns a sender and a receiver. A single message can be sent using the sender, after which it will be closed. And the receiver will close as soon as the message is received.

  • Senders now have an aclose, which must be called, when they are no-longer needed.

What's Changed

Full Changelog: v1.10.0...v1.11.0