We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79bfe04 + 9a64d15 commit 89878deCopy full SHA for 89878de
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 2.2.7
4
+
5
+* Compatibility with Symfony 4.1
6
+* Compatibility with webonyx/graphql-php 0.12
7
+* Add missing `ApiPlatform\Core\EventListener\EventPriorities`'s `PRE_SERIALIZE` and `POST_SERIALIZE` constants
8
+* Disable eager loading when no groups are specified to avoid recursive joins
9
+* Fix embeddable entities eager loading with groups
10
+* Don't join the same association twice when eager loading
11
+* Fix max depth handling when using HAL
12
+* Check the value of `enable_max_depth` if defined
13
+* Minor performance and quality improvements
14
15
## 2.2.6
16
17
* Fix identifiers creation and update when using GraphQL
0 commit comments