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
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## v4.3.3
4
+
5
+
### Bug fixes
6
+
7
+
*[4ad230247](https://github.com/api-platform/core/commit/4ad23024747d59ea2483bbe693b498a6b08873fc) fix(openapi): default explode to true for form and cookie style param… (#7891)
8
+
9
+
## v4.3.2
10
+
11
+
### Bug fixes
12
+
13
+
*[2d6e47460](https://github.com/api-platform/core/commit/2d6e47460c1d0e4e79fda9cec8783b5277835a3c) fix(openapi)!: oauth scopes with dashes in name (#7853)
14
+
*[892c1c796](https://github.com/api-platform/core/commit/892c1c796a1cc5f498f8dd981eb57055c4a49bcf) fix(openapi): uri variable default description (#7884)
15
+
*[a0daa07f9](https://github.com/api-platform/core/commit/a0daa07f953fe1930a9e0ce30489ecada501e1f7) fix(openapi): fallback description on summary (#7874)
16
+
*[a7072be4a](https://github.com/api-platform/core/commit/a7072be4a461fe5f2205cbf20a3a5baba3f42d0c) fix(metadata): nested filtering only on resource classes (#7864)
17
+
*[e14ae87fa](https://github.com/api-platform/core/commit/e14ae87fa31fd1103f715816eb8185a5ca339400) fix(laravel): resolve casts defined via casts() method (#7859)
18
+
19
+
### Notes
20
+
21
+
* The fix for oauth scopes with dashes in name (#7853) may change the current OpenAPI description but the risk is low.
22
+
3
23
## v4.3.1
4
24
5
25
### Bug fixes
@@ -97,6 +117,25 @@
97
117
***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.
98
118
***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.
99
119
120
+
## v4.2.24
121
+
122
+
### Bug fixes
123
+
124
+
*[8cb5a6044](https://github.com/api-platform/core/commit/8cb5a6044b9ccea34a2ba67fb613d40e19560955) fix(state): do not map to input class in ObjectMapperProvider (#7892)
125
+
126
+
## v4.2.23
127
+
128
+
### Bug fixes
129
+
130
+
*[1bddff82f](https://github.com/api-platform/core/commit/1bddff82f7853a253bd257e70525b2b4eea53653) fix(doctrine): inject nameConverter into AbstractFilter via QueryParameter (#7877)
131
+
*[5a3a7dc4b](https://github.com/api-platform/core/commit/5a3a7dc4b24060f9a9d9adb2e33a83026ed23154) fix(state): prioritize input class over output in ObjectMapperProvider (#7879)
132
+
*[7c562a51f](https://github.com/api-platform/core/commit/7c562a51ff13c6c4626301f4ccaef93f47f57268) fix(laravel): partial patch validation config to replace required with sometimes (#7882)
133
+
*[9c2810b08](https://github.com/api-platform/core/commit/9c2810b08767bcaef418c239ce190e88ab4bbf2b) fix(metadata): read operation tags from OpenAPI context in XML (#7865)
134
+
*[a1292592e](https://github.com/api-platform/core/commit/a1292592e879ebb5e825cc7821b8d6cfa3cea6c9) fix(doctrine): skip links with no join info when fromClass differs from entityClass (#7878)
135
+
*[aefeca529](https://github.com/api-platform/core/commit/aefeca529351f089822d5d427526204fb36a8356) fix(symfony): remove json stream conflicting service (#7867)
136
+
*[e447ab1fc](https://github.com/api-platform/core/commit/e447ab1fc4feb5d389224eba364e304ea52ee408) fix(serializer): disable normalizer cache to prevent wrong normalizer in worker mode (#7868) (#7873)
137
+
*[fff8213b2](https://github.com/api-platform/core/commit/fff8213b2059aff14b0e165c814357ef79b0c764) fix(serializer): handle nullable constructor params without default value (#7883)
0 commit comments