Skip to content

Bump strawberry-graphql[fastapi] from 0.241.0 to 0.242.0

Bumps strawberry-graphql[fastapi] from 0.241.0 to 0.242.0.

Release notes

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

🍓 0.242.0

Starting with this release, clients using the legacy graphql-ws subprotocol will receive an error when they try to send binary data frames. Before, binary data frames were silently ignored.

While vaguely defined in the protocol, the legacy graphql-ws subprotocol is generally understood to only support text data frames.

Releases contributed by @​DoctorJohn via #3633

Changelog

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

0.242.0 - 2024-09-19

Starting with this release, clients using the legacy graphql-ws subprotocol will receive an error when they try to send binary data frames. Before, binary data frames were silently ignored.

While vaguely defined in the protocol, the legacy graphql-ws subprotocol is generally understood to only support text data frames.

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

Commits

Merge request reports