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
* Elasticsearch: skip metadata without ES nodes (#4913)
52
+
* Symfony: deprecated the `$exceptionOnNoToken` parameter in `ResourceAccessChecker::__construct()` (#4900)
53
+
54
+
Various cs fixes and PHPDoc to help upgrading to 3.0.
55
+
52
56
## 2.7.0-rc.2
53
57
54
58
* Symfony: the upgrade command now updates ApiFilter as well (#4845)
@@ -140,7 +144,7 @@ Doctrine: new interfaces for Filters and Extensions ready, switch to the `ApiPla
140
144
141
145
* Swagger UI: Add `usePkceWithAuthorizationCodeGrant` to Swagger UI initOAuth (#4649)
142
146
***BC**: `mapping.paths` in configuration should override bundles configuration (#4465)
143
-
* GraphQL: Add ability to use different pagination types for the queries of a resource (#4453)
147
+
* GraphQL: Add the ability to use different pagination types for the queries of a resource (#4453)
144
148
* 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)
145
149
* 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)
146
150
* Maker: Add `make:data-provider` and `make :data-persister` commands to generate a data provider / persister (#3850)
@@ -174,7 +178,7 @@ Doctrine: new interfaces for Filters and Extensions ready, switch to the `ApiPla
174
178
* Metadata: deprecation of `ApiPlatform\Core\Annotation` (#4351)
175
179
* Metadata: `ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface` is deprecated in favor of `ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface` (#4351)
176
180
* Metadata: item and collection prefixes for operations are deprecated, as well as the `ApiPlatform\Core\Api\OperationType` class (#4351)
177
-
* 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)
181
+
* 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)
178
182
* IriConverter: new interface for `ApiPlatform\Bridge\Symfony\Routing\IriConverter` that adds an operationName, same for `ApiPlatform\Api\IdentifiersExtractor` (#4351)
179
183
* DataProvider: new `ApiPlatform\State\ProviderInterface` that replaces DataProviders (#4351)
180
184
* DataPersister: new `ApiPlatform\State\ProcessorInterface` that replaces DataPersisters (#4351)
0 commit comments