Skip to content

Bump strawberry-graphql[fastapi] from 0.243.1 to 0.246.0

Bumps strawberry-graphql[fastapi] from 0.243.1 to 0.246.0.

Release notes

Sourced from strawberry-graphql[fastapi]'s releases.

🍓 0.246.0

The AIOHTTP, ASGI, and Django test clients' asserts_errors option has been renamed to assert_no_errors to better reflect its purpose. This change is backwards-compatible, but the old option name will raise a deprecation warning.

Releases contributed by @​DoctorJohn via #3661

🍓 0.245.0

This release removes the dated subscriptions_enabled setting from the Django and Channels integrations. Instead, WebSocket support is now enabled by default in all GraphQL IDEs.

Releases contributed by @​DoctorJohn via #3660

🍓 0.244.1

Fixes an issue where the codegen tool would crash when working with a nullable list of types.

Releases contributed by @​enoua5 via #3653

🍓 0.244.0

Starting with this release, WebSocket logic now lives in the base class shared between all HTTP integrations. This makes the behaviour of WebSockets much more consistent between integrations and easier to maintain.

Releases contributed by @​DoctorJohn via #3638

Changelog

Sourced from strawberry-graphql[fastapi]'s changelog.

0.246.0 - 2024-10-07

The AIOHTTP, ASGI, and Django test clients' asserts_errors option has been renamed to assert_no_errors to better reflect its purpose. This change is backwards-compatible, but the old option name will raise a deprecation warning.

Contributed by Jonathan Ehwald via [PR #3661](strawberry-graphql/strawberry#3661)

0.245.0 - 2024-10-07

This release removes the dated subscriptions_enabled setting from the Django and Channels integrations. Instead, WebSocket support is now enabled by default in all GraphQL IDEs.

Contributed by Jonathan Ehwald via [PR #3660](strawberry-graphql/strawberry#3660)

0.244.1 - 2024-10-06

Fixes an issue where the codegen tool would crash when working with a nullable list of types.

Contributed by Jacob Allen via [PR #3653](strawberry-graphql/strawberry#3653)

0.244.0 - 2024-10-05

Starting with this release, WebSocket logic now lives in the base class shared between all HTTP integrations. This makes the behaviour of WebSockets much more consistent between integrations and easier to maintain.

Contributed by Jonathan Ehwald via [PR #3638](strawberry-graphql/strawberry#3638)

Commits

Merge request reports