Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jasonbahl jasonbahl released this 20 Feb 17:53
· 40 commits to master since this release
e65055d

Release Notes

Breaking Changes

From a GraphQL Consumer perspective there shouldn't be any breaking changes. The shape of queries and mutations remain the same in this release.

Some internal functions were modified, so for plugins that extend this (i.e. WPGraphQL for WooCommerce) it's best to check your use of internal functions for how changes may affect your code.

If anything, this should fix things that previously broke when updating to WPGraphQL v0.5.0/v0.6.0 support.

New Features

  • Removed /tests/_output directory from being versioned and added it to .gitignore
  • Updates to README.md to show more mutations. Thanks @henrikwirth!

Bugfixes

  • Prevent execution of GraphQL Queries when an invalid token is passed through Authorization headers. If a Token is bad, the entire request should halt execution and let the requestor have a chance to try again with a proper token. Fixes #38 and #21
  • Fixes some regression issues with WPGraphQL v0.6.0 (fixes #69)