Skip to content

Build(deps): Bump strawberry-graphql[fastapi] from 0.219.2 to 0.220.0

Bumps strawberry-graphql[fastapi] from 0.219.2 to 0.220.0.

Release notes

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

🍓 0.220.0

This release adds support to allow passing connection_params as dictionary to GraphQLWebsocketCommunicator class when testing channels integration

Example

GraphQLWebsocketCommunicator(
    application=application,
    path="/graphql",
    connection_params={"username": "strawberry"},
)

Releases contributed by @​selvarajrajkanna via #3403

Changelog

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

0.220.0 - 2024-03-08

This release adds support to allow passing connection_params as dictionary to GraphQLWebsocketCommunicator class when testing channels integration

Example

GraphQLWebsocketCommunicator(
    application=application,
    path="/graphql",
    connection_params={"username": "strawberry"},
)

Contributed by selvarajrajkanna via [PR #3403](strawberry-graphql/strawberry#3403)

Commits

Merge request reports