summary refs log tree commit diff
path: root/changelog.d/12366.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.57.0rc1Erik Johnston2022-04-121-1/+0
|
* Make `StreamToken` and `RoomStreamToken` methods propagate cancellations ↵Sean Quah2022-04-051-0/+1
(#12366) `StreamToken.from_string` and `RoomStreamToken.parse` are both async methods that could be cancelled. These methods must not replace `CancelledError`s with `SynapseError`s. Signed-off-by: Sean Quah <seanq@element.io>