Releases: api-platform/core
Releases · api-platform/core
v3.3.10
What's Changed
- fix(jsonschema): make JSON-LD specific properties required on the output schema by @ttskch in #6366
- Revert "fix(jsonschema): make all required properties optional in PATCH operation with 'json' format" by @soyuka in #6476
- fix: property called default in ApiProperty has incorrect type (#6471) by @UnseenBook in #6472
- fix(symfony): securityPostValidation when use_symfony_listeners by @soyuka in #6479
- fix: remove useless deprecation by @nikophil in #6481
New Contributors
- @UnseenBook made their first contribution in #6472
Full Changelog: v3.3.9...v3.3.10
v3.2.26
v3.3.9
v3.3.8
What's Changed
- feat(state): list all violations during query parameters validation by @deguif in #6442
- feat(state): review validation for required parameters by @deguif in #6441
- fix(openapi): optional yaml component by @soyuka in #6445
- fix(graphql): security after resolver by @soyuka in #6444
- fix(state): allow to skip parameter validator provider by @soyuka in #6452
- fix(state): query and header parameter with the same name by @soyuka in #6453
- fix(state): store parameter value without its key by @soyuka in #6456
- fix: parameter not found when no value by @soyuka in #6458
- fix: swagger ui provider accept html by @soyuka in #6449
- fix(jsonld): allow @id, @context and @type on denormalization 2 by @ili101 in #6451
- test(symfony): property path violation enum by @soyuka in #6464
New Contributors
Full Changelog: v3.3.7...v3.3.8
v3.3.7
What's Changed
- fix(state): provider as ParameterProviderInterface by @soyuka in #6430
- fix(symfony): check method for readonly routes by @dunglas in #6437
- fix(openapi): Yaml openapi export should have numeric keys as string by @DartCZ in #6436
- fix(metadata): wrong schema generated if openapicontext set on array by @monitaurus in #6431
- fix(state): parameter decorates main chain by @soyuka in #6434
- fix(openapi): parameters can disable openapi by @soyuka in #6440
- fix(jsonschema): make all required properties optional in PATCH operation with 'json' format by @ttskch in #6394
New Contributors
Full Changelog: v3.3.6...v3.3.7
v3.2.25
What's Changed
- fix(metadata): wrong schema generated if openapicontext set on array by @monitaurus in #6431
Full Changelog: v3.2.24...v3.2.25
v3.3.6
What's Changed
- Fix typo on "Test your API" guide page by @alamirault in #6351
- fix(test): canonicalizing json arrays by @soyuka in #6386
- fix(graphql): name converter with class by @soyuka in #6396
- chore: update assets by @soyuka in #6400
- fix(metadata) Added phpdoc to ORM by @stephanvierkant in #6387
- chore(symfony): deprecations by @soyuka in #6401
- chore(symfony): deprecations (#6401) by @soyuka in #6405
- fix(state) handle empty request in read provider by @guillaume-sainthillier in #6403
- Lint container by @soyuka in #6409
- chore: openapi container lint by @soyuka in #6410
- Fix endpoint in subresource guide by @alamirault in #6420
- fix(doctrine): use null-safe operator when retrieving parameters by @soyuka in #6423
- fix(symfony): load swagger_ui when enabled by @soyuka in #6424
- fix(graphql): validate after resolver by @soyuka in #6426
New Contributors
- @alamirault made their first contribution in #6351
- @guillaume-sainthillier made their first contribution in #6403
Full Changelog: v3.3.5...v3.3.6
v3.2.24
What's Changed
- chore(symfony): deprecations (#6401) by @soyuka in #6405
- fix(state) handle empty request in read provider by @guillaume-sainthillier in #6403
- Lint container by @soyuka in #6409
- Fix endpoint in subresource guide by @alamirault in #6420
New Contributors
- @guillaume-sainthillier made their first contribution in #6403
Full Changelog: v3.2.23...v3.2.24
v3.3.5
v3.3.4
What's Changed
- fix(symfony): store original data without clone by @soyuka in #6367
- fix(validation): ValidationException causes TypeError exception when called with $code=null by @KernelMrex in #6375
- Add phpdoc to FilterInterface by @stephanvierkant in #6381
- test: PATCH on controller w/ dto by @soyuka in #6368
- fix(graphql): no validate on delete mutation by @soyuka in #6388
New Contributors
- @KernelMrex made their first contribution in #6375
Full Changelog: v3.3.3...v3.3.4