summary refs log tree commit diff
path: root/changelog.d/10883.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.44.0rc1Erik Johnston2021-09-281-1/+0
|
* Factor out a separate `EventContext.for_outlier` (#10883)Richard van der Hoff2021-09-221-0/+1
Constructing an EventContext for an outlier is actually really simple, and there's no sense in going via an `async` method in the `StateHandler`. This also means that we can resolve a bunch of FIXMEs.