Skip to content

Commit d63b103

Browse files
committed
chore: changelog 3.0.1
1 parent f532f37 commit d63b103

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 3.0.0
415

516
* Metadata: CRUD on subresource with experimental write support (#4932)
@@ -35,6 +46,9 @@ Breaking changes:
3546
* Doctrine: `ContextAware` interfaces were merged with their child interfaces you can safely remove them (#4779)
3647
* Metadata: the `Core` namespace got removed (#4805)
3748
* 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
3852

3953
## 2.7.1
4054

0 commit comments

Comments
 (0)