|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +## [3.0.0](https://github.com/graycoreio/magento2-graphql-introspection-cache/compare/v2.0.1...v3.0.0) (2025-02-25) |
| 6 | + |
| 7 | + |
| 8 | +### ⚠ BREAKING CHANGES |
| 9 | + |
| 10 | +* We no longer support php 7.4 as it is end of life. |
| 11 | + |
| 12 | +### Features |
| 13 | + |
| 14 | +* add readme/license ([#3](https://github.com/graycoreio/magento2-graphql-introspection-cache/issues/3)) ([f74262a](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/f74262ae249834f1fed3a82ece2c66a17719c777)) |
| 15 | +* allow executor plugin to work with older webonyx graphql versions ([#2](https://github.com/graycoreio/magento2-graphql-introspection-cache/issues/2)) ([1501383](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/1501383fd3adaa34d8a2a29ab94abbfecd1a917c)) |
| 16 | +* compat with GraphQL\Executor\ReferenceExecutor from webonyx/graphql-php:15.18.1 ([b553e47](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/b553e478482c268e7d925b2c2c37c65ece63ffa7)) |
| 17 | +* drop support for php 7.4 ([ff3e180](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/ff3e1806b04077639b32a0cfffc0e2ac0b93f746)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* 8.2 deprecation of constructor existence check ([db26ebb](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/db26ebb2197ca40d49fbc104f643135667c9ea5d)) |
| 23 | +* backwards compat with webonyx 14.11.0 for v2.4.5-p11 and v2.4.4-p12 ([1484b89](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/1484b8920321e89fa8a102484505b14cbc28e934)) |
| 24 | +* ensure reference executor always returns a new object ([#6](https://github.com/graycoreio/magento2-graphql-introspection-cache/issues/6)) ([9daede3](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/9daede31b3de7cab58973bdb54ed9a636560bd01)) |
| 25 | + |
| 26 | + |
| 27 | +### Miscellaneous Chores |
| 28 | + |
| 29 | +* add codeowners ([0b789c6](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/0b789c6ceefded4ed849da55406ed7ae5d405b9e)) |
| 30 | +* add dealerdirect/phpcodesniffer-composer-installer allowed plugin ([50b990a](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/50b990aec401e2e44f946d1d36215efe46f0a113)) |
| 31 | +* **release:** 0.1.1 ([0800fae](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/0800faece56190a10e795696cabf76ed9e9ae350)) |
| 32 | +* **release:** 0.1.2 ([b2dd0b4](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/b2dd0b4b52e8b9e4db1df7818572175846168ae6)) |
| 33 | +* **release:** add release deps ([aa4bbb8](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/aa4bbb8faa0ef8c1a7e00f0f712405107108153c)) |
| 34 | + |
5 | 35 | ### [0.1.2](https://github.com/graycoreio/magento2-graphql-introspection-cache/compare/v0.1.1...v0.1.2) (2022-08-25) |
6 | 36 |
|
7 | 37 |
|
|
0 commit comments