Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
14.2.0-p.2
Added .NET 9 (#7741)
15.0.0-p.14
Fixed issue when accept:*/* and operation is a subscription. (#7732)
14.2.0-p.1
Fixed URL-safe ID serialization (#7725)
15.0.0-p.13
Fixed duplicated documentation text (#7707)
14.1.0
What's Changed
- Change RequireSlicingArgs default to false. (#7666)
- Allow control over interfaces of generated DataLoader. (#7621)
- Fixed issue that is caused by an internal predicate builder. (#7640)
- Fixed issue that caused compile errors on generated DataLoader code. (#7647)
- Fixed issue that closed stream when using StreamWriter in SyntaxPrinter.PrintToAsync (#7657)
- Added missing ParallelExecutable flag to node and nodes fields (#7661)
- [Fusion] Fixed composition of spec directives (#7643)
- Fixed incorrect TotalCount when no data is returned (#7671)
- Improved Noda Time scalar type descriptions (#7665)
- Fixed incorrect TotalCount for MongoDB (#7669)
- Fixed incorrect ResolverParameterKind for GetScopedState/SetLocalState (#7670)
- Passed the correct argument to SetSlicedQuery in CursorPagingHandler (#7667)
- Fixed compile issues after cherry picking fixes.
- Fixed issue with extracting predicates from IFilterContext. (#7693)
- Replaced static calls to SnapshotExtensions.AddResult in MongoDB tests (#7689)
- Updated MongoDB Driver to 3.0.0 (#7684)
- Used pure resolver for errors field in custom mutation payloads (#7691)
Full Changelog: 14.0.0...14.1.0
14.1.0-p.2
What's Changed
- Change RequireSlicingArgs default to false. (#7666)
- Allow control over interfaces of generated DataLoader. (#7621)
- Fixed issue that is caused by an internal predicate builder. (#7640)
- Fixed issue that caused compile errors on generated DataLoader code. (#7647)
- Fixed issue that closed stream when using StreamWriter in SyntaxPrinter.PrintToAsync (#7657)
- Added missing ParallelExecutable flag to node and nodes fields (#7661)
- [Fusion] Fixed composition of spec directives (#7643)
- Change RequireSlicingArgs default to false. (#7666)
- Fixed incorrect TotalCount when no data is returned (#7671)
- Improved Noda Time scalar type descriptions (#7665)
- Fixed incorrect TotalCount for MongoDB (#7669)
- Fixed incorrect ResolverParameterKind for GetScopedState/SetLocalState (#7670)
- Passed the correct argument to SetSlicedQuery in CursorPagingHandler (#7667)
- Fixed compile issues after cherry picking fixes.
Full Changelog: 14.0.0...14.1.0-p.2
14.1.0-p.1
Fixed compile issues after cherry picking fixes.
15.0.0-p.12
What's Changed
- Updated cspell.json by @glen-84 in #7639
- Updated the Security section in the v14 blog post by @glen-84 in #7637
- Added migration sections for Dependency Injection and Entity Framework by @glen-84 in #7634
- Updated screenshots for Nitro by @glen-84 in #7591
- Removed HotChocolate.Types.FSharp by @glen-84 in #7619
- Updated the issue templates to set the type instead of applying a label by @glen-84 in #7616
- Fixed issue that caused compile errors on generated DataLoader code. by @michaelstaib in #7647
Full Changelog: 15.0.0-p.11...15.0.0-p.12
15.0.0-p.11
What's Changed
- Fixed issue that is caused by an internal predicate builder. by @michaelstaib in #7640
Full Changelog: 15.0.0-p.10...15.0.0-p.11
15.0.0-p.10
What's Changed
- Allow control over interfaces of generated DataLoader. by @michaelstaib in #7621
Full Changelog: 15.0.0-p.9...15.0.0-p.10