- add support for Symfony 6
- add ability to register request handlers as callable to instantiate them on demand to reduce memory load
- require
dogado/json-api-common:^3.0
See json-api-common changelog for more details.
- drop php 7.4 support
- drop primary
doctrine/annotations
support for model validation - require
dogado/json-api-common:^2.0
- prepare support for
symfony/validator:^6.0
See UPGRADE-2.0.md for more details.
- initial release