Releases: graphql-dotnet/graphql-client
Releases · graphql-dotnet/graphql-client
V3.1.9
17 Sep 18:56
Compare
Sorry, something went wrong.
No results found
Remove dependency on Panic.StringUtils (#282 )
Proper fix for WebAssembly unsupported properties (#280 )
V3.1.8
17 Sep 06:13
Compare
Sorry, something went wrong.
No results found
Refactor UriExtensions
Add constant case enum conversion to JSON serializers
V3.1.7
15 Sep 20:59
Compare
Sorry, something went wrong.
No results found
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.6
27 Aug 07:45
Compare
Sorry, something went wrong.
No results found
V3.1.5
24 Aug 13:57
Compare
Sorry, something went wrong.
No results found
remove EventLoopScheduler code from GraphQLHttpWebSocket
V3.1.4
15 Aug 09:46
Compare
Sorry, something went wrong.
No results found
V3.1.3
22 Jun 20:39
Compare
Sorry, something went wrong.
No results found
Lazy initialization of GraphQLHttpWebSocket (contribution by @Maydayof )
V3.1.2
29 May 17:57
Compare
Sorry, something went wrong.
No results found
Don't use ImmutableConverter for nullable structs (contributed by @wirmar )
V3.1.1
26 May 06:43
Compare
Sorry, something went wrong.
No results found
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
21 Apr 22:41
Compare
Sorry, something went wrong.
No results found
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