fix(deps): update dependency api-platform/core to v4.1.17 #7549
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:
4.1.12
->4.1.17
Release Notes
api-platform/core (api-platform/core)
v4.1.17
Compare Source
Bug fixes
LinksHandler
to handle polymorphic relationships (#7231)v4.1.16
Compare Source
Bug fixes
Notes:
Two providers are now available on parameters (query parameters, header and uri variables
Link
):ReadLinkParameterProvider
previously used for link security (renamed fromSymfony\Security\State\LinkedReadProvider
)IriConverterParameterProvider
this allows you to read a resource from an IRI usefull for filters (eg?author=/authors/1
)Previous tests on link security were left untouched we removed the experimental class
Symfony\Security\State\LinkAccessCheckerProvider
as well as theLinkedReadProvider
as they're not used anymore.v4.1.15
Compare Source
There was an issue with the subtree split as we attempted to test lower dependencies on the subtree split, some components where wrongly tagged.
The proper fix is at: https://github.com/api-platform/core/pull/7196
Bug fixes
example
anddefault
with nullable value not being shownFeatures
v4.1.14
Compare Source
There was an issue with the subtree split as we attempted to test lower dependencies on the subtree split, some components where wrongly tagged.
The proper fix is at: https://github.com/api-platform/core/pull/7196
Bug fixes
example
anddefault
with nullable value not being shownFeatures
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 was generated by Mend Renovate. View the repository job log.