Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-03 | 2.7 kB | |
v4.1.18 source code.tar.gz | 2025-07-03 | 5.3 MB | |
v4.1.18 source code.zip | 2025-07-03 | 5.9 MB | |
Totals: 3 Items | 11.1 MB | 0 |
What's Changed
- chore: remove 3.4 deprecation by @maxhelias in https://github.com/api-platform/core/pull/7204
- fix:
ApiPlatform\Symfony\Bundle\Test\Client::getContainer
return type by @VincentLanglet in https://github.com/api-platform/core/pull/7230 - fix(metadata): build Open Api attributes in XmlResourceExtractor by @johan-ds in https://github.com/api-platform/core/pull/7189
- fix(validator): parameter validation list<string>|string by @soyuka in https://github.com/api-platform/core/pull/7245
- feat(metadata): add support for stateOptions in YAML and XML for Doctrine ORM/ODM by @fmata in https://github.com/api-platform/core/pull/7217
- fix(jsonschema): rebuild sub-schema definition without @id property when
genId
isfalse
(#7162) by @ambroisemaupate in https://github.com/api-platform/core/pull/7251 - chore: move a behat test to phpunit by @soyuka in https://github.com/api-platform/core/pull/7252
- ci: rate limiting for commitlint by @soyuka in https://github.com/api-platform/core/pull/7253
- chore(laravel): param-out for reference mutation by @soyuka in https://github.com/api-platform/core/pull/7254
- ci: refactor release job to use github app by @soyuka in https://github.com/api-platform/core/pull/7259
- fix(jsonld): reset gen_id configuration by @soyuka in https://github.com/api-platform/core/pull/7263
- fix(state): depend only on translation contracts by @gharlan in https://github.com/api-platform/core/pull/7262
- fix(jsonld): reset gen_id configuration by @soyuka in https://github.com/api-platform/core/pull/7264
- fix(openapi): command options mode (
InputOption::VALUE_REQUIRED
) by @gharlan in https://github.com/api-platform/core/pull/7266 - fix(laravel): decorate error handler by @soyuka in https://github.com/api-platform/core/pull/7247
- fix(symfony): catch InvalidUriVariableException in IriConverter by @alexndlm in https://github.com/api-platform/core/pull/7271
- fix(symfony): fix resolving groups in ValidationGroupsExtractorTrait when GroupSequence by @alexndlm in https://github.com/api-platform/core/pull/7272
- fix(state): error xml format output by @soyuka in https://github.com/api-platform/core/pull/7273
- tests: test parameters type detection by @vincentchalamon in https://github.com/api-platform/core/pull/7240
New Contributors
- @johan-ds made their first contribution in https://github.com/api-platform/core/pull/7189
- @ambroisemaupate made their first contribution in https://github.com/api-platform/core/pull/7251
- @gharlan made their first contribution in https://github.com/api-platform/core/pull/7262
Full Changelog: https://github.com/api-platform/core/compare/v4.1.17...v4.1.18