Skip to content

Commit 3b36fd9

Browse files
Merge branch '2.5' into patch/dto-output-class-same-as-original
2 parents 09680fc + 157eba0 commit 3b36fd9

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,34 @@
11
# Changelog
22

33
## 2.5.x-dev
4+
* JSON Schema: Missing LD context from Data Transformers #3479
5+
6+
## 2.5.5
47

58
* GraphQL: Do not allow empty cursor values on `before` or `after`
69
* 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
827

928
## 2.5.4
1029

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

0 commit comments

Comments
 (0)