|
2 | 2 |
|
3 | 3 | ## 2.5.x-dev
|
4 | 4 |
|
| 5 | +## 2.5.5 |
| 6 | + |
5 | 7 | * GraphQL: Do not allow empty cursor values on `before` or `after`
|
6 | 8 | * Filter: Improve the RangeFilter query in case the values are equals using the between operator
|
| 9 | +* Pagination: Fix bug with large values, |
| 10 | +* Doctrine: use the correct type within `setParameter` of the SearchFilter #3331 |
| 11 | +* Allow \Traversable resources #3463 |
| 12 | +* Hydra: `hydra:writable` => `hydra:writeable` #3481 |
| 13 | +* 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 |
| 17 | +* OpenAPI: Export with unescaped slashes #3368 |
| 18 | +* OpenAPI: OAuth flows fix #3333 |
| 19 | +* JSON Schema: Fix metadata options #3425 |
| 20 | +* JSON Schema: Allow decoration #3417 |
| 21 | +* JSON Schema: Add DateInterval type #3351 |
| 22 | +* JSON Schema: Correct schema generation for many types #3402 |
| 23 | +* Validation: Use our `ValidationException` instead of symfony's #3414 |
| 24 | +* Subresources: Improve queries when there's only one level #3396 |
| 25 | +* HTTP: Location header is only set on POST with a 201 or between 300 and 400 #3497 |
7 | 26 |
|
8 | 27 | ## 2.5.4
|
9 | 28 |
|
10 | 29 | * Add a local cache in `ResourceClassResolver::getResourceClass()`
|
11 |
| -* JSON Schema: Fix generation for non-resource class |
| 30 | +* JSON Schema: Fix generation for non-resource class |
12 | 31 | * Doctrine: Get class metadata only when it's needed in `SearchFilter`
|
13 | 32 | * GraphQL: Better detection of collection type
|
14 | 33 |
|
|
0 commit comments