File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v3.0.11
4
+
5
+ ### Bug fixes
6
+
7
+ * [ 0154bf13c] ( https://github.com/api-platform/core/commit/0154bf13c3aa99b6bfe2c17c875a51e876aca43f ) fix(metadata): homogenize operations constructor (#5344 )
8
+ Note: we made clear that we are supporting only named arguments on our Attributes. We do not support backward compatibility on positional arguments.
9
+ * [ 53cb25fab] ( https://github.com/api-platform/core/commit/53cb25fab0fcec2d336590c7e82e1c6a8728d00a ) fix(symfony): annotation reader argument optional (#5358 )
10
+ * [ 722802c13] ( https://github.com/api-platform/core/commit/722802c13200179cd9ce7b2812738471a9340f27 ) fix(graphql): usable YAML/XML configuration (#5333 )
11
+ Note: ` paginationViaCursor ` was removed from GraphQl operations as it had no behavior
12
+ * [ 937786efe] ( https://github.com/api-platform/core/commit/937786efeab77f939d67973d7b4e7bc4fd8eec17 ) fix(metadata): extract identifier using ` Link::toProperty ` (#5352 )
13
+
3
14
## v3.0.10
4
15
5
16
### Bug fixes
@@ -1399,4 +1410,4 @@ Please read #2825 if you have issues with the behavior of Readable/Writable Link
1399
1410
## 1.0.0 beta 2
1400
1411
1401
1412
* Preserve indexes when normalizing and denormalizing associative arrays
1402
- * Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
1413
+ * Allow setting default order for property when registering a `Doctrine\Orm\Filter\OrderFilter` instance
You can’t perform that action at this time.
0 commit comments