Skip to content

Releases: graphql-hive/graphql-config

v4.2.0

29 Mar 00:27
b3cc09d

Choose a tag to compare

Minor Changes

  • 0636e9a: feat: support graphql.config.cjs config
  • 55f078a: feat: update graphql-tools packages

Patch Changes

  • fix: update minimatch dependency

Thanks to @bfanger for his first contribution 0636e9a

v4.0.2

13 Oct 10:32

Choose a tag to compare

  • Update range of @graphql-tools/merge dependency to include v7 and v8

v4.0.1

03 Aug 11:08

Choose a tag to compare

  • Updated dependencies of graphql-tools to latest, to address issues related to documents loading.

v4.0.0

03 Aug 07:03

Choose a tag to compare

‼️ ‼️ ‼️ BREAKING CHANGE ‼️ ‼️ ‼️

Dropped Node 10 support, due to the need to support ESM in this package.

‼️ ‼️ ‼️ BREAKING CHANGE ‼️ ‼️ ‼️

The signature of Loader has been changed in graphql-tools, to allow more flexibility.

If you are using graphql-config with extensions, then the Extension you are using needs to adjust to the new return value of Loader signature that returns Source[] | null instead of Source. (see: #716)

Other changes:

  • ESM Support
  • Update dependencies of graphql-tools.

v3.4.1

03 Aug 08:04

Choose a tag to compare

  • back to @graphql-tools/utils v7 (fixes #716)

v3.4.0

03 Aug 06:52

Choose a tag to compare

  • Update dependencies of graphql-tools.

v3.3.0

19 May 08:47

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord

v3.2.0

17 Nov 15:49

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord

  • Allow custom options for loadSchema #593

v3.1.0

04 Nov 11:00

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/services
Chat with us on discord

v3.0.3

30 Jun 08:13
f4502d5

Choose a tag to compare

Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Config commit so we will make sure not to break your app?
Contact us here: the-guild.dev/connected-build
Chat with us on discord

  • Use GraphQL Tools v6 (#549)
  • Use string-env-interpolation instead of custom code
  • Update deps