From 5a25755483c328bcd9781ab570d993cf29005778 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 16 Aug 2024 17:07:34 -0700 Subject: [PATCH] Fix changelog for subscriptions --- docs/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 470451d1..1dad51c9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -27,6 +27,8 @@ When releasing a new version: ### New features: +- genqlient now supports subscriptions; the websocket protocol is by default `graphql-transport-ws` but can be set to another value. + See the [documentation](FAQ.md) for how to `subscribe to an API 'subscription' endpoint`. - genqlient now supports double-star globs for schema and query files; see [`genqlient.yaml` docs](genqlient.yaml) for more. ### Bug fixes: @@ -42,8 +44,6 @@ In addition to several new features and bugfixes, along with this release comes ### New features: -- genqlient now supports subscriptions; the websocket protocol is by default `graphql-transport-ws` but can be set to another value. - See the [documentation](FAQ.md) for how to `subscribe to an API 'subscription' endpoint`. - The new `optional: generic` allows using a generic type to represent optionality. See the [documentation](genqlient.yaml) for details. - For schemas with enum values that differ only in casing, it's now possible to disable smart-casing in genqlient.yaml; see the [documentation](genqlient.yaml) for `casing` for details. - genqlient now supports .graphqls and .gql file extensions for schemas and queries.