Skip to content

Releases: graphql-dotnet/server

Version 6.1.0

17 May 10:43
6bba2cb
Compare
Choose a tag to compare

What's Changed

Main features:

  • Support APQ middleware; return BadRequest for any validation error by @Shane32 in #791
  • Restrict UI to only GET requests by @Shane32 in #779

Full Changelog: 6.0.0...6.1.0

Version 6.0.0

14 Apr 20:41
Compare
Choose a tag to compare

This release adds a few new features and is compatible with GraphQL.NET v5. See milestone v6 for a complete list of new features.

What's Changed

New Contributors

  • @gha-zund made their first contribution in #711

Full Changelog: 5.2.1...6.0.0

Version 5.2.1

30 Mar 22:28
f4a92ba
Compare
Choose a tag to compare

This release contains no functional changes but merely ensures that only compatible versions of GraphQL.NET (from 4.6.1 up to but not including 5.0.0) are used with this package.

What's Changed

  • Restrict acceptable GraphQL.NET versions to v4 by @Shane32 in #752

Full Changelog: 5.2.0...5.2.1

Version 5.2.0

01 Jan 20:17
d6b58a4
Compare
Choose a tag to compare

This is a cumulative release before v6. It contains some improvements and bugfixes.

What's Changed

New features

  • Provide service provider to subscription execution by @Shane32 in #691
  • Make WebSocketConnection.Connect virtual by @Shane32 in #674
  • Mark old IGraphQLBuilder extension methods obsolete and create new ones by @Shane32 in #602
  • Deserialization updates by @Shane32 in #569
  • Upgrade GraphiQL to 1.5.1 by @boulc in #649

CI improvements

Bugfixes

  • Patch memory leak with subscriptions when client abruptly terminates by @Shane32 in #668
  • Dispose of WebSocket when done with it by @Shane32 in #671
  • Better Dispose pattern for WebSocketConnection by @Shane32 in #673
  • Dispose all subscriptions when connection broken by @Shane32 in #677

New Contributors

Full Changelog: 5.1.1...5.2.0

Version 5.1.1

07 Dec 23:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.1.1

Version 5.1.0

06 Dec 17:37
24419f0
Compare
Choose a tag to compare

A couple of bugfixes and new features. See milestone 5.1.

Version 5.0.2

20 Apr 22:02
c9aee7e
Compare
Choose a tag to compare

Fix: WebSocket in the Aborted state cannot be closed. (#561)

Version 5.0.1

26 Mar 21:28
0417d5a
Compare
Choose a tag to compare

Bump GraphQL.NET dependency from 4.0.2 to 4.1.0 (#531)

See https://github.com/graphql-dotnet/graphql-dotnet/releases/tag/4.1.0 for more information.

Version 5.0.0

20 Mar 00:19
Compare
Choose a tag to compare

This release adds a few new features and is compatible with GraphQL.NET v4. See milestone v5 for a complete list of new features.

Release 4.4.1

13 Jan 11:28
9328472
Compare
Choose a tag to compare

BUGFIX: Handling extensions property from querystring and application/x-www-form-urlencoded (#489)