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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
13
13
-`LatestValueCache` now takes an optional `key` function, which returns the key for each incoming message, and the latest value for each key is cached and can be retrieved separately.
14
14
15
+
-`LatestValueCache` got a new `clear` method that clears the latest value. When an optional `key` argument is specified, it clears the value only for that key.
16
+
15
17
## Bug Fixes
16
18
17
19
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments