Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
14.2.0-p.3
Fixed websockets message corruption after cancellation (#7768)
15.0.0-p.15
What's Changed
- Support nodes field for automatic mocking by @tobias-tengler in #7728
- [Fusion] Add tests for @remove by @tobias-tengler in #7727
- @semanticNonNull support by @tobias-tengler in #7681
- Added v15 migration document by @glen-84 in #7716
- Changed the runtime type for LocalDateType, LocalTimeType, and DateType by @glen-84 in #7717
- Updated snapshots by @glen-84 in #7733
- Updated "Persisted operations" documentation by @glen-84 in #7734
- Added migration section for OnlyAllowPersistedOperations option change by @glen-84 in #7735
- Fixed integration tests for Windows users by @CronKz in #7683
- Enforced specific format for LocalDateType, LocalTimeType, and DateType by @glen-84 in #7722
- Added migration section for runtime type changes by @glen-84 in #7721
- Added migration section for LocalDate/LocalTime/Date enforced format by @glen-84 in #7723
- Added link to "Migrate from 14 to 15" page by @glen-84 in #7738
- Updated references to previous persisted operation options by @glen-84 in #7737
- Added Fusion 15 base project structure. by @michaelstaib in #7743
- Include net9.0 tools in StrawberryShake package by @TylerSiegrist in #7710
Full Changelog: 15.0.0-p.14...15.0.0-p.15
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