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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 2.3.2
4
+
5
+
* Open API/Swagger: detect correctly collection parameters
6
+
* Open API/Swagger: fix serialization of nested objects when exporting as YAML
7
+
* GraphQL: fix support of properties also mapped as subresources
8
+
* GraphQL: fix retrieving the internal `_id` when `id` is not part of the requested fields
9
+
* GraphQL: only exposes the mutations if any
10
+
* Doctrine: prevent data duplication in Eager loaded relations
11
+
* Preserve the host in the internal router
12
+
3
13
## 2.3.1
4
14
5
15
* 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
0 commit comments