What's Changed
- chore(laravel): expand version constraints for Laravel 13 support by @soyuka in #7860
- chore: remove annotation namespaces by @soyuka in #7861
- fix(laravel): resolve casts defined via casts() method by @soyuka in #7859
- ci(laravel): use ^12 on 4.2 by @soyuka in #7863
- fix(metadata): read operation tags from OpenAPI context in XML by @JakovKnezovicc in #7865
- fix(symfony): remove conflicting service by @soyuka in #7867
- fix(openapi)!: oauth scopes with dashes in name by @thomaschaaf in #7853
- fix(metadata): nested filtering only on resource classes by @soyuka in #7864
- test(mongodb): missing nested test by @soyuka in #7872
- fix(openapi): fallback description on summary by @VincentLanglet in #7874
- fix(state): prioritize input class over output in ObjectMapperProvider by @soyuka in #7879
- fix(doctrine): skip links with no join info when fromClass differs from entityClass by @soyuka in #7878
- fix(serializer): disable normalizer cache to prevent wrong normalizer in worker mode by @soyuka in #7873
- fix(openapi): uri variable default description by @VincentLanglet in #7884
- fix(laravel): partial patch validation config to replace required with sometimes by @soyuka in #7882
- fix(serializer): handle nullable constructor params without default value by @soyuka in #7883
- fix(doctrine): inject nameConverter into AbstractFilter via QueryParameter by @soyuka in #7877
New Contributors
- @thomaschaaf made their first contribution in #7853
Full Changelog: v4.3.1...v4.3.2