Skip to content

Commit 666d063

Browse files
committed
Add changelog for v2.5.1
1 parent a2dbb3c commit 666d063

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

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+
321
## 2.5.0
422

523
* Fix BC-break when using short-syntax notation for `access_control`

0 commit comments

Comments
 (0)