You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed QueryRequestBuild handling of extensions. [#2608](https://github.com/ChilliCream/graphql-platform/pull/2608)
352
352
353
-
## [10.5.3]
353
+
## [10.5.3] - 2020-09-27
354
354
355
355
### Fixed
356
356
357
357
- Fixed ConnectionMiddleware and IEnumerable + IConnection [#2378](https://github.com/ChilliCream/graphql-platform/pull/2378)
358
358
359
-
## [10.5.2]
359
+
## [10.5.2] - 2020-07-28
360
360
361
361
### Fixed
362
362
363
363
- Fixed ID serialization on input types [#2174](https://github.com/ChilliCream/graphql-platform/pull/2174)
364
364
365
-
## [10.5.1]
365
+
## [10.5.1] - 2020-07-28
366
366
367
367
### Fixed
368
368
369
369
- Fixed field discovery [#2167](https://github.com/ChilliCream/graphql-platform/pull/2167)
370
370
371
-
## [10.5.0]
371
+
## [10.5.0] - 2020-07-27
372
372
373
373
### Added
374
374
@@ -402,7 +402,7 @@ Return argument value as field definition runtimeType if requested as object typ
402
402
- Fixed schema type discovery issues.
403
403
- Fixed field discovery for object type extensions.
404
404
405
-
## [10.4.0]
405
+
## [10.4.0] - 2020-03-18
406
406
407
407
### Added
408
408
@@ -429,45 +429,45 @@ Return argument value as field definition runtimeType if requested as object typ
429
429
- Fixed issue where the type dependencies of type extension where not correctly merged with the target type.
430
430
- Fixed `UUID` type serialization.
431
431
432
-
## [10.3.6]
432
+
## [10.3.6] - 2020-02-28
433
433
434
434
### Fixed
435
435
436
436
- Fixed handling of variables when delegating data fetching through the stitching context. [#1390](https://github.com/ChilliCream/graphql-platform/pull/1390)
437
437
438
-
## [10.3.5]
438
+
## [10.3.5] - 2020-01-13
439
439
440
440
### Fixed
441
441
442
442
- Fixed issue that caused errors when collecting fields on a directive context
- Fixed issue where input fields were no longer automatically converted.
462
462
- Fixed issue where the float was rounded when provided as variable.
463
463
464
-
## [10.3.1]
464
+
## [10.3.1] - 2019-12-31
465
465
466
466
### Fixed
467
467
468
468
- Fixed issue that private setters where not used during input deserialization.
469
469
470
-
## [10.3.0]
470
+
## [10.3.0] - 2019-12-26
471
471
472
472
### Added
473
473
@@ -499,7 +499,7 @@ Return argument value as field definition runtimeType if requested as object typ
499
499
- Fixed parser error handling in middleware. [#1028](https://github.com/ChilliCream/graphql-platform/pull/1028)
500
500
- Fixed directive delegation (@skip/@include) in stitching. [#937](https://github.com/ChilliCream/graphql-platform/pull/937)
501
501
502
-
## [10.2.0]
502
+
## [10.2.0] - 2019-10-31
503
503
504
504
### Added
505
505
@@ -528,7 +528,7 @@ Return argument value as field definition runtimeType if requested as object typ
528
528
- The complecity middleware when multiplier where activated did only take the firs level into account. [#1137](https://github.com/ChilliCream/graphql-platform/pull/1137)
529
529
- Errors when attempting to filter on nullable types. [#1121](https://github.com/ChilliCream/graphql-platform/pull/1121)
530
530
531
-
## [10.1.0]
531
+
## [10.1.0] - 2019-09-13
532
532
533
533
### Added
534
534
@@ -547,7 +547,7 @@ Return argument value as field definition runtimeType if requested as object typ
547
547
- Fixed scoped service handling. [#1066](https://github.com/ChilliCream/graphql-platform/pull/1066)
548
548
- Fixed Duplicate service registration. [#1066](https://github.com/ChilliCream/graphql-platform/pull/1066)
549
549
550
-
## [10.0.0]
550
+
## [10.0.0] - 2019-08-14
551
551
552
552
### Added
553
553
@@ -883,7 +883,42 @@ Return argument value as field definition runtimeType if requested as object typ
883
883
- Diagnostic source which can be used to track field execution times and other events.
884
884
- Implementing a directive middleware has now become much easier with this release. We have built the authorize-directive with these new APIs.
0 commit comments