What's Changed
- chore(dependabot): add dependabot by @sad270 in #5947
- fix: errors bc with rfc_7807_compliant_errors false by @soyuka in #5974
- Bugfix childentity openapi generation by @Fr13nzzz in #5989
To have errors backward compatible with 3.1, use:
api_platform:
defaults:
extra_properties:
rfc_7807_compliant_errors: false
New extension points are available using Errors with rfc_7807_compliant_errors: true
such as Error provider and Error Resource
New Contributors
Full Changelog: v3.2.5...v3.2.6