From abe9146ca2b66979672dafa31d35f1f6d186d969 Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Tue, 9 Jul 2024 14:32:58 +0200 Subject: [PATCH] Clear release notes Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 81d3676e..96a0240b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. + -## New Features +## Upgrading + + -- 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. + -- **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. +