You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@
111
111
***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.
112
112
***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.
113
113
114
+
## v4.2.24
115
+
116
+
### Bug fixes
117
+
118
+
*[8cb5a6044](https://github.com/api-platform/core/commit/8cb5a6044b9ccea34a2ba67fb613d40e19560955) fix(state): do not map to input class in ObjectMapperProvider (#7892)
119
+
114
120
## v4.2.23
115
121
116
122
### Bug fixes
@@ -4076,4 +4082,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
4076
4082
## 1.0.0 beta 2
4077
4083
4078
4084
* Preserve indexes when normalizing and denormalizing associative arrays
4079
-
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
4085
+
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
0 commit comments