console/packages/libraries/envelop/CHANGELOG.md
TheGuildBot c57263278c
Upcoming Release Changes (#4933)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-06 17:59:38 +02:00

2.2 KiB

@graphql-hive/envelop

0.33.1

Patch Changes

  • #4932 cbc8364 Thanks @n1ru4l! - Prevent failing usage reporting when returning an object with additional properties aside from name and version from the client info object/factory function.
  • Updated dependencies [cbc8364]:
    • @graphql-hive/core@0.3.1

0.33.0

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