Skip to content

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.0

In this release, we migrated the graphql-transport-ws types from data classes to typed dicts. Using typed dicts enabled us to precisely model null versus undefined 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.0

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.

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 model null versus undefined 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

Merge request reports

Loading