mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Upcoming Release Changes (#4332)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
19e2faae8e
commit
44b6a5e1fe
4 changed files with 12 additions and 14 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@graphql-hive/client": minor
|
||||
---
|
||||
|
||||
Support usage reporting for incremental delivery (`@defer`/`@stream`) operations with GraphQL Yoga
|
||||
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue