Skip to content

Releases: kamilkisiela/graphql-hive

@graphql-hive/cli@0.38.2

23 May 12:13
267ee5e
Compare
Choose a tag to compare

Patch Changes

@graphql-hive/cli@0.38.1

23 May 11:05
a3ad4af
Compare
Choose a tag to compare

Patch Changes

@graphql-hive/cli@0.38.0

23 May 10:12
f4881c7
Compare
Choose a tag to compare

Minor Changes

@graphql-hive/yoga@0.33.0

23 Apr 16:09
bfaebf0
Compare
Choose a tag to compare

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 now useHive and createHive

    Migration

    Migration steps are available in the README.

    - import { useYogaHive, createYogaHive } from '@graphql-hive/client';
    + import { useHive, createHive } from '@graphql-hive/yoga';

Patch Changes

@graphql-hive/envelop@0.33.0

23 Apr 16:09
bfaebf0
Compare
Choose a tag to compare

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! - Migration

    Migration steps are available in the README.

    - import { useHive } from '@graphql-hive/client';
    + import { useHive } from '@graphql-hive/envelop';

Patch Changes

@graphql-hive/core@0.3.0

23 Apr 16:09
bfaebf0
Compare
Choose a tag to compare

Minor Changes

@graphql-hive/cli@0.37.0

23 Apr 16:09
bfaebf0
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@graphql-hive/apollo@0.33.0

23 Apr 16:09
bfaebf0
Compare
Choose a tag to compare

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 now useHive

    Migration

    Migration steps are available in the README.

    - import { hiveApollo } from '@graphql-hive/client';
    + import { useHive } from '@graphql-hive/apollo';

Patch Changes

@graphql-hive/client@0.32.0

22 Apr 09:44
d4a7b0c
Compare
Choose a tag to compare

Minor Changes

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/cli@0.36.0

22 Apr 09:44
d4a7b0c
Compare
Choose a tag to compare

Minor Changes