From 44b6a5e1feed291d872a5fb821bbb4eb0ee04986 Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:06:42 +0200 Subject: [PATCH] Upcoming Release Changes (#4332) Co-authored-by: github-actions[bot] --- .changeset/calm-buses-impress.md | 5 ----- .changeset/funny-apes-tap.md | 8 -------- packages/libraries/client/CHANGELOG.md | 11 +++++++++++ packages/libraries/client/package.json | 2 +- 4 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 .changeset/calm-buses-impress.md delete mode 100644 .changeset/funny-apes-tap.md diff --git a/.changeset/calm-buses-impress.md b/.changeset/calm-buses-impress.md deleted file mode 100644 index 4837ea0eb..000000000 --- a/.changeset/calm-buses-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-hive/client": minor ---- - -Support usage reporting for incremental delivery (`@defer`/`@stream`) operations with GraphQL Yoga diff --git a/.changeset/funny-apes-tap.md b/.changeset/funny-apes-tap.md deleted file mode 100644 index aabc10782..000000000 --- a/.changeset/funny-apes-tap.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@graphql-hive/client": minor ---- - -Add APIs for reporting subscription usage. -The Hive client will now report the usage of Subscription operations to GraphQL Hive. - -We recommend referring to the corresponding documentation of your server framework for configuration adjustments. diff --git a/packages/libraries/client/CHANGELOG.md b/packages/libraries/client/CHANGELOG.md index dac143f02..e4dfc90fd 100644 --- a/packages/libraries/client/CHANGELOG.md +++ b/packages/libraries/client/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-hive/client +## 0.30.0 + +### Minor Changes + +- [#4176](https://github.com/kamilkisiela/graphql-hive/pull/4176) [`df0ea91`](https://github.com/kamilkisiela/graphql-hive/commit/df0ea919201d3242148d41248e08231ec55f398b) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support usage reporting for incremental delivery (`@defer`/`@stream`) operations with GraphQL Yoga + +- [#4176](https://github.com/kamilkisiela/graphql-hive/pull/4176) [`df0ea91`](https://github.com/kamilkisiela/graphql-hive/commit/df0ea919201d3242148d41248e08231ec55f398b) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add APIs for reporting subscription usage. + The Hive client will now report the usage of Subscription operations to GraphQL Hive. + + We recommend referring to the corresponding documentation of your server framework for configuration adjustments. + ## 0.29.1 ### Patch Changes diff --git a/packages/libraries/client/package.json b/packages/libraries/client/package.json index 1f6797dbb..3015dec8a 100644 --- a/packages/libraries/client/package.json +++ b/packages/libraries/client/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/client", - "version": "0.29.1", + "version": "0.30.0", "type": "module", "description": "A NodeJS client for GraphQL Hive", "repository": {