From e9c1e63efc4edeffb866bf489fc065f23962191e Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 10 Jul 2025 10:42:18 +0200 Subject: [PATCH] Clear release notes Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5689f658..96a0240b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,14 +2,16 @@ ## Summary -This release introduces the experimental `GroupingLatestValueCache` and includes a couple of bug fixes. + + +## Upgrading + + ## New Features -- This release introduces the experimental `GroupingLatestValueCache`. It is similar to the `LatestValueCache`, but accepts an additional key-function as an argument, which takes each incoming message and returns a key for that message. The latest value received for each unique key gets cached and is available to look up on-demand through a `collections.abc.Mapping` interface. + ## Bug Fixes -- Any open calls to `NopReceiver.ready()` now return as soon as the receiver is closed. - -- The `__str__` representation of broadcast receivers now include the receiver's name. +