Skip to content

Commit

Permalink
Clear release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
  • Loading branch information
shsms committed Jul 9, 2024
1 parent a1c2102 commit abe9146
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## Summary

In addition to the new `LatestValueCache` and the ability to `filter` messages on `Receiver`s, this release introduces two "Experimental" features for providing interconnections between channels.
<!-- Here goes a general summary of what this release is about -->

## New Features
## Upgrading

<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

- The `LatestValueCache` class, which used to be internal to the Frequenz SDK, is now available through the channels package.
## New Features

- **Experimental**: `RelaySender`, which is a `Sender` that forwards the messages sent to it, to multiple senders.
<!-- Here goes the main new features and examples or instructions on how to use them -->

- **Experimental**: `Pipe`, which provides a pipe between two channels, by connecting a `Receiver` to a `Sender`.
## Bug Fixes

- `Receiver`s now have a `filter` method that applies a filter function on the messages on a receiver.
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 comments on commit abe9146

Please sign in to comment.