Version 7.0.0
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
See Migrating from 6.x to 7.x for detailed migration notes.
Full Changelog: 6.1.1...7.0.0