File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5
5
* MongoDB: Possibility to add execute options (aggregate command fields) for a resource, like ` allowDiskUse ` (#3144 )
6
6
* GraphQL: Allow to format GraphQL errors based on exceptions (#3063 )
7
7
8
+ ## 2.5.2
9
+
10
+ * Compatibility with Symfony 5 RC
11
+ * Compatibility with NelmioCorsBundle 2
12
+ * Fix the type of ` ApiResource::$paginationPartial `
13
+ * Ensure correct return type from ` AbstractItemNormalizer::normalizeRelation `
14
+
8
15
## 2.5.1
9
16
10
- * Compatibility with Symfony 5
17
+ * Compatibility with Symfony 5 beta
11
18
* Fix a notice in ` SerializerContextBuilder `
12
19
* Fix dashed path segment generation
13
20
* Fix support for custom filters without constructor in the ` @ApiFilter ` annotation
38
45
39
46
* Allow to not declare GET item operation
40
47
* Add support for the Accept-Patch header
41
- * Make the the ` maximum_items_per_page ` attribute consistent with other attributes controlling pagination
48
+ * Make the the ` maximum_items_per_page ` attribute consistent with other attributes controlling pagination
42
49
* Allow to use a string instead of an array for serializer groups
43
50
* Test: Add an helper method to find the IRI of a resource
44
51
* Test: Add assertions for testing response against JSON Schema from API resource
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ parameters:
78
78
message: "#Call to function method_exists\\(\\) with 'Symfony\\\\\\\\Component.+' and 'getRoleNames' will always evaluate to false\\.#"
79
79
path: %currentWorkingDirectory%/tests/Security/EventListener/DenyAccessListenerTest.php
80
80
- "#Call to method PHPUnit\\\\Framework\\\\Assert::assertSame\\(\\) with array\\('(collection_context|item_context|subresource_context)'\\) and array<Symfony\\\\Component\\\\VarDumper\\\\Cloner\\\\Data>\\|bool\\|float\\|int\\|string\\|null will always evaluate to false\\.#"
81
- # https://github.com/doctrine/doctrine2/pull/7298
82
- - '#Strict comparison using === between null and int will always evaluate to false\.#'
83
81
-
84
82
message: '#Binary operation "\+" between (float\|int\|)?string and 0 results in an error\.#'
85
83
path: %currentWorkingDirectory%/src/Bridge/Doctrine/Common/Filter/RangeFilterTrait.php
You can’t perform that action at this time.
0 commit comments