diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..59d338e58b --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,6 @@ +Release type: patch + +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.