Skip to content

Version 7.0.0

Compare
Choose a tag to compare
@Shane32 Shane32 released this 16 Aug 04:01
· 109 commits to master since this release
12781b9

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