Releases: graphql-dotnet/server
Releases · graphql-dotnet/server
8.1.0
What's Changed
- GraphQLWs: Ping messages reflect the payload in the pong response by @Shane32 in #1155
- Allow accessing send queue count from WebSocketConnection by @Shane32 in #1156
- Discard messages sent after the close message has been posted to the queue by @Shane32 in #1157
- Pin playground to v1.7.28 and add polyfill for mutation events by @Shane32 in #1159
- Add KeepAliveMode and SupportedWebSocketSubProtocols options by @Shane32 in #1154
- Bump GraphQL.NET to 8.2.1 by @Shane32 in #1160 (fixes critical bugs)
Full Changelog: 8.0.3...8.1.0
8.0.3
What's Changed
- Pin graphql-voyager to 1.3.0, fix #1152 by @nightroman in #1153
New Contributors
- @nightroman made their first contribution in #1153
Full Changelog: 8.0.2...8.0.3
8.0.2
8.0.1
8.0.0
What's Changed
- Bump to GraphQL.NET v8; delete obsolete authorization package by @Shane32 in #1137
- Bump Graphiql to fix layout by @Kowjako in #1131
- Add attribute for media type validation by @Shane32 in #1117
- Add CSRF protection by @Shane32 in #1138
- Disable form post by default by @Shane32 in #1139
- Make better use of IHasPreferredStatusCode by @Shane32 in #1140
- Allow any validation error to prefer a status code over 400 by @Shane32 in #1141
- Status codes per GraphQL over HTTP spec by @Shane32 in #1142
- Remove GetRecursivelyReferencedUsedFragments and SkipNode by @Shane32 in #1143
New Contributors
Full Changelog: 7.7.2...8.0.0