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.
1 parent fc27a91 commit 1eb8408Copy full SHA for 1eb8408
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 2.0.7
4
+
5
+* [security] Hide error's message in prod mode when a 500 error occurs (Api Problem format)
6
+* Fix sorting when eager loading is used
7
+* Allow eager loading when using composite identifiers
8
+* Don't use automatic eager loading when disabled in the config
9
+* Use `declare(strict_types=1)` and improve coding standards
10
+* Automatically refresh routes in dev mode when a resource is created or deleted
11
12
## 2.0.6
13
14
* Correct the XML Schema type generated for floats in the Hydra documentation
0 commit comments