Skip to content

Releases: graphql-dotnet/graphql-client

v5.0.1

18 Jul 09:57
9ca13c2
Compare
Choose a tag to compare
  • remove IDisposable interface from IGraphQLClient (move to implementation) by @sungam3r
  • add SourceLink support by @sungam3r
  • refactor project (implicit usings, project properties) by @sungam3r

v5.0.0

15 Jul 06:47
f810315
Compare
Choose a tag to compare
  • Migrate to GraphQL.NET v5 / server v6 (thanks to @sungam3r and @Shane32 for doing the work)
  • Bump Newtonsoft.Json to v13.0.1
  • Bump FluentAssertions.Reactive to v0.2.0
  • Bump xunit.runner.visualstudio from 2.4.1 to 2.4.5
  • Refactor GitHub Workflows

v4.0.2

16 Dec 19:59
10c2236
Compare
Choose a tag to compare
  • fix double instantiation of GraphQLLocalExecutionClient (@sungam3r)
  • Use .ConfigureAwait(false) on all awaits in library code
  • Remove "caching" of GraphQL subscriptions to fix test case CanReconnectWithSameObservable
  • Update dependencies

V4.0.1

29 Oct 12:49
477b7f4
Compare
Choose a tag to compare
  • Fix preprocessing of requests for queries and mutations on full websocket transport
  • Improve DI for GraphQLLocalExecutionClient

V4.0.0

29 Oct 12:45
1116d2b
Compare
Choose a tag to compare

V3.2.4

06 Jun 18:59
b366e22
Compare
Choose a tag to compare
  • Fix task awaiting GQL_CONNECTION_ACK (#346, thanks @erikf-iccms for reporting)

V3.2.3

02 Apr 09:47
0b49bfc
Compare
Choose a tag to compare
  • Don't dispose HttpClient when disposing GraphQLHttpClient if it has been injected via constructor (see #329)

V3.2.2

02 Mar 20:10
dd418d1
Compare
Choose a tag to compare
  • swallow NotImplementedException for properties of ClientWebSocketOptions (thanks @dwelch2344)

V3.2.1

07 Jan 22:09
a07d924
Compare
Choose a tag to compare
  • swallow PlattformNotSupportedException for properties of ClientWebSocketOptions

V3.2.0

15 Oct 10:19
5356743
Compare
Choose a tag to compare
  • Allow configuration of dedicated websocket endpoint
  • Fix WebAssembly detection
  • Add delegate to set the connection init payload on a websocket (often used for authentication)
  • Fix implementation of the Apollo GraphQL WebSocket Protocol
  • Some minor optimizations