Releases: graphql-dotnet/server
Releases · graphql-dotnet/server
7.6.0
7.5.0
7.4.0
7.3.0
What's Changed
- Minimum compatible GraphQL.NET version bumped from 7.1.1 to 7.3.0; please see:
- Fix rare memory 'leak' with WhenAll when it is combined with Task.Delay by @Shane32 in #985
- Bump GraphQL.NET to fix invalid execution context by @Shane32 in #991
Full Changelog: 7.2.0...7.3.0
Version 7.2.0
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
What's Changed
Full Changelog: 7.1.0...7.1.1
Version 7.1.0
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
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
Version 6.1.1
Version 5.2.2
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.