Skip to content

Releases: graphql-dotnet/server

7.6.0

31 Jul 17:17
c7ea2ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.5.0...7.6.0

7.5.0

02 Jul 19:24
fb37cfc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.4.0...7.5.0

7.4.0

14 Apr 16:21
16e2f10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.3.0...7.4.0

7.3.0

27 Feb 18:54
94cf818
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.2.0...7.3.0

Version 7.2.0

18 Dec 23:52
dc8dd6f
Compare
Choose a tag to compare

What's Changed

  • Saves a bit memory allocations on common path by @sungam3r in #931
  • Add Azure Functions support by @Shane32 in #966
  • Simplify Azure Functions support by @Shane32 in #968
  • Add UseIgnoreDisconnections helper by @Shane32 in #971
  • Catch additional exception types when a WebSocket connection is disconnected by @Shane32 in #977

Full Changelog: 7.1.1...7.2.0

Version 7.1.1

11 Sep 01:27
af5ac03
Compare
Choose a tag to compare

What's Changed

  • Update response content type for ExecutionResultActionResult by @Shane32 in #923

Full Changelog: 7.1.0...7.1.1

Version 7.1.0

03 Sep 16:10
9fe3325
Compare
Choose a tag to compare

What's Changed

  • Updates to readme and sample projects
  • Change default response content type application/graphql-response+json; charset=utf-8 matching draft spec by @Shane32 in #918
  • Allow the configuration of the response content type via options by @jeffw-wherethebitsroam in #913
  • Select return content type based on Accept header by @Shane32 in #919

Full Changelog: 7.0.0...7.1.0

Version 7.0.0

16 Aug 04:01
12781b9
Compare
Choose a tag to compare

What's New

  • Entirely new implementation of WebSocket / subscription support
  • Support for newer graphql-ws WebSocket protocol
  • Support for authorization over WebSocket connections
  • Refactored implementation of ASP.NET Core middleware for better extensibility
  • Support for the application/graphql+json media type
  • Support for ASP.NET Core 2.1 running on .NET Framework 4.8 or .NET Core 2.1
  • Entirely new authorization rule with support for AllowAnonymous and role-based rules
  • Support for endpoint authorization rules
  • Configuration simplified to a single line of code
  • New readme with much better instructions and usage notes
  • Many new samples added, such as usage with JWT Bearer tokens
  • Reduced dependencies on third-party packages
  • Many new options for configuration of GraphQL endpoint
  • NRT annotations and rewritten XML comments throughout
⚠️ Note that authorization rules on input types are ignored in v7 ⚠️

See Migrating from 6.x to 7.x for detailed migration notes.

Full Changelog: 6.1.1...7.0.0

Version 6.1.1

19 Jul 14:30
895e193
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.1.0...6.1.1

Version 5.2.2

19 Jul 14:28
Compare
Choose a tag to compare

This updates the NuGet package dependency versions to prevent accidental usage of GraphQL.NET Server 5.x components with GraphQL.NET Server 6.x components. It contains no code changes.