Skip to content

Releases: ChilliCream/graphql-platform

16.0.0-p.8.18

16 Oct 17:39
20f556d

Choose a tag to compare

16.0.0-p.8.18 Pre-release
Pre-release

What's Changed

Full Changelog: 16.0.0-p.8.17...16.0.0-p.8.18

16.0.0-p.8.17

16 Oct 13:27
a786e12

Choose a tag to compare

16.0.0-p.8.17 Pre-release
Pre-release

What's Changed

Full Changelog: 16.0.0-p.8.16...16.0.0-p.8.17

16.0.0-p.8.16

15 Oct 12:20
5a86835

Choose a tag to compare

16.0.0-p.8.16 Pre-release
Pre-release

What's Changed

Full Changelog: 16.0.0-p.8.15...16.0.0-p.8.16

16.0.0-p.8.15

14 Oct 06:34
80a6cd4

Choose a tag to compare

16.0.0-p.8.15 Pre-release
Pre-release

What's Changed

  • [Fusion] Fixed nullability issue in SelectionLookup class by @glen-84 in #8803
  • [mcp] Added validation of tool documents by @glen-84 in #8647
  • Added abstract schema validation by @glen-84 in #8776
  • [Fusion] Updated CodeWriter to avoid writing indented empty lines by @glen-84 in #8788
  • [Fusion] Updated InlineFragmentOperationRewriter to handle missing members by @glen-84 in #8790
  • [Fusion] Remove Debug.Assert around MoveNext() calls by @tobias-tengler in #8805

Full Changelog: 16.0.0-p.8.14...16.0.0-p.8.15

16.0.0-p.8.14

12 Oct 22:00
46afcc8

Choose a tag to compare

16.0.0-p.8.14 Pre-release
Pre-release

What's Changed

Full Changelog: 16.0.0-p.8.13...16.0.0-p.8.14

16.0.0-p.8.13

12 Oct 18:45
a143329

Choose a tag to compare

16.0.0-p.8.13 Pre-release
Pre-release

What's Changed

Full Changelog: 16.0.0-p.8.12...16.0.0-p.8.13

16.0.0-p.8.12

10 Oct 13:40
75975d6

Choose a tag to compare

16.0.0-p.8.12 Pre-release
Pre-release

What's Changed

  • Return exit code from RunWithGraphQLCommands by @tobias-tengler in #8772
  • [Fusion] Aligned "IsInvalidSyntaxRule" with the specification by @glen-84 in #8777
  • Ensured that includeDeprecated is non-nullable by @glen-84 in #8779
  • [Fusion] Removed unused code in Composition by @glen-84 in #8780
  • Updated the SchemaParser to throw SchemaInitializationExceptions by @glen-84 in #8781
  • Updated configuration for IDE0040 by @glen-84 in #8782
  • Fix race condition on MethodInfo.GetParameters() by @tobias-tengler in #8778
  • [Fusion] Cleanup and modify tests by @tobias-tengler in #8783
  • [Fusion] Added source schema validation rule "ExternalOverrideCollisionRule" by @glen-84 in #8784
  • [Fusion] Updated source schema validation rule "ExternalOverrideCollisionRule" by @glen-84 in #8785
  • [Fusion] Added source schema validation rule "ExternalProvidesCollisionRule" by @glen-84 in #8786
  • [Fusion] Added source schema validation rule "ExternalRequireCollisionRule" by @glen-84 in #8787
  • Add: Mutable composite JSON document by @michaelstaib in #8668

Full Changelog: 16.0.0-p.8.9...16.0.0-p.8.12

16.0.0-p.8.11

10 Oct 06:14

Choose a tag to compare

16.0.0-p.8.11 Pre-release
Pre-release
Improved raw result

16.0.0-p.8.10

10 Oct 05:25

Choose a tag to compare

16.0.0-p.8.10 Pre-release
Pre-release
Improved property lookup performance

15.1.11

08 Oct 15:58

Choose a tag to compare

What's Changed

Hot Chocolate

Added

  • Added hook to allow for F# support. (#8722, #8732)
    While we dropped F# support from the Hot Chocolate Core with V15 we have done some foundation work so that community support can bring this back. Watch the following project for progress on this: https://github.com/cmeeren/FSharp.HotChocolate
  • Added a filter input implementation for the Date scalar aka DateOperationFilterInputType (#8409)

Changed

  • Backported V16 HTTP transport changes (HotChocolate.Transport.Http) (#8669)
    This brings most of the changes we have made on the V16 branch into the V15 branch.
    These changes carry a lot of stability and performance improvements when dealing with GraphQL over SSE.

Fixed

  • [Source Generator] Use ClaimsPrincipal global prefix when generating resolver (#8745)
  • [Subscriptions] Allow reconnect on subscriptions with prefixed redis topic (#8731)
  • [Incremental Delivery] Fixed #8714: @stream fails when list contains fewer items than initialCount (#8715)
  • [Data] Fixed array resize condition in SortInputType (#8682)
  • [Core] Fixed scalar initialization issue
    Aligns the initialization of scalar types with other types, which solves the directive initialization issue when the directive has default argument values.
  • [Core] Fixed schema service dispose issue
    When using dynamic schemas that can change at runtime the services that are bound to the schema are not properly disposed when the old schema was phased out. This fix now properly disposes the ServiceProvider.
  • [Fusion] Ignore inapplicable type refinements on abstract types (#8773)
  • [Core] Fix race condition on MethodInfo.GetParameters() (#8778)

Strawberry Shake

Changed

  • Register interface types for operations in service collection (#7016)
    This change in Strawberry Shake allows you to additionally use the operation interfaces to inject query, mutation or subscription operations.

Full Changelog: 15.1.10...15.1.11-p.5