File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.1
4
+
5
+ * Symfony: don't use ArrayAdapter cache in production #5027
6
+ * Symfony: remove ` _api_exception_to_status ` leftovers (#4992 )
7
+ * Serializer: support empty array as object (#4999 )
8
+ * Chore: compatibility with PHP 8.2 (#5024 )
9
+ * Symfony: resource class directories bc break (#4982 )
10
+ * Symfony: exception_status bad merge (#4981 )
11
+ * Graphql: remove unused service for ItemResolverFactory (#4976 )
12
+ * Chore: document missing breaking changes on the 3.0.0-beta.1
13
+
3
14
## 3.0.0
4
15
5
16
* Metadata: CRUD on subresource with experimental write support (#4932 )
@@ -35,6 +46,9 @@ Breaking changes:
35
46
* Doctrine: ` ContextAware ` interfaces were merged with their child interfaces you can safely remove them (#4779 )
36
47
* Metadata: the ` Core ` namespace got removed (#4805 )
37
48
* Mercure: deprecation removed (#4805 )
49
+ * Identifiers: using an object as identifier is supported only when this object is ` Stringable `
50
+ * Serializer: ` skip_null_values ` now defaults to ` true `
51
+ * Metadata: ` Patch ` is added to the automatic CRUD
38
52
39
53
## 2.7.1
40
54
You can’t perform that action at this time.
0 commit comments