Skip to content

Releases: graphql-dotnet/graphql-client

V3.1.9

17 Sep 18:56
61373d7
Compare
Choose a tag to compare
  • Remove dependency on Panic.StringUtils (#282)
  • Proper fix for WebAssembly unsupported properties (#280)

V3.1.8

17 Sep 06:13
3cd3566
Compare
Choose a tag to compare
  • Refactor UriExtensions
  • Add constant case enum conversion to JSON serializers

V3.1.7

15 Sep 20:59
527bf44
Compare
Choose a tag to compare
  • 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
b838003
Compare
Choose a tag to compare
  • Fix Websocket send queue

V3.1.5

24 Aug 13:57
bb7ea6c
Compare
Choose a tag to compare
  • remove EventLoopScheduler code from GraphQLHttpWebSocket

V3.1.4

15 Aug 09:46
46073f0
Compare
Choose a tag to compare

V3.1.3

22 Jun 20:39
812a740
Compare
Choose a tag to compare
  • Lazy initialization of GraphQLHttpWebSocket (contribution by @Maydayof)

V3.1.2

29 May 17:57
a1a3978
Compare
Choose a tag to compare
  • Don't use ImmutableConverter for nullable structs (contributed by @wirmar)

V3.1.1

26 May 06:43
2db0ce7
Compare
Choose a tag to compare
  • 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
3eee9d3
Compare
Choose a tag to compare
  • 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