You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## 2.3.1
4
+
5
+
* Data persisters: call only the 1st matching data persister, this fix may break existing code, see https://github.com/api-platform/docs/issues/540#issuecomment-405945358
6
+
* Subresources: fix inverse side population
7
+
* Subresources: add subresources collections to cache tags
8
+
* Subresources: fix Doctrine identifier parameter type detection
9
+
* Subresources: fix max depth handling
10
+
* GraphQL: send a 200 HTTP status code when a GraphQL response contain some errors
11
+
* GraphQL: fix filters to allow dealing with multiple values
12
+
* GraphQL: remove invalid and useless parameters from the GraphQL schema
13
+
* GraphQL: use the collection resolver in mutations
14
+
* JSON API: remove duplicate data from includes
15
+
* Filters: fix composite keys support
16
+
* Filters: fix the `OrderFilter` when applied on nested entities
17
+
* List Doctrine Inflector as a hard dependency
18
+
* Various quality and usability improvements
19
+
3
20
## 2.3.0
4
21
5
22
* Add support for deprecating resources, operations and fields in GraphQL, Hydra and Swagger
0 commit comments