strawberry-graphql
strawberry
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Release 🍓 0.311.3
main
1 day ago
fix: handle StrawberryUnion in is_implemented_by for generic TypeVar resolution (#4302) * fix: handle StrawberryUnion in is_implemented_by for generic TypeVar resolution When a generic type like Collection[A | B] is used in a union with another type, the TypeVar maps to a StrawberryUnion. The issubclass check skipped it since StrawberryUnion isn't a type, causing UnallowedReturnTypeForUnion. Now checks if the runtime type is a member of the union. Fixes #4288 * chore: add RELEASE.md for patch release
main
1 day ago
Release 🍓 0.311.2
main
1 day ago
fix: make EnumAnnotation frozen to support hashing (#4305) * fix: make EnumAnnotation frozen to support hashing Fix #4303 EnumAnnotation as a non-frozen dataclass is unhashable, which causes a TypeError when an Annotated enum is used as a resolver parameter type. Adding frozen=True provides __hash__ and is safe since these instances are never mutated after creation. * chore: add RELEASE.md
main
1 day ago
Fix #3680: `MaskErrors` does not mask errors for subscriptions Fixes an issue where schema extensions (like `MaskErrors`) were bypassed during WebSocket subscriptions. The extensions' `_process_result` hooks are now properly triggered for each yielded result in both `graphql-transport-ws` and `graphql-ws` protocols, ensuring errors are correctly formatted before being sent to the client.
Ladol:issue3680
1 day ago
[pre-commit.ci] pre-commit autoupdate (#4315) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
main
1 day ago
deps(python)(deps-dev): bump pyopenssl from 25.3.0 to 26.0.0 (#4316) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
1 day ago
deps(python)(deps-dev): bump pyopenssl from 25.3.0 to 26.0.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.3.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/25.3.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pyopenssl-26.0.0
1 day ago
Active Branches
Fix #3680: `MaskErrors` does not mask errors for subscriptions
#4301
last run
1 day ago
CodSpeed Performance Gauge
0%
Handle `Some` and `UNSET` in `strawberry.asdict`
#4272
last run
16 days ago
CodSpeed Performance Gauge
0%
Remove deprecated `ScalarWrapper` and scalar class wrapping
#4227
last run
20 days ago
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs