Skip to content

Commit 9e5e218

Browse files
committed
Update changelog
1 parent 1b5faf7 commit 9e5e218

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

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

3+
## 2.3.0
4+
5+
* Add support for deprecating resources, operations and fields in GraphQL, Hydra and Swagger
6+
* Add API Platform panels in the Symfony profiler and in the web debug toolbar
7+
* Make resource class's constructor parameters writables
8+
* Add a shortcut syntax to define attributes at the root of `@ApiResource` and `@ApiProperty` annotations
9+
* Throw an exception if a required filter isn't set
10+
* Allow to specify the message when the access is denied using the `access_control_message` attribute
11+
* Add a new option to include null results when using the date filter
12+
* Allow data persisters to return a new instance instead of mutating the existing one
13+
* Add a new attribute to configure specific for formats per resources or operations
14+
* Add an `--output` option to the `api:swagger:export` command
15+
* Implement the `CacheableSupportsMethodInterface` introduced in Symfony 4.1 in all (de)normalizers (improves the performance dramatically)
16+
* Drop support for PHP 7.0
17+
* GraphQL: Add a `totalCount` field in GraphQL paginated collections
18+
* JSONAPI: Allow to include related resources
19+
320
## 2.2.8
421

522
* Fix support for max depth when using subresources

0 commit comments

Comments
 (0)