Skip to content

Releases: graphql-dotnet/graphql-client

V3.0.3

19 Apr 20:49
Compare
Choose a tag to compare
  • Fix bug in MapConverter for the Newtonsoft Serializer (thanks to @PaulKlein)
  • Include content in exception caused by bad HTTP status codes (#87)
  • Move code to generate the HttpRequestMessage into GraphQLHttpRequest for improved extensibility

V3.0.2

16 Apr 21:47
Compare
Choose a tag to compare
  • Fix exception on unsuccessful HTTP request (#87)
  • Optimize integration tests

V3.0.1

26 Mar 11:04
Compare
Choose a tag to compare
  • Add missing null checks on constructor, add descriptive message to missing serializer exception
  • Remove Newtonsoft.Json package dependency from GraphQL.Client
  • Fix package descriptions

V3.0.0

23 Mar 10:55
2694349
Compare
Choose a tag to compare
  • BREAKING CHANGE: Remove instanciating a default IGraphQLWebsocketSerializer if none has been provided
  • Allow access to the HTTP return headers when sending queries via http requests
  • Fix some bugs in deserializing response extensions
  • Base GraphQLRequest on Dictionary<string,object> to allow for easy extension

V2.1.2

09 Mar 17:47
abf006d
Compare
Choose a tag to compare
  • Fix stack overflow in GraphQLRequest.Equals()

V2.1.1

09 Mar 17:02
b5750ed
Compare
Choose a tag to compare
  • Fix injection of default IGraphQLWebsocketJsonSerializer (#171)
  • Add a websocket connection status observable to GraphQLHttpClient
  • Base GraphQLRequest on Dictionary<string, object> for extensibility (i.e. adding auth tokens, see #172)
  • Refactor GraphQLHttpWebsocket and related classes
  • Add cancellation test (#170)
  • Add multiple subscriptions interference test (#177)

V2.1.0

21 Feb 08:55
592db06
Compare
Choose a tag to compare
  • JSON serializer has been moved out of the client lib itself to allow for injection of custom made serializers
  • The status of the websocket in GraphQLHttpClient is published
  • workflows moved to ubuntu VMs

v2.0.0

07 Feb 22:23
f5a5b1e
Compare
Choose a tag to compare
Merge pull request #157 from graphql-dotnet/releases/2.0.0

Release 2.0.0

v2.0.0-alpha.2

13 Sep 09:49
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
v2.0.0-alpha.2

v2.0.0-alpha.1

27 Aug 17:27
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
v2.0.0-alpha.1