|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 | ## 2.5.x-dev
|
| 4 | +* JSON Schema: Missing LD context from Data Transformers #3479 |
| 5 | + |
| 6 | +## 2.5.5 |
4 | 7 |
|
5 | 8 | * GraphQL: Do not allow empty cursor values on `before` or `after`
|
6 | 9 | * Filter: Improve the RangeFilter query in case the values are equals using the between operator
|
7 |
| -* Bug fix: Allow Data Transformers to return the original class if no transformation has been made, or the transformation was to the original object |
| 10 | +* Pagination: Fix bug with large values, |
| 11 | +* Doctrine: use the correct type within `setParameter` of the SearchFilter #3331 |
| 12 | +* Allow \Traversable resources #3463 |
| 13 | +* Hydra: `hydra:writable` => `hydra:writeable` #3481 |
| 14 | +* Hydra: Show `hydra:next` only when it's available #3457 |
| 15 | +* DX: Improve contributing by adding a stub package for ext-mongodb #3431 |
| 16 | +* Swagger: Missing default context argument #3443 |
| 17 | +* Swagger: Fix API docs path in swagger ui #3475 |
| 18 | +* OpenAPI: Export with unescaped slashes #3368 |
| 19 | +* OpenAPI: OAuth flows fix #3333 |
| 20 | +* JSON Schema: Fix metadata options #3425 |
| 21 | +* JSON Schema: Allow decoration #3417 |
| 22 | +* JSON Schema: Add DateInterval type #3351 |
| 23 | +* JSON Schema: Correct schema generation for many types #3402 |
| 24 | +* Validation: Use our `ValidationException` instead of symfony's #3414 |
| 25 | +* Subresources: Improve queries when there's only one level #3396 |
| 26 | +* HTTP: Location header is only set on POST with a 201 or between 300 and 400 #3497 |
8 | 27 |
|
9 | 28 | ## 2.5.4
|
10 | 29 |
|
11 | 30 | * Add a local cache in `ResourceClassResolver::getResourceClass()`
|
12 |
| -* JSON Schema: Fix generation for non-resource class |
| 31 | +* JSON Schema: Fix generation for non-resource class |
13 | 32 | * Doctrine: Get class metadata only when it's needed in `SearchFilter`
|
14 | 33 | * GraphQL: Better detection of collection type
|
15 | 34 |
|
|
0 commit comments