Skip to content

Commit 3a14131

Browse files
committed
Update changelog
1 parent 5dd51a0 commit 3a14131

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
# Changelog
22

3-
## 2.5.x-dev
4-
53
## 2.5.5
64

7-
* GraphQL: Do not allow empty cursor values on `before` or `after`
8-
* Filter: Improve the RangeFilter query in case the values are equals using the between operator
9-
* Pagination: Fix bug with large values,
5+
* Filter: Improve the RangeFilter query in case the values are equals using the between operator #3488
6+
* Pagination: Fix bug with large values #3451
107
* Doctrine: use the correct type within `setParameter` of the SearchFilter #3331
11-
* Allow \Traversable resources #3463
8+
* Allow `\Traversable` resources #3463
129
* Hydra: `hydra:writable` => `hydra:writeable` #3481
1310
* Hydra: Show `hydra:next` only when it's available #3457
14-
* DX: Improve contributing by adding a stub package for ext-mongodb #3431
15-
* Swagger: Missing default context argument #3443
16-
* Swagger: Fix API docs path in swagger ui #3475
11+
* Swagger UI: Missing default context argument #3443
12+
* Swagger UI: Fix API docs path in swagger ui #3475
1713
* OpenAPI: Export with unescaped slashes #3368
1814
* OpenAPI: OAuth flows fix #3333
1915
* JSON Schema: Fix metadata options #3425
2016
* JSON Schema: Allow decoration #3417
2117
* JSON Schema: Add DateInterval type #3351
2218
* JSON Schema: Correct schema generation for many types #3402
23-
* Validation: Use our `ValidationException` instead of symfony's #3414
19+
* Validation: Use API Platform's `ValidationException` instead of Symfony's #3414
20+
* Validation: Fix a bug preventing to serialize validator's payload #3375
2421
* Subresources: Improve queries when there's only one level #3396
2522
* HTTP: Location header is only set on POST with a 201 or between 300 and 400 #3497
23+
* GraphQL: Do not allow empty cursor values on `before` or `after` #3360
2624

2725
## 2.5.4
2826

0 commit comments

Comments
 (0)