What's Changed
- fix(jsonschema): make all required properties optional in PATCH operation with 'json' format by @ttskch in #7398
- fix(openapi): define items type for HydraCollectionBaseSchema hydra:m… by @Cafeine42 in #7419
- fix(validator): validation exception without constraint violation list by @soyuka in #7423
- fix(openapi): Improve response override by @VincentLanglet in #7428
- fix(state): object mapper with input different by @soyuka in #7435
- feat(symfony): Convert all service configuration files from XML to PHP by @GromNaN in #7433
- Fix assertMatchesJsonSchema on custom output DTO by @Cafeine42 in #7438
- fix(jsonschema/jsonld): make
@id
and@type
properties required only in the JSON-LD schema for output by @ttskch in #7397 - fix(hydra): genId false schema by @soyuka in #7440
- fix(hydra): add base schema to item of a collection by @soyuka in #7444
- fix(doctrine): group or filter in an AndWhere by @soyuka in #7445
- fix: allow description and other fields to be override seperately by @ceesvanegmond in #7442
- fix(symony): ensure the kernel is booted before using
KernelBrowser::loginUser()
by @ttskch in #7446 - fix(state): object mapper on delete operation by @soyuka in #7447
- fix(symfony): align listeners context by @soyuka in #7449
New Contributors
- @ceesvanegmond made their first contribution in #7442
Full Changelog: v4.2.1...v4.2.2