Update dependency api-platform/core to v3 - autoclosed #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.7.16
->^3.2.7
Release Notes
api-platform/core (api-platform/core)
v3.2.7
Compare Source
Symfony 7 support.
Bug fixes
v3.2.6
Compare Source
Bug fixes
To have errors backward compatible with 3.1, use:
New extension points are available using Errors with
rfc_7807_compliant_errors: true
such as Error provider and Error Resourcev3.2.5
Compare Source
Full Changelog: api-platform/core@v3.2.4...v3.2.5
v3.2.4
Compare Source
Bug fixes
v3.2.3
Compare Source
v3.2.2
Compare Source
Bug fixes
Note:
extra_properties.skip_deprecated_exception_normalizers
is set tofalse
so that decorating Error normalizers works. Set it totrue
to avoid deprecations and decorate the correspondingItemNormalizer
instead.v3.2.1
Compare Source
Bug fixes
v3.2.0
Compare Source
Bug fixes
Features
Notes
Use
composer recipes:update
to update your configuration file. The default configuration file is:Listeners will not get removed in API Platform 4 but will rather use our new Providers and Processors. You can now force the request to go through a particular state for example:
v3.1.23
Compare Source
What's Changed
New Contributors
Full Changelog: api-platform/core@v3.1.22...v3.1.23
v3.1.22
Compare Source
Bug fixes
v3.1.21
Compare Source
Bug fixes
v3.1.20
Compare Source
Bug fixes
v3.1.19
Compare Source
Bug fixes
v3.1.18
Compare Source
v3.1.17
Compare Source
Bug fixes
v3.1.16
Compare Source
Bug fixes
v3.1.15
Compare Source
Bug fixes
v3.1.14
Compare Source
Bug fixes
v3.1.13
Compare Source
Bug fixes
0c1c1c36f fix(symfony): enable API Platform in LexikJWTAuthenticationBundle (#5609)
You can disable this behaviour by setting the configuration key
lexik_jwt_authentication.api_platform.enabled
tofalse
146991ba4 fix(openapi): merge parameters with deprecated openApiContext (#5703)
14969aa0c fix(serializer): put replaces embed collection (#5604)
9cb0ee43c fix(metadata): missing xml/yaml properties (#5684)
a8796238d fix: filters don't have to implement the "legacy" FilterInterface (#5619)
ada115966 fix: don't implement deprecated CacheableSupportsMethodInterface with Symfony 6.3+ (#5696)
b8cbdb1cb fix(doctrine): search on nested sub-entity that doesn't use "id" as its ORM identifier (#5623)
e21e9faee fix(symfony): support for custom controller with class method (#5681)
Features
v3.1.12
Compare Source
Bug fixes
Also updates: graphiql, opensans
v3.1.11
Compare Source
Bug fixes
v3.1.10
Compare Source
Bug fixes
v3.1.9
Compare Source
v3.1.8
Compare Source
Bug fixes
v3.1.7
Compare Source
Bug fixes
v3.1.6
Compare Source
Bug fixes
v3.1.5
Compare Source
Bug fixes
Notes:
#5473 changes the priority of the
ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
from 16 to 2 so that it occurs after the security listener.ReflectionEnum was removed as it was causing segfaults with opcache preload and an unidentified PHP extension
#5459 fixes the
defaults
operation declaration such as:very useful for read only APIs, this was possible in 2.7 but not backported correctly
v3.1.4
Compare Source
Bug fixes
v3.1.3
Compare Source
Bug fixes
Features
v3.1.2
Compare Source
Bug fixes
v3.1.1
Compare Source
Bug fixes
v3.1.0
Compare Source
Bug fixes
Features
swagger.api_keys
with a key to handle multiple authorizations (#4691)Backward compatibility
Get
,Query
,Operation
,ApiProperty
etc.) as we don't guarantee the backward compatibility on positional argumentsv3.0.12
Compare Source
Bug fixes
v3.0.11
Compare Source
Bug fixes
Note: we made clear that we are supporting only named arguments on our Attributes. We do not support backward compatibility on positional arguments.
Note:
paginationViaCursor
was removed from GraphQl operations as it had no behaviorLink::toProperty
(#5352)v3.0.10
Compare Source
Bug fixes
v3.0.9
Compare Source
Bug fixes
Features
v3.0.8
Compare Source
Bug fixes
v3.0.7
Compare Source
Bug fixes
v3.0.6
Compare Source
Bug fixes
v3.0.5
Compare Source
Bug fixes
v3.0.4
Compare Source
Bug fixes
v3.0.3
Compare Source
Bug fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.