Skip to content

Commit 92e82aa

Browse files
authored
chore(changelog): 3.0 breaking changes (#4813)
1 parent 0d1d389 commit 92e82aa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
=======
33

4+
## 3.0.0-beta.1
5+
6+
Breaking changes:
7+
8+
* Identifiers: Allow plain identifiers is removed, use a custom normalizer if needed (#4811)
9+
* Symfony: deprecated configuration was removed (#4811)
10+
* DataTransformers: concept got removed, input and output classes are handled as anonymous resources (#4805)
11+
* Doctrine: some interfaces have changed (extensions and filters), `string $operationName` got removed in favor of `ApiPlatform\Metadata\Operation $operation`. (#4779)
12+
* Doctrine: `ContextAware` interfaces were merged with their child interfaces you can safely remove them (#4779)
13+
* Metadata: the `Core` namespace got removed (#4805)
14+
* Mercure: deprecation removed (#4805)
15+
416
## 2.7.0-beta.3
517

618
* Metadata: use the HTTP method instead of an interface for writability (#4785)

0 commit comments

Comments
 (0)