Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
14.2.0-p.9
What's Changed
- Fixed URL-safe ID serialization (#7725)
- Added .NET 9 (#7741)
- Fixed issue when accept:/ and operation is a subscription. (#7732)
- Include net9.0 tools in StrawberryShake package (#7710)
- Prevented type descriptions from being overwritten while merging (#7751)
- Fixed websockets message corruption after cancellation (#7768)
- Only cache authorization policies if permitted by policy provider (#7705)
- [Fusion] Fixed duplicated selections (#7677)
- Added @semanticNonNull support (#7681)
- Fixed parsing issue in Utf8GraphQLRequestParser#ParseStringOrNull (#7703)
- Fixed issue with non-deterministic order of automatic type registrations (#7708)
- Added "AddDataLoader<TService, TImplementation>" overload that takes a factory (#7674)
- Fixed xml method description when dictionary args present (#7765)
- Added ability to mark requests as warmup (#7798)
- Added support for between both cursors (#7800)
Full Changelog: 14.1.0...14.2.0-p.9
14.2.0-p.8
What's Changed
- Fixed URL-safe ID serialization (#7725)
- Added .NET 9 (#7741)
- Fixed issue when accept:/ and operation is a subscription. (#7732)
- Include net9.0 tools in StrawberryShake package (#7710)
- Prevented type descriptions from being overwritten while merging (#7751)
- Fixed websockets message corruption after cancellation (#7768)
- Only cache authorization policies if permitted by policy provider (#7705)
- [Fusion] Fixed duplicated selections (#7677)
- Added @semanticNonNull support (#7681)
- Fixed parsing issue in Utf8GraphQLRequestParser#ParseStringOrNull (#7703)
- Fixed issue with non-deterministic order of automatic type registrations (#7708)
- Added "AddDataLoader<TService, TImplementation>" overload that takes a factory (#7674)
- Fixed xml method description when dictionary args present (#7765)
- Added ability to mark requests as warmup (#7798)
Full Changelog: 14.1.0...14.2.0-p.8
14.2.0-p.10
What's Changed
- Fixed URL-safe ID serialization (#7725)
- Added .NET 9 (#7741)
- Fixed issue when accept:/ and operation is a subscription. (#7732)
- Include net9.0 tools in StrawberryShake package (#7710)
- Prevented type descriptions from being overwritten while merging (#7751)
- Fixed websockets message corruption after cancellation (#7768)
- Only cache authorization policies if permitted by policy provider (#7705)
- [Fusion] Fixed duplicated selections (#7677)
- Added @semanticNonNull support (#7681)
- Fixed parsing issue in Utf8GraphQLRequestParser#ParseStringOrNull (#7703)
- Fixed issue with non-deterministic order of automatic type registrations (#7708)
- Added "AddDataLoader<TService, TImplementation>" overload that takes a factory (#7674)
- Fixed xml method description when dictionary args present (#7765)
- Added ability to mark requests as warmup (#7798)
- Added support for between both cursors (#7800)
- Fixed client complete abort websocket that is sending (#7793)
Full Changelog: 14.1.0...14.2.0-p.10
14.2.0-p.7
What's Changed
- Fixed URL-safe ID serialization (#7725)
- Added .NET 9 (#7741)
- Fixed issue when accept:/ and operation is a subscription. (#7732)
- Include net9.0 tools in StrawberryShake package (#7710)
- Prevented type descriptions from being overwritten while merging (#7751)
- Fixed websockets message corruption after cancellation (#7768)
- Only cache authorization policies if permitted by policy provider (#7705)
- [Fusion] Fixed duplicated selections (#7677)
- Added @semanticNonNull support (#7681)
- Fixed parsing issue in Utf8GraphQLRequestParser#ParseStringOrNull (#7703)
- Fixed issue with non-deterministic order of automatic type registrations (#7708)
- Added "AddDataLoader<TService, TImplementation>" overload that takes a factory (#7674)
- Fixed xml method description when dictionary args present (#7765)
Full Changelog: 14.1.0...14.2.0-p.7
14.2.0-p.6
What's Changed
- Fixed URL-safe ID serialization (#7725)
- Added .NET 9 (#7741)
- Fixed issue when accept:/ and operation is a subscription. (#7732)
- Include net9.0 tools in StrawberryShake package (#7710)
- Prevented type descriptions from being overwritten while merging (#7751)
- Fixed websockets message corruption after cancellation (#7768)
- Only cache authorization policies if permitted by policy provider (#7705)
- [Fusion] Fixed duplicated selections (#7677)
- Added @semanticNonNull support (#7681)
- Fixed parsing issue in Utf8GraphQLRequestParser#ParseStringOrNull (#7703)
- Fixed issue with non-deterministic order of automatic type registrations (#7708)
- Added "AddDataLoader<TService, TImplementation>" overload that takes a factory (#7674)
- Fixed xml method description when dictionary args present (#7765)
Full Changelog: 14.1.0...14.2.0-p.6
14.2.0-p.5
What's Changed
- Fixed URL-safe ID serialization (#7725)
- Added .NET 9 (#7741)
- Fixed issue when accept:/ and operation is a subscription. (#7732)
- Include net9.0 tools in StrawberryShake package (#7710)
- Prevented type descriptions from being overwritten while merging (#7751)
- Fixed websockets message corruption after cancellation (#7768)
- Only cache authorization policies if permitted by policy provider (#7705)
- [Fusion] Fixed duplicated selections (#7677)
- Added @semanticNonNull support (#7681)
- Fixed parsing issue in Utf8GraphQLRequestParser#ParseStringOrNull (#7703)
- Fixed issue with non-deterministic order of automatic type registrations (#7708)
- Added "AddDataLoader<TService, TImplementation>" overload that takes a factory (#7674)
- Fixed xml method description when dictionary args present (#7765)
Full Changelog: 14.1.0...14.2.0-p.5
14.2.0-p.4
Fixed Compile Errors
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)