Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 835 Bytes

File metadata and controls

19 lines (10 loc) · 835 Bytes

Frequenz channels Release Notes

Summary

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

  • Fix NopReceiver.ready() to properly terminate when receiver is closed.

  • The __str__ representation of broadcast receivers now include the receiver's name.