You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
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.
* We no longer support php 7.4 as it is end of life.
11
+
12
+
### Features
13
+
14
+
* compat with GraphQL\Executor\ReferenceExecutor from webonyx/graphql-php:15.18.1 ([b553e47](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/b553e478482c268e7d925b2c2c37c65ece63ffa7))
15
+
* drop support for php 7.4 ([ff3e180](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/ff3e1806b04077639b32a0cfffc0e2ac0b93f746))
16
+
17
+
18
+
### Bug Fixes
19
+
20
+
* 8.2 deprecation of constructor existence check ([db26ebb](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/db26ebb2197ca40d49fbc104f643135667c9ea5d))
21
+
* add check for Executor::getDefaultArgsMapper for older versions ([d460fca](https://github.com/graycoreio/magento2-graphql-introspection-cache/commit/d460fca3c0e488258d7ab130a41c84f5dc6144a9))
22
+
* 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))
0 commit comments