Skip to content

Releases: hasura/go-graphql-client

v0.13.1

23 Sep 09:09
47ee315
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.13.1

v0.13.0

29 Jul 15:51
1d68c4a
Compare
Choose a tag to compare

What's Changed

  • feat: returns NetworkError when the response returns a non-200 HTTP status code by @LukeSparkLayer in #143
  • feat: add ExecRawWithExtensions method for retrieving extensions in response by @r4fall1 in #144
  • feat: decode extensions from response via BindExtensions option by @hgiasac in #146

New Contributors

Full Changelog: v0.12.2...v0.13.0

v0.12.2

13 Jun 02:59
4f88d35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

04 Mar 16:49
0fc7dc5
Compare
Choose a tag to compare

What's Changed

  • Expose GetSubscriptions method to get all active subscriptions by @hgiasac in #132

Full Changelog: v0.12.0...v0.12.1

v0.12.0

26 Feb 05:45
f578304
Compare
Choose a tag to compare

What's Changed

  • Add Unwrap() implementations for Error types by @calebbrown in #128
  • Restructure unit tests and add go.mod to examples to clean unused dependencies by @hgiasac in #129

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

03 Feb 05:40
8f1d49e
Compare
Choose a tag to compare

What's Changed

  • feat: add Path []interface{} field to GraphQL Error object by @dpulpeiro in #121
  • feat: include error detail when retrying WebSocket timeout by @kacperdrobny in #123
  • feat: add more WebSocket options for subscription client by @hgiasac in #126

New Contributors

Full Changelog: v0.10.2...v0.11.0

v0.10.2

06 Jan 17:04
48aa45c
Compare
Choose a tag to compare

Changelog

  • feat: update latest dependencies (#118) @hgiasac
  • fix: skip ErrClosed errors when closing the WebSocket connection and retry when the connection is closed unexpectedly (#119) @hgiasac

v0.10.1

03 Dec 02:19
dacf52d
Compare
Choose a tag to compare

Changelog

v0.10.0

13 Aug 08:33
1956215
Compare
Choose a tag to compare

Breaking changes

This release upgrades Go version to 1.20 with the latest dependencies. Don't upgrade this version if you don't plan to upgrade Go v1.20.

Changelog

v0.9.3

27 Apr 16:35
1741410
Compare
Choose a tag to compare

Changelog

  • ident: add GitLab, DevOps, IssueHunt, LFX brands (fa10f16)
  • internal/jsonutil: support directives directly after name (a465542)
  • fix: OnError message is not called in subscriptions-transport-ws (1741410) @tangxusc