What's Changed
- fix(mcp): support mcp/sdk 0.6 ResourceDefinition in Loader by @soyuka in #8302
- fix(openapi): serialize Reference objects with $ref in the generated document by @soyuka in #8306
- fix(doctrine): filter parent link from uri variables in fetch_data=false reference by @soyuka in #8295
- fix(doctrine): exclude self-reference relation links from GraphQL root item lookup by @soyuka in #8314
- fix(mcp): support mcp/sdk 0.6 by @soyuka in #8311
- fix(jsonapi): exclude relations from openapi attributes schema by @soyuka in #8313
- chore: drop phpstan mcp/sdk class.notFound ignore by @soyuka in #8320
- feat(laravel): boot without a database via dumped metadata by @soyuka in #8290
- fix(jsonapi): correct relationship schemas in generated json schema by @soyuka in #8321
- refactor(jsonapi): single source of truth for the attribute/relationship split by @soyuka in #8325
- fix(serializer): fix union types denormalization fallback after security mismatch by @jonnyeom in #8333
- chore: fix phpstan on 4.3 by @soyuka in #8331
Full Changelog: v4.3.13...v4.3.14