File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.311.1 - 2026-03-10
5+ --------------------
6+
7+ This release fixes an ` InvalidStateError ` crash in the DataLoader when a batch
8+ load function raises an exception and some futures in the batch have already been
9+ cancelled (e.g. due to client disconnection).
10+
11+ The error handler in ` dispatch_batch ` now skips cancelled futures before calling
12+ ` set_exception ` , matching the guard that already exists in the success path
13+ (added in #2339 ).
14+
15+ Contributed by [ Ben XO] ( https://github.com/ben-xo ) via [ PR #4300 ] ( https://github.com/strawberry-graphql/strawberry/pull/4300/ )
16+
17+
4180.311.0 - 2026-03-08
519--------------------
620
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[project ]
22name = " strawberry-graphql"
3- version = " 0.311.0 "
3+ version = " 0.311.1 "
44description = " A library for creating GraphQL APIs"
55authors = [{ name = " Patrick Arminio" , email = " patrick.arminio@gmail.com" }]
66license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments