Releases: graphql-hive/console
@graphql-hive/[email protected]
Minor Changes
- #4807
44b80b2
Thanks @kamilkisiela! - Upgrade to Oclif v3
@graphql-hive/[email protected]
Minor Changes
-
#4573
06d465e
Thanks @kamilkisiela! - Break@graphql-hive/client
into library-specific packages:@graphql-hive/core
- Core functionality@graphql-hive/apollo
- Apollo Client integration@graphql-hive/yoga
- Yoga Server integration@graphql-hive/envelop
- Envelop integration
Migration steps are available in the README of each package.
-
#4494
c5eeac5
Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ -
#4573
06d465e
Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨useYogaHive
,createYogaHive
is nowuseHive
andcreateHive
Migration
Migration steps are available in the README.
- import { useYogaHive, createYogaHive } from '@graphql-hive/client'; + import { useHive, createHive } from '@graphql-hive/yoga';
Patch Changes
- Updated dependencies [
06d465e
,c5eeac5
]:- @graphql-hive/[email protected]
@graphql-hive/[email protected]
Minor Changes
-
#4573
06d465e
Thanks @kamilkisiela! - Break@graphql-hive/client
into library-specific packages:@graphql-hive/core
- Core functionality@graphql-hive/apollo
- Apollo Client integration@graphql-hive/yoga
- Yoga Server integration@graphql-hive/envelop
- Envelop integration
Migration steps are available in the README of each package.
-
#4494
c5eeac5
Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ -
#4573
06d465e
Thanks @kamilkisiela! - MigrationMigration steps are available in the README.
- import { useHive } from '@graphql-hive/client'; + import { useHive } from '@graphql-hive/envelop';
Patch Changes
- Updated dependencies [
06d465e
,c5eeac5
]:- @graphql-hive/[email protected]
@graphql-hive/[email protected]
Minor Changes
-
#4573
06d465e
Thanks @kamilkisiela! - Moved most of @graphql-hive/client code here -
#4494
c5eeac5
Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+
@graphql-hive/[email protected]
Minor Changes
- #4494
c5eeac5
Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+
Patch Changes
- Updated dependencies [
06d465e
,c5eeac5
]:- @graphql-hive/[email protected]
@graphql-hive/[email protected]
Minor Changes
-
#4573
06d465e
Thanks @kamilkisiela! - Break@graphql-hive/client
into library-specific packages:@graphql-hive/core
- Core functionality@graphql-hive/apollo
- Apollo Client integration@graphql-hive/yoga
- Yoga Server integration@graphql-hive/envelop
- Envelop integration
Migration steps are available in the README of each package.
-
#4494
c5eeac5
Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨 Requires now Node v16+ -
#4573
06d465e
Thanks @kamilkisiela! - 🚨 BREAKING CHANGE 🚨hiveApollo
is nowuseHive
Migration
Migration steps are available in the README.
- import { hiveApollo } from '@graphql-hive/client'; + import { useHive } from '@graphql-hive/apollo';
Patch Changes
- Updated dependencies [
06d465e
,c5eeac5
]:- @graphql-hive/[email protected]
@graphql-hive/[email protected]
Minor Changes
- #4564
5262934
Thanks @kamilkisiela! - Print token information only when debug mode is enabled
Patch Changes
- #4564
5262934
Thanks @kamilkisiela! - Fix auto-detection of client name and version based on x-graphql-client-{name,version} header in Apollo Server integration
@graphql-hive/[email protected]
Minor Changes
- #4519
08d8706
Thanks @kamilkisiela! - No longer show dangerous changes
@graphql-hive/[email protected]
Minor Changes
- #4484
7ddf063
Thanks @kamilkisiela! - Accepts now CDN endpoint without /services /supergraph etc subdirectories
@graphql-hive/[email protected]
Minor Changes
- #4383
ff480e9
Thanks @kamilkisiela! - Introducinghive dev
command - compose local subgraphs with subgraphs from the registry.