Skip to content

Commit 9ce9024

Browse files
committed
chore: changelog 3.0
1 parent 1c0de91 commit 9ce9024

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22
=======
33

4-
## 3.0.0-rc.3
4+
## 3.0.0
55

6-
* Symfony: removed the `$exceptionOnNoToken` parameter in `ResourceAccessChecker::__construct()` (#4905)
6+
* Symfony: 6.1 compatibility and remove 4.4 and 5.4 support (#4851)
7+
* Symfony: removed the $exceptionOnNoToken parameter in `ResourceAccessChecker::__construct()` (#4905)
8+
* Symfony: use conventional service names for Doctrine state providers and processors (#4859)
9+
* Symfony: adjust mapping paths to the SF best practices for Bundles **BC** `Resources/config/api_resources` to `config/api_resources` (#4853)
10+
* Symfony: `src/ApiResource/` is the recommended place for API models (#4874)
11+
* Cache: remove guzzle from the Varnish purger (#4872)
12+
13+
Various cleanup in services and removal of backward compatibility layer.
714

815
## 2.7.0
916

@@ -13,14 +20,20 @@
1320
* Serializer: adds the JSON_INVALID_UTF8_IGNORE flag to JsonEncode (#4741)
1421
* Symfony: autoconfigure legacy Doctrine extensions (#4909)
1522
* Elasticsearch: skip metadata without ES nodes (#4913)
23+
* Symfony: deprecate the $exceptionOnNoToken parameter in ResourceAccessChecker::__construct() (#4900)
24+
* Symfony: deprecated the `$exceptionOnNoToken` parameter in `ResourceAccessChecker::__construct()` (#4900)
1625

1726
Various cs fixes and PHPDoc to help upgrading to 3.0.
1827

19-
## 2.7.0-rc.3
28+
## 3.0.0-rc.2
2029

21-
* Symfony: deprecated the `$exceptionOnNoToken` parameter in `ResourceAccessChecker::__construct()` (#4900)
30+
* JsonLd: correct the `api_jsonld_context` route format (#4844)
31+
* Metadata: remove metadata_backward_compatibility_layer option (#4843)
32+
* OpenApi: fixed required fields (in and name) within `ApiPlatform\OpenApi\Model\Parameter` **BC**
2233

23-
## 3.0.0-beta.2
34+
Various cleanup, removed `Core` namespace leftovers and todos.
35+
36+
## 3.0.0-beta.2 / 3.0.0-rc.1
2437

2538
* ExpressionLanguage: deprecated class `ApiPlatform\Symfony\Security\ExpressionLanguage` has been removed in favor of `Symfony\Component\Security\Core\Authorization\ExpressionLanguage`.
2639

@@ -36,6 +49,11 @@ Breaking changes:
3649
* Metadata: the `Core` namespace got removed (#4805)
3750
* Mercure: deprecation removed (#4805)
3851

52+
## 2.7.0-rc.2
53+
54+
* Symfony: the upgrade command now updates ApiFilter as well (#4845)
55+
* Symfony: maker command to create a state Processor (#4423)
56+
3957
## 2.7.0-beta.5
4058

4159
* Serializer: ignore no-operation on SerializeListener (#4828)

0 commit comments

Comments
 (0)