Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-13 | 1.2 kB | |
v4.1.16 source code.tar.gz | 2025-06-13 | 6.6 MB | |
v4.1.16 source code.zip | 2025-06-13 | 7.2 MB | |
Totals: 3 Items | 13.8 MB | 0 |
What's Changed
- fix(laravel): route where uses requirements by @soyuka in https://github.com/api-platform/core/pull/7199
- fix(laravel): persist HasMany and MorphMany relationships by @soyuka in https://github.com/api-platform/core/pull/7208
- refactor(state): merge parameter and link security by @soyuka in https://github.com/api-platform/core/pull/7200
- fix(symfony): fix property restrictions for root resource with dynamic validation groups by @c1tru55 in https://github.com/api-platform/core/pull/7184
Notes:
Two providers are now available on parameters (query parameters, header and uri variables Link):
ReadLinkParameterProvider previously used for link security (renamed from Symfony\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 the LinkedReadProvider as they're not used anymore.
Full Changelog: https://github.com/api-platform/core/compare/v4.1.15...v4.1.16