core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
**API Platform version(s) affected**: 4.2.6 **Description** We used to use `#[SerializedName]` attribute to tell **GraphQL API** how to name properties. We have cases like this: ```php #[SerializedName(serializedName: 'currentListPrice')] public function...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
| Q | A | ------------- | --- | Branch? | 4.2 | Tickets | Closes #7469 | License | MIT Fixes a bug where link resources using the new...
**Description** Hi @soyuka @vinceAmstoutz I'm currently trying to migrate my ApiFilter attribute filters to avoid the futur deprecation, as explained in https://api-platform.com/docs/core/doctrine-filters/#introduction But I'm currently having big trouble to understand...
| Q | A | ------------- | --- | Branch? | main | Tickets | - | License | MIT | Doc PR | api-platform/docs#... This PR replaces the usage...
**API Platform version(s) affected**: 4.1 **Description** Post operation for property of type float fails **How to reproduce** ```sh curl -X 'POST' \ 'https://localhost/product/api/tests' \ -H 'accept: application/ld+json' \ -H 'Content-Type:...
**API Platform version(s) affected**: 4.2 It's quite annoying not to be able to disable automatic mapping we should move this logic: ``` $request = $context['request'] ?? null; $entityClass = null;...
**API Platform version(s) affected**: 4.2.6 **Description** Using `stateOptions` with `Map` attribute does not work for collection endpoints serving data with `pagination=false`. **How to reproduce** ``` #[GetCollection( paginationEnabled: false, paginationClientEnabled: false,...
| Q | A | ------------- | --- | Branch? | 4.2 | Tickets | Closes #..., closes #... | License | MIT | Doc PR | api-platform/docs#... Use Symfony...
**API Platform version(s) affected**: 4.2.2 (after having updated from 4.1.23) **Description** The JSON LD schema of a resource's simple output DTO seems to now consider an array of strings as...