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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
# Changelog
2
2
=======
3
3
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
+
4
16
## 2.7.0-beta.3
5
17
6
18
* Metadata: use the HTTP method instead of an interface for writability (#4785)
0 commit comments