Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 518 Bytes

File metadata and controls

12 lines (7 loc) · 518 Bytes

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 Oneshot channel, 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.