Skip to content

Releases: graycoreio/magento2-graphql-introspection-cache

v0.2.0

26 Feb 15:35
4eedb0a
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2025-02-26)

⚠ BREAKING CHANGES

  • We no longer support php 7.4 as it is end of life.

Features

  • compat with GraphQL\Executor\ReferenceExecutor from webonyx/graphql-php:15.18.1 (b553e47)
  • drop support for php 7.4 (ff3e180)

Bug Fixes

  • 8.2 deprecation of constructor existence check (db26ebb)
  • add check for Executor::getDefaultArgsMapper for older versions (d460fca)
  • backwards compat with webonyx 14.11.0 for v2.4.5-p11 and v2.4.4-p12 (1484b89)

Miscellaneous Chores

  • add dealerdirect/phpcodesniffer-composer-installer allowed plugin (50b990a)