File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.0.8
4
+
5
+ * Leverage serialization groups to eager load data
6
+ * Fix the Swagger Normalizer to correctly support nested serialization groups
7
+ * Use strict types
8
+ * Get rid of the dependency to the Templating component
9
+ * Explicitly add missing dependency to PropertyAccess component
10
+ * Allow the operation name to be null in ResourceMetadata
11
+ * Fix an undefined index error occurring in some cases when using sub types
12
+ * Make the bundle working even when soft dependencies aren't installed
13
+ * Fix serialization of multiple inheritance child types
14
+ * Fix the priority of the FOSUSer's event listener
15
+ * Fix the resource class resolver with using ` \Traversable ` values
16
+ * Fix inheritance of property metadata for the Doctrine ORM property metadata factory
17
+ * EagerLoadingExtension: Disable partial fetching if entity has subclasses
18
+ * Refactoring and cleanup of the eager loading mechanism
19
+ * Fix the handling of composite identifiers
20
+ * Fix HAL normalizer when the context isn't serializable
21
+ * Fix some quality problems found by PHPStan
22
+
3
23
## 2.0.7
4
24
5
25
* [ security] Hide error's message in prod mode when a 500 error occurs (Api Problem format)
You can’t perform that action at this time.
0 commit comments