Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #1007

Merged
merged 2 commits into from
Mar 29, 2022
Merged

Upcoming Release Changes #1007

merged 2 commits into from
Mar 29, 2022

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

[email protected]

Minor Changes

  • 31ef360: feat: support graphql.config.cjs config
  • 31ef360: feat: update graphql-tools packages

vNEXT

v4.0.2

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

v4.0.1

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

v4.0.0

‼️ ‼️ ‼️ 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.0

Note: A breaking chnage snuk into that version, please see v4.

  • Update dependencies of graphql-tools.

v3.3.0

v3.2.0

  • Allow custom options for loadSchema #593

v3.1.0

v3.0.2

  • Fix missing types #542

v3.0.1

  • use GraphQL Toolkit v0.10.6

v3.0.0

Read the Migration chapter

  • Support GraphQL v15
  • Support CommonJS and ES Modules
  • Support environment variables with default values
  • Match a file with a GraphQL Project
  • JSON Schema
  • New Extensions system with Loaders
  • includes and excludes becomes include and exlude
  • New field documents - defines GraphQL Operations and Fragments
  • Broader spectrum of config file names
  • Support custom config name
  • Synchonous version
  • Support legacy #437
  • Extensions capable of modifying GraphQL Schemas #463

Prior to v3

Changes: https://github.com/kamilkisiela/graphql-config/releases

@vercel
Copy link

vercel bot commented Mar 29, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/theguild/graphql-config/HwBdew8MvwEaZ1YCpQFaaT6rTATY
✅ Preview: https://graphql-config-git-changeset-release-master-theguild.vercel.app

@github-actions github-actions bot force-pushed the changeset-release/master branch from e534d5e to c8696bf Compare March 29, 2022 00:23
@dimaMachina dimaMachina merged commit b3cc09d into master Mar 29, 2022
@dimaMachina dimaMachina deleted the changeset-release/master branch March 29, 2022 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant