Skip to content

Commit

Permalink
Merge pull request #3498 from soyuka/2.5
Browse files Browse the repository at this point in the history
Changelog for 2.5.5
  • Loading branch information
dunglas committed Apr 20, 2020
2 parents 3c49506 + 7b1fb76 commit 157eba0
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,13 +2,32 @@

## 2.5.x-dev

## 2.5.5

* GraphQL: Do not allow empty cursor values on `before` or `after`
* Filter: Improve the RangeFilter query in case the values are equals using the between operator
* Pagination: Fix bug with large values,
* Doctrine: use the correct type within `setParameter` of the SearchFilter #3331
* Allow \Traversable resources #3463
* Hydra: `hydra:writable` => `hydra:writeable` #3481
* Hydra: Show `hydra:next` only when it's available #3457
* DX: Improve contributing by adding a stub package for ext-mongodb #3431
* Swagger: Missing default context argument #3443
* Swagger: Fix API docs path in swagger ui #3475
* OpenAPI: Export with unescaped slashes #3368
* OpenAPI: OAuth flows fix #3333
* JSON Schema: Fix metadata options #3425
* JSON Schema: Allow decoration #3417
* JSON Schema: Add DateInterval type #3351
* JSON Schema: Correct schema generation for many types #3402
* Validation: Use our `ValidationException` instead of symfony's #3414
* Subresources: Improve queries when there's only one level #3396
* HTTP: Location header is only set on POST with a 201 or between 300 and 400 #3497

## 2.5.4

* Add a local cache in `ResourceClassResolver::getResourceClass()`
* JSON Schema: Fix generation for non-resource class
* JSON Schema: Fix generation for non-resource class
* Doctrine: Get class metadata only when it's needed in `SearchFilter`
* GraphQL: Better detection of collection type

Expand Down

0 comments on commit 157eba0

Please sign in to comment.