From e2a277325e6c29b32097d57b82a51d450cf03a3f Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Thu, 7 Nov 2024 04:06:55 +0100 Subject: [PATCH] Add release file --- RELEASE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..0ad55f9b02 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,5 @@ +Release type: minor + +In this release, all types of the legacy graphql-ws protocol were refactored. +The types are now much stricter and precisely model the difference between null and undefined fields. +As a result, our protocol implementation and related tests are now more robust and easier to maintain.