Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
15.1.0-p.15
- [Fusion] @semanticNonNull composition support (#7731)
- Updated node ID serializers to ensure correct padding while parsing (#8123)
- Updated ISelection.AsSelector to correctly handle the nodes field (#8122)
- Updated CI workflow to only run Docker Hub login step for local branches (#8121)
15.1.0-p.14
- Fixed Source Generator Visual Studio 2022 incompatibility (#8112)
- Fixed Node id field can no longer be provided via an extension type (#8116)
- Fixed DataLoader does not work with a class resolver for interface types. (#8117)
- Fixed flaky executor tests (#8113)
- Fixed concurrency issue when building selector expressions. (#8118)
- Throw error when is implicitly bound as schema type. (#8119)
- Fixed invalid base64 ID parsing (#8101)
- Added Docker Hub login step to CI and coverage workflows (#8114)
15.1.0-p.13
- Fixed issues with ToPageAsync() and relative cursors. (#8110)
- Do not overwrite Id Serializer with AddGlobalObjectIdentification (#8107)
- Avoided setting an implicit name for enum values with an explicit name (#8108)
15.1.0-p.12
- Fix nested sorting a new approach QueryContext (#8061)
- Clean SortInput postfix (#8045)
- Add services to support complex sort handler (#8047)
- Abandon Response Formatting Gracefully on Cancellation (#8078)
- Add support for relative cursors. (#8048)
16.0.0-p.1
Merge branch 'main' into mst/relative-cursors
15.1.0-p.11
- Remove Hot Reload Hooks (#8079)
- Fixed authorization type interceptor flow. (#8096)
15.1.0-p.10.1
Abandon Response Formatting Gracefully on Cancellation
15.1.0-p.10
- Used the correct xUnit packages in Cookie Crumble libraries (#8054)
- (Hopefully) Fix flakey test (#8056)
- Added missing condition to TypeRegistry#Register (#8058)
- Scope OperationCache to RequestExecutor (#8055)
- Warmup new executor before replacing old one (#8068)
15.1.0-p.9
- Ensure TypeModuleChangeMonitor is properly disposed (#8041)
15.1.0-p.8
- Aligned DataLoader options behavior. (#8044)
- Fixed type DataLOader to DataLoader (#8037)
- Added a new overload for 'ParentRequires' that uses an expression. (#8032)
- Marked delegate / ad-hoc DataLoader as obsolete and updated docs. (#8033)