File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.5.0 beta 2
4
4
5
+ * Allow to not declare GET item operation
6
+ * Add support for the Accept-Patch header
7
+ * Make the the ` maximum_items_per_page ` attribute consistent with other attributes controlling pagination
8
+ * Test: Add an helper method to find the IRI of a resource
9
+ * Test: Add assertions for testing response against JSON Schema from API resource
5
10
* GraphQL: Add support for multipart request so user can create custom file upload mutations (#3041 )
6
11
* GraphQL: Add support for name converter (#2765 )
7
12
Original file line number Diff line number Diff line change 89
89
},
90
90
"conflict" : {
91
91
"doctrine/common" : " <2.7" ,
92
- "doctrine/mongodb-odm" : " <2.0"
92
+ "doctrine/mongodb-odm" : " <2.0" ,
93
+ "doctrine/mongodb-odm-bundle" : " 4.0.0-RC2"
93
94
},
94
95
"suggest" : {
95
96
"doctrine/mongodb-odm-bundle" : " To support MongoDB. Only versions 4.0 and later are supported." ,
You can’t perform that action at this time.
0 commit comments