Skip to content

Commit 157eba0

Browse files
authored
Merge pull request #3498 from soyuka/2.5
Changelog for 2.5.5
2 parents 3c49506 + 7b1fb76 commit 157eba0

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,32 @@
22

33
## 2.5.x-dev
44

5+
## 2.5.5
6+
57
* GraphQL: Do not allow empty cursor values on `before` or `after`
68
* 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
726

827
## 2.5.4
928

1029
* 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
1231
* Doctrine: Get class metadata only when it's needed in `SearchFilter`
1332
* GraphQL: Better detection of collection type
1433

0 commit comments

Comments
 (0)