From af0e17be2bb2bd14c232bc456fef38a0fc5c0887 Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Tue, 17 Sep 2024 21:43:30 +0200 Subject: [PATCH] Add a release file --- RELEASE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 RELEASE.md 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.