File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## 2.2.8
4
21
5
22
* Fix support for max depth when using subresources
You can’t perform that action at this time.
0 commit comments