summary refs log tree commit diff
path: root/changelog.d/13308.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.64.0rc1Olivier Wilkinson (reivilibre)2022-07-261-1/+0
|
* Safe async event cache (#13308)Nick Mills-Barrett2022-07-191-0/+1
Fix race conditions in the async cache invalidation logic, by separating the async & local invalidation calls and ensuring any async call i executed first. Signed off by Nick @ Beeper (@Fizzadar).