Skip to content

v1.25.0

Compare
Choose a tag to compare
@jasonbahl jasonbahl released this 03 May 02:11
· 32 commits to master since this release
b9ac1a6

Release Notes

Upgrade Notice

This release includes a fix to a regression in the v1.24.0. Users impacted by the regression in 1.24.0 included, but are not necessarily limited to, users of the WPGraphQL for WooCommerce extension.

New Features

  • #3104: feat: add AbsractConnectionResolver::pre_should_execute(). Thanks @justlevine!

Chores / Bugfixes

  • #3104: refactor: AbstractConnectionResolver::should_execute() Thanks @justlevine!
  • #3112: fix: fixes a regression from v1.24.0 relating to field arguments defined on Interfaces not being properly merged onto Object Types that implement the interface. Thanks @kidunot89!
  • #3114: fix: node IDs not showing in the Query Analyzer / X-GraphQL-Keys when using DataLoader->load_many()
  • #3116: chore: Update WPGraphQLTestCase to v3. Thanks @kidunot89!

Full Changelog: v1.24.0...v1.25.0