File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.5.1
4
+
5
+ * Compatibility with Symfony 5
6
+ * Fix a notice in ` SerializerContextBuilder `
7
+ * Fix dashed path segment generation
8
+ * Fix support for custom filters without constructor in the ` @ApiFilter ` annotation
9
+ * Fix a bug that was preventing to disable Swagger/OpenAPI
10
+ * Return a ` 404 ` HTTP status code instead of ` 500 ` whe the identifier is invalid (e.g.: invalid UUID)
11
+ * Add links to the documentation in ` @ApiResource ` annotation's attributes to improve DX
12
+ * JSON:API: fix pagination being ignored when using the ` filter ` query parameter
13
+ * Elasticsearch: Allow multiple queries to be set
14
+ * OpenAPI: Do not append ` body ` parameter if it already exists
15
+ * OpenAPI: Fix removal of illegal characters in schema name for Amazon API Gateway
16
+ * Swagger UI: Add missing ` oauth2-redirect ` configuration
17
+ * Swagger UI: Allow changing the location of Swagger UI
18
+ * GraphQL: Fix an error that was occurring when ` SecurityBundle ` was not installed
19
+ * HTTP/2 Server Push: Push relations as ` fetch `
20
+
3
21
## 2.5.0
4
22
5
23
* Fix BC-break when using short-syntax notation for ` access_control `
You can’t perform that action at this time.
0 commit comments