Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
15.0.0-p.23
Fixed GetPagingArguments()
15.0.0-p.22
Reworked type extension registration.
14.4.0-p.9
Reworked type extension registration.
14.4.0-p.8
- Added generic NamedType helper. (#7923)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Added Fusion Cost Analyzer Improvements. (#7867)
- Updated package references in the gateway templates (#7861)
- Access formatters more efficiently. (#7863)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Allowed built-in scalars and directives to be parsed by the SchemaParser (#7809)
- Resolved issue in SchemaParser that prevented default values parsing in Input Objects (#7895)
- Correctly handle null for lists of nullable value-type IDs (#7933)
- Support
@include
/@skip
for non-nullable fields (#7918) - Reworked the invalid GraphQL name error message. (#7939)
- Do not inline total count by default into paging queries. (#7942)
- Fixed issues with IsSelected and composite lists. (#7941)
- Added support for total count to ToBatchPageAsync. (#7944)
- Reworked the type inititialization flow. (#7953)
Full Changelog: 14.3.0...14.4.0-p.8
14.4.0-p.7
- Added generic NamedType helper. (#7923)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Added Fusion Cost Analyzer Improvements. (#7867)
- Updated package references in the gateway templates (#7861)
- Access formatters more efficiently. (#7863)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Allowed built-in scalars and directives to be parsed by the SchemaParser (#7809)
- Resolved issue in SchemaParser that prevented default values parsing in Input Objects (#7895)
- Correctly handle null for lists of nullable value-type IDs (#7933)
- Support
@include
/@skip
for non-nullable fields (#7918) - Reworked the invalid GraphQL name error message. (#7939)
- Do not inline total count by default into paging queries. (#7942)
- Fixed issues with IsSelected and composite lists. (#7941)
- Added support for total count to ToBatchPageAsync. (#7944)
- Reworked the type inititialization flow. (#7953)
Full Changelog: 14.3.0...14.4.0-p.7
14.4.0-p.6
- Added generic NamedType helper. (#7923)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Added Fusion Cost Analyzer Improvements. (#7867)
- Updated package references in the gateway templates (#7861)
- Access formatters more efficiently. (#7863)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Allowed built-in scalars and directives to be parsed by the SchemaParser (#7809)
- Resolved issue in SchemaParser that prevented default values parsing in Input Objects (#7895)
- Correctly handle null for lists of nullable value-type IDs (#7933)
- Support
@include
/@skip
for non-nullable fields (#7918) - Reworked the invalid GraphQL name error message. (#7939)
- Do not inline total count by default into paging queries. (#7942)
- Fixed issues with IsSelected and composite lists. (#7941)
- Added support for total count to ToBatchPageAsync. (#7944)
Full Changelog: 14.3.0...14.4.0-p.6
14.4.0-p.5
- Added generic NamedType helper. (#7923)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Added Fusion Cost Analyzer Improvements. (#7867)
- Updated package references in the gateway templates (#7861)
- Access formatters more efficiently. (#7863)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Allowed built-in scalars and directives to be parsed by the SchemaParser (#7809)
- Resolved issue in SchemaParser that prevented default values parsing in Input Objects (#7895)
- Correctly handle null for lists of nullable value-type IDs (#7933)
- Support
@include
/@skip
for non-nullable fields (#7918) - Reworked the invalid GraphQL name error message. (#7939)
- Do not inline total count by default into paging queries. (#7942)
- Fixed issues with IsSelected and composite lists. (#7941)
Full Changelog: 14.3.0...14.4.0-p.5
14.4.0-p.4
- Added generic NamedType helper. (#7923)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Added Fusion Cost Analyzer Improvements. (#7867)
- Updated package references in the gateway templates (#7861)
- Access formatters more efficiently. (#7863)
- Made AddAuthorizeDirectiveType public for customizations. (#7836)
- Allowed built-in scalars and directives to be parsed by the SchemaParser (#7809)
- Resolved issue in SchemaParser that prevented default values parsing in Input Objects (#7895)
- Correctly handle null for lists of nullable value-type IDs (#7933)
- Support
@include
/@skip
for non-nullable fields (#7918)
Full Changelog: 14.3.0...14.4.0-p.4
15.0.0-p.21
What's Changed
- Added generic NamedType helper. by @michaelstaib in #7923
Full Changelog: 15.0.0-p.20...15.0.0-p.21
15.0.0-p.20
What's Changed
- [Fusion] Added pre-merge validation rule
ExternalArgumentDefaultMismatch
by @danielreynolds1 in #7844 - [docs] Change "two main benefits" to "several benefits" by @Daniel15 in #7857
- [Fusion] Improved composition errors by @glen-84 in #7856
- Updated the documentation to use the
ChilliCream.Nitro.Fusion
package by @glen-84 in #7862 - Access formatters more efficiently. by @michaelstaib in #7863
- Updated package references in the gateway templates by @glen-84 in #7861
- [Fusion] Added pre-merge validation rule "ExternalUnusedRule" by @glen-84 in #7864
- [Fusion] Added pre-merge validation rule "RootMutationUsedRule" by @glen-84 in #7865
- Added Fusion Cost Analyzer Improvements. by @michaelstaib in #7867
- [Fusion] Added pre-merge validation rule "RootQueryUsedRule" by @glen-84 in #7866
- [Fusion] Added pre-merge validation rule "RootSubscriptionUsedRule" by @glen-84 in #7868
- [Fusion] Aligned Root(Mutation|Query|Subscription)Used rules with spec by @glen-84 in #7870
- [Fusion] Added pre-merge validation rule "KeyFieldsSelectInvalidTypeRule" by @glen-84 in #7871
- [Fusion] Added pre-merge validation rule "KeyDirectiveInFieldsArgumentRule" by @glen-84 in #7872
- [Fusion] Added pre-merge validation rule "KeyFieldsHasArgumentsRule" by @glen-84 in #7873
- [Fusion] Added pre-merge validation rule "KeyInvalidFieldsRule" by @glen-84 in #7874
- [Fusion] Miscellaneous changes to composition by @glen-84 in #7875
- [Fusion] Added pre-merge validation rule "KeyInvalidSyntaxRule" by @glen-84 in #7880
- [Fusion] Added pre-merge validation rule "ProvidesDirectiveInFieldsArgumentRule" by @glen-84 in #7881
- [Fusion] Added pre-merge validation rule "ExternalOnInterfaceRule" by @danielreynolds1 in #7882
- [Fusion] Added pre-merge validation rule "ProvidesFieldsHasArgumentsRule" by @glen-84 in #7884
- [Fusion] Added pre-merge validation rule "ProvidesFieldsMissingExternalRule" by @glen-84 in #7885
- [Fusion] Added pre-merge validation rule "QueryRootTypeInaccessibleRule" by @glen-84 in #7886
- [Fusion] Added pre-merge validation rule "ProvidesOnNonCompositeFieldRule" by @danielreynolds1 in #7883
- [Fusion] Added pre-merge validation rule "RequireDirectiveInFieldsArgumentRule" by @glen-84 in #7887
- [Fusion] Added pre-merge validation rule "RequireInvalidFieldsTypeRule" by @glen-84 in #7888
- [Fusion] Added pre-merge validation rule "LookupShouldHaveNullableReturnTypeRule" by @danielreynolds1 in #7889
- [Fusion] Added pre-merge validation rule "LookupMustNotReturnListRule" by @danielreynolds1 in #7890
- [Fusion] Adds interface support to type system. by @michaelstaib in #7893
- Resolved issue in SchemaParser that prevented default values parsing in Input Objects by @danielreynolds1 in #7895
- [Fusion] Added pre-merge validation rule "InputFieldDefaultMismatchRule" by @danielreynolds1 in #7891
- [Fusion] Added pre-merge validation rule "RequireInvalidSyntaxRule" by @glen-84 in #7898
- [Fusion] Added pre-merge validation rule "InputFieldTypesMergeableRule" by @danielreynolds1 in #7900
- Fixed wrong casing in
stage edit --configuration
sample by @PascalSenn in #7904 - Fixed algolia search css by @PascalSenn in #7905
- [Fusion] Added pre-merge validation rule "EnumTypesInconsistentRule" by @danielreynolds1 in #7901
- Renamed "EnumTypesInconsistentRule" to "EnumValuesMismatchRule" by @glen-84 in #7906
- [Fusion] Added pre-merge validation rule "ProvidesInvalidSyntaxRule" by @glen-84 in #7907
- [Fusion] Added pre-merge validation rule "OverrideFromSelfRule" by @glen-84 in #7909
- [Fusion] Added pre-merge validation rule "OverrideOnInterfaceRule" by @glen-84 in #7910
- [Fusion] Added pre-merge validation rule "KeyInvalidFieldsTypeRule" by @glen-84 in #7913
- [Fusion] Added pre-merge validation rule "ProvidesInvalidFieldsTypeRule" by @glen-84 in #7914
- [Fusion] Added pre-merge validation rule "InputWithMissingRequiredFieldsRule" by @glen-84 in #7915
- [Fusion] Added pre-merge validation rule "FieldArgumentTypesMergeableRule" by @glen-84 in #7916
- Fixed nitro cli stage edit documentation by @PascalSenn in #7912
Full Changelog: 15.0.0-p.19...15.0.0-p.20