File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.3.4
4
+
5
+ * Open API/Swagger: fix YAML export
6
+ * Open API/Swagger: Correctly expose overridden formats
7
+ * GraphQL: display the stack trace when in debug mode
8
+ * GraphQL: prevent a crash when the class name isn't provided
9
+ * Fix handling of one-to-one relations in subresources
10
+ * Fix max depth handling when eager fetching is disabled
11
+ * Compatibility with Symfony 4.2
12
+ * Prevent calling the remove method from all data persisters
13
+ * Persist Doctrine entities with the ` DEFERRED_EXPLICIT ` change tracking policy
14
+ * Throw an ` InvalidArgumentException ` when trying to get an item from a collection route
15
+ * Improve the debug bar panel visibility
16
+ * Take into account the ` route_prefix ` attribute in subresources
17
+ * Allow to use multiple values with ` NumericFilter `
18
+ * Improve exception handling in ` ReadListener ` by adding the previous exception
19
+
3
20
## 2.3.3
4
21
5
22
* Doctrine: revert "prevent data duplication in Eager loaded relations"
You can’t perform that action at this time.
0 commit comments