Version 4.0.0
What's Changed
- Bump GraphQL.NET to 5.3.0, which has better support of Automatic Persisted Queries
- Many PRs refactoring of various bits of the codebase, aligning with GraphQL.Server 7.0
- WebSocket support for concurrently executing requests by @Shane32 in #45
- Add skip and include support for fragment spreads and inline fragments by @Shane32 in #50
- Return 405 Method Not Allowed for invalid request types by @Shane32 in #53
- Change access denied status code to 403 forbidden by @Shane32 in #54
Full list of merged PRs: 4.0.0 closed PRs
Migration notes: migration.md
Full Changelog: 3.0.0...4.0.0