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
+16-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,27 @@
1
1
# Changelog
2
2
3
+
## v4.0.15
4
+
5
+
### Bug fixes
6
+
7
+
*[36cee399c](https://github.com/api-platform/core/commit/36cee399cfd519355b03d0406921066a22ab474c) fix(state): skip Content-Location header for GET requests (#6901)
8
+
*[dba9de197](https://github.com/api-platform/core/commit/dba9de197001e91094e594f0e4dc638007cce7a6) fix(symfony): fix property restrictions for root resource with dynamic validation groups (#6908)
9
+
10
+
### Features
11
+
12
+
*[421d97ecf](https://github.com/api-platform/core/commit/421d97ecfdbc7d699a3d017d1e3ae3827a38b216) feat(laravel): add support for backed enum normalizers (#6911)
13
+
14
+
Also contains [v3.4.15 changes](#v3415).
15
+
3
16
## v4.0.14
4
17
5
18
### Bug fixes
6
19
7
20
*[97cdb6b3f](https://github.com/api-platform/core/commit/97cdb6b3f43471789e096c9dc3a0c3c7b6d4e43c) fix(state): remove ProcessorInterface laravel specific type
8
21
*[b12a0d005](https://github.com/api-platform/core/commit/b12a0d005fda58a162b82a3574e6ee877838a55b) fix(graphql): register types for parameter args (#6895)
9
22
23
+
Also contains [v3.4.14 changes](#v3414).
24
+
10
25
## v4.0.13
11
26
12
27
### Bug fixes
@@ -138,7 +153,7 @@ Also contains [v3.4.6 changes](#v346).
138
153
*[c47e2996e](https://github.com/api-platform/core/commit/c47e2996e51c587c998fde88903703bd6ac9a43c) fix: default format and standard_put values
139
154
*[e327f5f69](https://github.com/api-platform/core/commit/e327f5f69c823c1ed674eefc0eb2551e30fb36bd) fix(symfony): namespace of path segment name generator services (#6642)
140
155
141
-
Notes:
156
+
Notes:
142
157
143
158
`standard_put=true` is now the default, you can set it to `false` using `extra_properties.defaults`
0 commit comments