Releases: steebchen/gqlclient
Releases · steebchen/gqlclient
v0.1.1 🌈
Changes
- feat(client): expose Full method to provide custom responses (#11) @steebchen
- ci(github): migrate github actions, use test dockerfile (#12) @steebchen
Contributors
v0.1.0 🌈
⚠️ 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
- chore: fix typos, adapt ci files (#6) @steebchen
- docs(example): fix usage example of client.Raw() (#5) @RafaelKr
🚀 Features
- feat(gqlclient): require passing context (#10) @steebchen
Contributors
@RafaelKr and @steebchen
v0.0.2 🌈
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
Releases initial version.
Changes
- ci(release-drafter): add release-drafter config (#2) @steebchen
- feat(gqlclient): init gql client (#1) @steebchen