Skip to content

Releases: steebchen/gqlclient

v0.1.1 🌈

28 Oct 10:44
af7c05d
Compare
Choose a tag to compare

Changes

  • feat(client): expose Full method to provide custom responses (#11) @steebchen
  • ci(github): migrate github actions, use test dockerfile (#12) @steebchen

Contributors

@steebchen

v0.1.0 🌈

28 Jun 15:08
ae05fd0
Compare
Choose a tag to compare

⚠️ Breaking release

All public methods now accept a context.Context parameter to allow request cancellation and timeouts. Since gqlclient is still on v0.x, this breaking release counts as a minor version.

Changes

🚀 Features

Contributors

@RafaelKr and @steebchen

v0.0.2 🌈

04 Jun 21:07
da2e3f8
Compare
Choose a tag to compare

Changes

  • refactor(gqlclient): improve test suite, allow structs for variables (#4) @steebchen
  • ci(workflow): add workflow to lint, fmt and test (#3) @steebchen

v0.0.1

04 Jun 01:45
26f70f4
Compare
Choose a tag to compare

Releases initial version.

Changes