summary refs log tree commit diff
path: root/changelog.d/12109.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.54.0rc1Olivier Wilkinson (reivilibre)2022-03-021-1/+0
|
* Improve exception handling for concurrent execution (#12109)Richard van der Hoff2022-03-011-0/+1
* fix incorrect unwrapFirstError import this was being imported from the wrong place * Refactor `concurrently_execute` to use `yieldable_gather_results` * Improve exception handling in `yieldable_gather_results` Try to avoid swallowing so many stack traces. * mark unwrapFirstError deprecated * changelog