Skip to content

Releases: ChilliCream/graphql-platform

10.1.1

14 Oct 20:40
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Fixed: The CancellationToken parameter is not correctly passed to the QueryContext and thus will never cancel the query execution. #1126

10.1.0

13 Sep 10:36
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Many thanks to @nigel-sampson and all the others in our community for finding bugs, contributing ideas, contributing code or fixing spelling mistakes.

10.0.1

14 Aug 20:34
56997bb
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Changes:

  • 56997bb Added support to disable subscription on UseGraphQL (#1010)
  • 517aae4 Added support to infer lists from IQueryable (#1009)
  • 3ec06fb Fixed Syntax Error Handling in Middleware (#1008)
  • c5706c0 Added more error details to activator exceptions. (#1007)

This list of changes was auto generated.

10.0.0

14 Aug 14:10
a2144b2
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Or read our blog post.

Many thanks to @nigel-sampson, @tunurgitr, @willwolfram18, @PascalSenn, @glucaci and all the others in our community for finding bugs, contributing ideas, contributing code or fixing spelling mistakes.

9.0.4

14 Jun 22:32
Compare
Choose a tag to compare
  • Fixed paging flaws that in some cases lead to the connection type being registered twice. #842

9.0.3

13 Jun 19:19
Compare
Choose a tag to compare
  • Fixed issues where the type initializer would swallow schema errors.

9.0.2

11 Jun 22:50
Compare
Choose a tag to compare
  • Fixed issues with list input types.

9.0.1

09 Jun 20:49
27ec8c1
Compare
Choose a tag to compare
  • Fixed conversion issue when using arguments. This led to arguments being null although they were set.

9.0.0

04 Jun 08:45
af85ef8
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Or read our blog post.

Many thanks to @nigel-sampson, @willwolfram18, @drowhunter, @PascalSenn, @leighmetzroth, @Dolfik1 and all the others in our community for finding bugs, contributing ideas, contributing code or fixing spelling mistakes.

0.8.2

10 Apr 20:22
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

This release is only a bug fix release and fixes issues with scalars in the stitching layer.