Skip to content

Releases: graphql-dotnet/graphql-client

v6.1.0

21 May 07:06
6236c9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.5...v6.1.0

v6.0.5

22 Apr 14:29
dbd9c20
Compare
Choose a tag to compare

What's Changed

  • Add GraphQLQuery record type for reusable query declarations with syntax highlighting by @rose-a in #638

Full Changelog: v6.0.4...v6.0.5

v6.0.4

22 Apr 09:52
fd2cf06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.3...v6.0.4

v6.0.3

20 Mar 13:07
3e06275
Compare
Choose a tag to compare
  • #627: add new GraphQLHttpClient constructors for common use cases by @zooeywm

v6.0.2

23 Nov 09:18
fbf37df
Compare
Choose a tag to compare

v6.0.1

29 Sep 07:52
d422bfd
Compare
Choose a tag to compare

v6.0.0

13 Apr 16:34
9f7d593
Compare
Choose a tag to compare
  • #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

23 Jan 12:46
659b1b6
Compare
Choose a tag to compare
  • #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

01 Aug 21:28
8379f8f
Compare
Choose a tag to compare
  • #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

19 Jul 22:40
ac2043a
Compare
Choose a tag to compare
  • Allow non-200 HTTP status codes (configurable) by @sungam3r