|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 2.5.x-dev |
4 |
| - |
5 | 3 | ## 2.5.5
|
6 | 4 |
|
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 |
10 | 7 | * Doctrine: use the correct type within `setParameter` of the SearchFilter #3331
|
11 |
| -* Allow \Traversable resources #3463 |
| 8 | +* Allow `\Traversable` resources #3463 |
12 | 9 | * Hydra: `hydra:writable` => `hydra:writeable` #3481
|
13 | 10 | * 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 |
17 | 13 | * OpenAPI: Export with unescaped slashes #3368
|
18 | 14 | * OpenAPI: OAuth flows fix #3333
|
19 | 15 | * JSON Schema: Fix metadata options #3425
|
20 | 16 | * JSON Schema: Allow decoration #3417
|
21 | 17 | * JSON Schema: Add DateInterval type #3351
|
22 | 18 | * 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 |
24 | 21 | * Subresources: Improve queries when there's only one level #3396
|
25 | 22 | * 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 |
26 | 24 |
|
27 | 25 | ## 2.5.4
|
28 | 26 |
|
|
0 commit comments