What's Changed
- fix(symfony): use Type constraint violation code instead of exception code by @norkunas in #6064
- fix(serializer): integrate root_resource_class to cache key by @soyuka in #6073
- fix: In PHP, requests without content-type will result in an empty content-type, not null by @priyadi in #6078
- compatibility with OpenAPI 3.0 by @Romaixn in #6065
For OpenAPI 3.0, the spec_version=3.0.0
query parameter will force OpenAPI to the 3.0 version. This option is also available through the command line.
Full Changelog: v3.2.10...v3.2.11