Graphql Dotnet Graphql Client Versions Save

A GraphQL Client for .NET Standard

v6.0.5

1 month ago

What's Changed

Full Changelog: https://github.com/graphql-dotnet/graphql-client/compare/v6.0.4...v6.0.5

v6.0.4

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-dotnet/graphql-client/compare/v6.0.3...v6.0.4

v6.0.3

2 months ago
  • #627: add new GraphQLHttpClient constructors for common use cases by @zooeywm

v6.0.2

6 months ago

v6.0.1

8 months ago
  • Fix ImmutableConverter (#572) by @JorisVanEijden
  • Explicitly set content header to configured value in GraphQLHttpRequest (#595) by @Vivek4Int

v6.0.0

1 year ago
  • #537: Add an interface for websocket specific transport methods by @ben-voss
  • #539: Add support for the graphql-transport-ws websocket protocol and default to protocol auto-negotiation by @joao-avelino, @rose-a
  • #542: Allow configuring the default UserAgent header by @KirovAir, @rose-a
  • Update dependencies and cleanup code formatting by @sungam3r

Breaking Changes

v5.1.1

1 year ago
  • #433 Fix NullReferenceException from GraphQLHttpClientOptions.IsValidResponseToDeserialize
  • #447 Migrate GraphQL.LocalExecutionClient to GraphQL.NET v7
  • #459 Fix media type in Accept header
  • Bump dependencies

v5.1.0

1 year ago
  • #429: Align client behavior with the GraphQL Over HTTP Specification by @sungam3r:
    • correct handling of non-success status codes depending on media type
    • set Accept header (use application/graphql+json by default, fall back to application/json)
  • #430: Bug fix for ArgumentNullException from ClientWebSocketOptions.ClientCertificates by @Laradius, @sungam3r

v5.0.2

1 year ago
  • Allow non-200 HTTP status codes (configurable) by @sungam3r

v5.0.1

1 year ago
  • remove IDisposable interface from IGraphQLClient (move to implementation) by @sungam3r
  • add SourceLink support by @sungam3r
  • refactor project (implicit usings, project properties) by @sungam3r