github api-platform/core v4.1.16

latest releases: v4.1.23, v4.2.0-alpha.3, v4.1.22...
2 months ago

What's Changed

  • fix(laravel): route where uses requirements by @soyuka in #7199
  • fix(laravel): persist HasMany and MorphMany relationships by @soyuka in #7208
  • refactor(state): merge parameter and link security by @soyuka in #7200
  • fix(symfony): fix property restrictions for root resource with dynamic validation groups by @c1tru55 in #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: v4.1.15...v4.1.16

Don't miss a new core release

NewReleases is sending notifications on new releases.