Skip to content

🍓 0.311.1

Choose a tag to compare

@botberry botberry released this 10 Mar 19:26
· 15 commits to main since this release

This release fixes an InvalidStateError crash in the DataLoader when a batch
load function raises an exception and some futures in the batch have already been
cancelled (e.g. due to client disconnection).

The error handler in dispatch_batch now skips cancelled futures before calling
set_exception, matching the guard that already exists in the success path
(added in #2339).

Releases contributed by @ben-xo via #4300