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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Doctrine: new interfaces for Filters and Extensions ready, switch to the `ApiPla
102
102
103
103
* Swagger UI: Add `usePkceWithAuthorizationCodeGrant` to Swagger UI initOAuth (#4649)
104
104
***BC**: `mapping.paths` in configuration should override bundles configuration (#4465)
105
-
* GraphQL: Add ability to use different pagination types for the queries of a resource (#4453)
105
+
* GraphQL: Add the ability to use different pagination types for the queries of a resource (#4453)
106
106
* Security: **BC** Fix `ApiProperty``security` attribute expression being passed a class string for the `object` variable on updates/creates - null is now passed instead if the object is not available (#4184)
107
107
* Security: `ApiProperty` now supports a `security_post_denormalize` attribute, which provides access to the `object` variable for the object being updated/created and `previous_object` for the object before it was updated (#4184)
108
108
* Maker: Add `make:data-provider` and `make :data-persister` commands to generate a data provider / persister (#3850)
@@ -136,7 +136,7 @@ Doctrine: new interfaces for Filters and Extensions ready, switch to the `ApiPla
136
136
* Metadata: deprecation of `ApiPlatform\Core\Annotation` (#4351)
137
137
* Metadata: `ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface` is deprecated in favor of `ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface` (#4351)
138
138
* Metadata: item and collection prefixes for operations are deprecated, as well as the `ApiPlatform\Core\Api\OperationType` class (#4351)
139
-
* Graphql: `ApiPlatform\Metadata\GraphQl` follow the same metadata conventions (a Subscription operation is available and isn't hidden behind an update Mutation anymore), interfaces got simplified (beeing@experimental) (#4351)
139
+
* Graphql: `ApiPlatform\Metadata\GraphQl` follow the same metadata conventions (a Subscription operation is available and isn't hidden behind an update Mutation anymore), interfaces got simplified (being@experimental) (#4351)
140
140
* IriConverter: new interface for `ApiPlatform\Bridge\Symfony\Routing\IriConverter` that adds an operationName, same for `ApiPlatform\Api\IdentifiersExtractor` (#4351)
141
141
* DataProvider: new `ApiPlatform\State\ProviderInterface` that replaces DataProviders (#4351)
142
142
* DataPersister: new `ApiPlatform\State\ProcessorInterface` that replaces DataPersisters (#4351)
0 commit comments