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
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## v3.2.14
4
+
5
+
### Bug fixes
6
+
7
+
*[26295392d](https://github.com/api-platform/core/commit/26295392d5e70075b2951d27c633cf29d6fdf542) fix: use normalisation context when none is provided in ApiTestAssertionsTrait (#6157)
8
+
*[2999d9ef1](https://github.com/api-platform/core/commit/2999d9ef14416b4cb8728ad713a9edd367df9816) fix: return null instead of exception for GraphQL Query operation (#6118)
9
+
*[30f3f353e](https://github.com/api-platform/core/commit/30f3f353e2022ad6ec80733e90f209f326dc3225) fix(openapi): skip requestBody if input is false (#6163)
10
+
*[507edba82](https://github.com/api-platform/core/commit/507edba822d80005345794cec1a946f9a7e0c12c) fix(symfony): autoconfiguration on UriVariableTransformerInterface (#6159)
*[a987469e0](https://github.com/api-platform/core/commit/a987469e09608d91afd4507ec1f6ceacbd8653b2) fix(openapi): method OpenApi::getComponents must always return a Components object (#6158)
13
+
*[c08f1e164](https://github.com/api-platform/core/commit/c08f1e1642f4427269a7f684f0b3def34ba4c433) fix(doctrine): test array type existence before using it (#6161)
14
+
3
15
## v3.2.13
4
16
5
17
### Bug fixes
@@ -2021,4 +2033,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
2021
2033
## 1.0.0 beta 2
2022
2034
2023
2035
* Preserve indexes when normalizing and denormalizing associative arrays
2024
-
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
2036
+
* Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
0 commit comments