diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..bd4c01aeae --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,6 @@ +Release type: minor + +This release fixes a regression in the legacy GraphQL over WebSocket protocol. +Legacy protocol implementations should ignore client message parsing errors. +During a recent refactor, Strawberry changed this behavior to match the new protocol, where parsing errors must close the WebSocket connection. +The expected behavior is restored and adequately tested in this release.