Skip to content

Commit 1b1d11c

Browse files
committed
Merge 4.3
2 parents 892c1c7 + 1a12fa9 commit 1b1d11c

41 files changed

Lines changed: 907 additions & 890 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,19 @@
9797
* **LDP-compliant response headers** (#6917): API responses now include `Allow` and `Accept-Post` headers per the Linked Data Platform specification. These are informational headers that help clients discover API capabilities and should not break existing integrations.
9898
* **Scalar API Reference UI** (#7817): Scalar is now available as an alternative documentation UI alongside Swagger UI. It is enabled by default when TwigBundle is available. Access it via `?ui=scalar`. To disable it, set `enable_scalar: false` in your API Platform configuration.
9999

100+
## v4.2.23
101+
102+
### Bug fixes
103+
104+
* [1bddff82f](https://github.com/api-platform/core/commit/1bddff82f7853a253bd257e70525b2b4eea53653) fix(doctrine): inject nameConverter into AbstractFilter via QueryParameter (#7877)
105+
* [5a3a7dc4b](https://github.com/api-platform/core/commit/5a3a7dc4b24060f9a9d9adb2e33a83026ed23154) fix(state): prioritize input class over output in ObjectMapperProvider (#7879)
106+
* [7c562a51f](https://github.com/api-platform/core/commit/7c562a51ff13c6c4626301f4ccaef93f47f57268) fix(laravel): partial patch validation config to replace required with sometimes (#7882)
107+
* [9c2810b08](https://github.com/api-platform/core/commit/9c2810b08767bcaef418c239ce190e88ab4bbf2b) fix(metadata): read operation tags from OpenAPI context in XML (#7865)
108+
* [a1292592e](https://github.com/api-platform/core/commit/a1292592e879ebb5e825cc7821b8d6cfa3cea6c9) fix(doctrine): skip links with no join info when fromClass differs from entityClass (#7878)
109+
* [aefeca529](https://github.com/api-platform/core/commit/aefeca529351f089822d5d427526204fb36a8356) fix(symfony): remove json stream conflicting service (#7867)
110+
* [e447ab1fc](https://github.com/api-platform/core/commit/e447ab1fc4feb5d389224eba364e304ea52ee408) fix(serializer): disable normalizer cache to prevent wrong normalizer in worker mode (#7868) (#7873)
111+
* [fff8213b2](https://github.com/api-platform/core/commit/fff8213b2059aff14b0e165c814357ef79b0c764) fix(serializer): handle nullable constructor params without default value (#7883)
112+
100113
## v4.2.22
101114

102115
### Bug fixes
@@ -4049,4 +4062,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
40494062
## 1.0.0 beta 2
40504063

40514064
* Preserve indexes when normalizing and denormalizing associative arrays
4052-
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
4065+
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance

0 commit comments

Comments
 (0)