Build(deps): bump strawberry-graphql[fastapi] from 0.248.1 to 0.250.0
Bumps strawberry-graphql[fastapi] from 0.248.1 to 0.250.0.
Release notes
Sourced from strawberry-graphql[fastapi]'s releases.
🍓 0.250.0In this release, we migrated the
graphql-transport-ws
types from data classes to typed dicts. Using typed dicts enabled us to precisely modelnull
versusundefined
values, which are common in that protocol. As a result, we could remove custom conversion methods handling these cases and simplify the codebase.Releases contributed by
@DoctorJohn
via #3701
🍓 0.249.0After a year-long deprecation period, the
SentryTracingExtension
has been removed in favor of the official Sentry SDK integration.To migrate, remove the
SentryTracingExtension
from your Strawberry schema and then follow the official Sentry SDK integration guide.Releases contributed by
@DoctorJohn
via #3672
Changelog
Sourced from strawberry-graphql[fastapi]'s changelog.
0.250.0 - 2024-11-18
In this release, we migrated the
graphql-transport-ws
types from data classes to typed dicts. Using typed dicts enabled us to precisely modelnull
versusundefined
values, which are common in that protocol. As a result, we could remove custom conversion methods handling these cases and simplify the codebase.Contributed by Jonathan Ehwald via [PR #3701](strawberry-graphql/strawberry#3701)
0.249.0 - 2024-11-18
After a year-long deprecation period, the
SentryTracingExtension
has been removed in favor of the official Sentry SDK integration.To migrate, remove the
SentryTracingExtension
from your Strawberry schema and then follow the official Sentry SDK integration guide.Contributed by Jonathan Ehwald via [PR #3672](strawberry-graphql/strawberry#3672)
Commits
-
4551c04
Release🍓 0.250.0 -
efc736f
Migrate graphql-transport-ws types to TypedDicts (#3701) -
275ebc1
Fix type on docs and typo in code -
4c0bb3b
Remove TWEET.md -
05e0bba
Release🍓 0.249.0 -
891e576
Remove the deprecated sentry tracing extension (#3672) -
0e2669f
Fix missing litestar pytest marker (#3702) -
4920f1e
Documentgraphql_type
on@strawberry
.field (#3698) -
37eb716
docs: Fix example in errors.md (#3694) - See full diff in compare view