github api-platform/core v3.1.5

latest releases: v4.0.1, v4.0.0, v3.4.0...
18 months ago

What's Changed

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:

    defaults:
      - ApiPlatform\Metadata\Get
      - ApiPlatform\Metadata\GetCollection
    

    very useful for read only APIs, this was possible in 2.7 but not backported correctly

Full Changelog: v3.1.4...v3.1.5

Don't miss a new core release

NewReleases is sending notifications on new releases.