| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-05 | 1.8 kB | |
| v4.2.9 source code.tar.gz | 2025-12-05 | 5.3 MB | |
| v4.2.9 source code.zip | 2025-12-05 | 6.0 MB | |
| Totals: 3 Items | 11.3 MB | 0 | |
What's Changed
[!WARNING] Inside a filter you may receive a scalar value where you expected an array especially when using a custom filter extending the AbstractFilter, with a :property placeholder. Read more at https://github.com/api-platform/core/pull/7547
- fix: consistent :property placeholder behavior by @NathanPesneau in https://github.com/api-platform/core/pull/7547
- fix(state): object mapper with list<object> by @senaria in https://github.com/api-platform/core/pull/7564
- fix(swagger) use app.request.query.get() directly by @pyatnitsev in https://github.com/api-platform/core/pull/7578
- fix(serializer): render BCMath\Number (PHP 8.4+) as string instead of object by @aaa2000 in https://github.com/api-platform/core/pull/7555
- fix(symfony): skip argument resolver when context is not api platform by @soyuka in https://github.com/api-platform/core/pull/7579
- fix(metadata): filter interface context php doc by @VincentLanglet in https://github.com/api-platform/core/pull/7560
- fix(swagger): use current route for footer links by @Piairre in https://github.com/api-platform/core/pull/7580
- fix(json-schema): definition name is aware of the json schema type by @VincentLanglet in https://github.com/api-platform/core/pull/7557
- doc: improve filter guides by @soyuka in https://github.com/api-platform/core/pull/7584
New Contributors
- @senaria made their first contribution in https://github.com/api-platform/core/pull/7564
- @komandar made their first contribution in https://github.com/api-platform/core/pull/7568
- @pyatnitsev made their first contribution in https://github.com/api-platform/core/pull/7578
- @Piairre made their first contribution in https://github.com/api-platform/core/pull/7580
Full Changelog: https://github.com/api-platform/core/compare/v4.2.7...v4.2.9