strawberry-graphql
strawberry
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
deps(python)(deps): bump multipart from 1.3.0 to 1.3.1 (#4304) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
3 hours ago
deps(python)(deps): bump multipart from 1.3.0 to 1.3.1 Bumps [multipart](https://github.com/defnull/multipart) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/defnull/multipart/releases) - [Changelog](https://github.com/defnull/multipart/blob/main/CHANGELOG.rst) - [Commits](https://github.com/defnull/multipart/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: multipart dependency-version: 1.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/multipart-1.3.1
2 days ago
chore: add RELEASE.md for patch release
worktree-fix-unallowed-return-type-for-union
4 days ago
Release 🍓 0.311.1
main
4 days ago
fix: skip cancelled futures in DataLoader error handler (#4300) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
main
4 days ago
deps(python)(deps): bump the all-dependencies group with 6 updates (#4298) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
4 days ago
[pre-commit.ci] pre-commit autoupdate (#4299) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
main
4 days ago
fix: skip cancelled futures in DataLoader error handler The error path in `dispatch_batch` called `set_exception` on every future in the batch without checking if any had already been cancelled. When a client disconnects mid-request, some DataLoader futures get cancelled by the event loop; if the batch load function then fails (e.g. because the executor was torn down), the error handler would crash with `InvalidStateError` trying to set an exception on the cancelled futures. The success path already had this guard (added in #2339) but the error path was missed. This adds the same `cancelled()` check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mixcloud:fix/dataloader-cancelled-future-in-error-handler
4 days ago
Active Branches
fix: handle StrawberryUnion in is_implemented_by for generic TypeVar resolution
last run
4 days ago
#4302
CodSpeed Performance Gauge
0%
Handle `Some` and `UNSET` in `strawberry.asdict`
last run
13 days ago
#4272
CodSpeed Performance Gauge
0%
Remove deprecated `ScalarWrapper` and scalar class wrapping
last run
17 days ago
#4227
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs