- This release introduces the experimental
GroupingLatestValueCache. It is similar to theLatestValueCache, 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 acollections.abc.Mappinginterface.
-
Fix
NopReceiver.ready()to properly terminate when receiver is closed. -
The
__str__representation of broadcast receivers now include the receiver's name.