Releases: graphql-dotnet/graphql-client
Releases · graphql-dotnet/graphql-client
V3.1.9
- Remove dependency on
Panic.StringUtils
(#282)
- Proper fix for WebAssembly unsupported properties (#280)
V3.1.8
- Refactor
UriExtensions
- Add constant case enum conversion to JSON serializers
V3.1.7
- Fix handling of WebSocket url schemes and query parameters (#275)
- Fix misleading "binary message not supported" exceptions (thanks @didimitrie)
- Workaround for unsupported properties in Blazor WebAssembly (thanks @bjorg)
V3.1.5
- remove
EventLoopScheduler
code from GraphQLHttpWebSocket
V3.1.3
- Lazy initialization of
GraphQLHttpWebSocket
(contribution by @Maydayof)
V3.1.2
- Don't use ImmutableConverter for nullable structs (contributed by @wirmar)
V3.1.1
- Fix Issues with the
System.Text.Json
Serializer
- Add default User-Agent header when not set
- Improve error handling in
GraphQLLocalExecutionClient
- Fix issue when sending multiple simultaneous requests via websocket
V3.1.0
- Add non-generic interface
IGraphQLResponse
- Fix consistency issue in
MapConverter
- Add missing
CreateSubscriptionStream
extension for working with anonymous types
- Code cleanup and minor bug fixes