Skip to content

Commit abe9146

Browse files
committed
Clear release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent a1c2102 commit abe9146

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## Summary
44

5-
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.
5+
<!-- Here goes a general summary of what this release is about -->
66

7-
## New Features
7+
## Upgrading
8+
9+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
810

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

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

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

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

0 commit comments

Comments
 (0)