Upcoming Release Changes (#4332)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
TheGuildBot 2024-03-26 16:06:42 +02:00 committed by GitHub
parent 19e2faae8e
commit 44b6a5e1fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---
"@graphql-hive/client": minor
---
Support usage reporting for incremental delivery (`@defer`/`@stream`) operations with GraphQL Yoga

View file

@ -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.

View file

@ -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

View file

@ -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": {