Skip to content

Commit a21e504

Browse files
committed
Update CHANGELOG
1 parent 84887fc commit a21e504

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## 2.3.3
421

522
* Doctrine: revert "prevent data duplication in Eager loaded relations"

0 commit comments

Comments
 (0)