Releases: graphql-dotnet/graphql-client
Releases · graphql-dotnet/graphql-client
V3.0.3
19 Apr 20:49
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix exception on unsuccessful HTTP request (#87 )
Optimize integration tests
V3.0.1
26 Mar 11:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix stack overflow in GraphQLRequest.Equals()
V2.1.1
09 Mar 17:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v2.0.0-alpha.1
27 Aug 17:27
Compare
Sorry, something went wrong.
No results found