Skip to content

Commit 95a79d6

Browse files
authored
Prepare for release of v1.10 (#440)
2 parents 0970c72 + 9031b2c commit 95a79d6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

RELEASE_NOTES.md

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

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
5+
This release introduces the experimental `GroupingLatestValueCache` and includes a couple of bug fixes.
106

117
## New Features
128

139
- 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.
1410

1511
## Bug Fixes
1612

17-
- Fix `NopReceiver.ready()` to properly terminate when receiver is closed.
13+
- Any open calls to `NopReceiver.ready()` now return as soon as the receiver is closed.
1814

1915
- The `__str__` representation of broadcast receivers now include the receiver's name.

0 commit comments

Comments
 (0)