mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
Upcoming Release Changes (#436)
This commit is contained in:
parent
a79c253253
commit
fedd03a3c9
4 changed files with 8 additions and 7 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@graphql-hive/client': patch
|
||||
---
|
||||
|
||||
Use ETag and If-None-Match to save bandwidth and improve performance
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# @graphql-hive/client
|
||||
|
||||
## 0.19.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#435](https://github.com/kamilkisiela/graphql-hive/pull/435) [`a79c253`](https://github.com/kamilkisiela/graphql-hive/commit/a79c253253614e44d01fef411016d353ef8c255e) Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Use ETag and If-None-Match to save bandwidth and improve performance
|
||||
|
||||
## 0.18.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@graphql-hive/client",
|
||||
"description": "A NodeJS client for GraphQL Hive",
|
||||
"version": "0.18.5",
|
||||
"version": "0.19.0",
|
||||
"author": {
|
||||
"email": "contact@the-guild.dev",
|
||||
"name": "The Guild",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"cross-undici-fetch": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-hive/client": "0.18.5",
|
||||
"@graphql-hive/client": "0.19.0",
|
||||
"@hive/api": "0.0.1",
|
||||
"@hive/service-common": "0.0.0",
|
||||
"@hive/storage": "0.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue