You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
## Summary
4
4
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 -->
6
6
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 -->
8
10
9
-
- The `LatestValueCache` class, which used to be internal to the Frequenz SDK, is now available through the channels package.
11
+
## New Features
10
12
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 -->
12
14
13
-
-**Experimental**: `Pipe`, which provides a pipe between two channels, by connecting a `Receiver` to a `Sender`.
15
+
## Bug Fixes
14
16
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