summary refs log tree commit diff
path: root/changelog.d/12183.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.55.0rc1David Robertson2022-03-151-1/+0
|
* Add cancellation support to `@cached` and `@cachedList` decorators (#12183)Sean Quah2022-03-141-0/+1
These decorators mostly support cancellation already. Add cancellation tests and fix use of finished logging contexts by delaying cancellation, as suggested by @erikjohnston. Signed-off-by: Sean Quah <seanq@element.io>