core
core copied to clipboard
The server component of API Platform: hypermedia and GraphQL APIs in minutes
**API Platform version(s) affected**: >=4.2.0 **Description** When [`DataUriNormalizer` throws an exception with the message `'The provided "data:" URI is not valid.'`](https://github.com/symfony/serializer/blob/v7.3.5/Normalizer/DataUriNormalizer.php#L89), it is caught by [this `if` statement](https://github.com/api-platform/core/blob/v4.2.0/src/Serializer/AbstractItemNormalizer.php#L1317-L1319) (added in...
**API Platform version(s) affected**:4.2
**API Platform version(s) affected**: 4.2.2 **Description** introduces a regression for our project using `@rtk-query/codegen-openapi` as defining `'hydra:member': object[]` instead of `'hydra:member': any` makes Typescript consider type is `object[]` even if...
**Description** When defining a route ``` new Get() ``` The uri template `'uriTemplate': 'projects/{uuid}'` is automatically added by ApiPlatform and the Links too. It would be great having the requirement...
**API Platform version(s) affected**: 4.2.2 **Description** We enabled `use_symfony_listeners: true` option because we need it for handling API endpoints with Symfony Controllers. **Since v4.2.2**, our Processors do not denormalize request...
Not really a feature, but more about the process of releasing new versions of api platform When we upgrade api platform to new minor/patch versions like the last one (4.2.1...
**API Platform version(s) affected**: 4.2.2 Note: I updated from 4.1.25 to 4.2.2. This bug is probably also present in versions 4.2.0 and 4.2.1. **Description** The `SearchFilter` seems to be broken...
| Q | A | ------------- | --- | Branch? | main | Tickets | - | License | MIT | Doc PR | TODO **This is a work in...
**API Platform version(s) affected**: 4.4.2 **Description** When using the ReadLinkParameterProvider to automatically load parent DTO as an uriVariable, the serialization encounters issues while trying to generate IRI. **How to reproduce**...
| Q | A | ------------- | --- | Branch? | main | Tickets | N/A | License | MIT | Doc PR | N/A We discovered an issue where...