Skip to content

Commit 9ff7a23

Browse files
committed
Merge branch '2.5'
2 parents 59fa1e2 + 8bd3dca commit 9ff7a23

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## 2.5.0 beta 2
44

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
510
* GraphQL: Add support for multipart request so user can create custom file upload mutations (#3041)
611
* GraphQL: Add support for name converter (#2765)
712

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
},
9090
"conflict": {
9191
"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"
9394
},
9495
"suggest": {
9596
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",

0 commit comments

Comments
 (0)