Releases: isovalent/instruqt-go
Releases · isovalent/instruqt-go
v1.7.0
v1.6.0
Add WithChallenges() and WithReviews() options for Track (#17) * Use TrackTag instead of a struct Signed-off-by: Raphaël Pinson <[email protected]> * Add WithChallenges() and WithReviews() options Signed-off-by: Raphaël Pinson <[email protected]> * Add support for WithReviews() and WithChallenges() to GetTrackById() Signed-off-by: Raphaël Pinson <[email protected]> * Support WithChallenges() and WithReviews() in GetTrackBySlug() Signed-off-by: Raphaël Pinson <[email protected]> * Add support for WithChallenges() and WithReviews() to GetUserTrackById() Signed-off-by: Raphaël Pinson <[email protected]> * Fix tests Signed-off-by: Raphaël Pinson <[email protected]> * Support WithChallenges() and WithReviews() in GetTracks() Signed-off-by: Raphaël Pinson <[email protected]> * Move to github.com/hasura/go-graphql-client to support field ignores Signed-off-by: Raphaël Pinson <[email protected]> * Fix GetReviews() trackId type Signed-off-by: Raphaël Pinson <[email protected]> * Challenge: add Teaser Signed-off-by: Raphaël Pinson <[email protected]> * Fix test harnessing Signed-off-by: Raphaël Pinson <[email protected]> --------- Signed-off-by: Raphaël Pinson <[email protected]>
v1.5.1
v1.4.0
Add CustomParameters to WebhookEvent (#15) Signed-off-by: Raphaël Pinson <[email protected]>
v1.3.0
Add graphQL debug logs (#14) * add debug graphql logs to client Signed-off-by: Raphaël Pinson <[email protected]> * Update go.mod and go.sum Signed-off-by: Raphaël Pinson <[email protected]> --------- Signed-off-by: Raphaël Pinson <[email protected]>
v1.2.0
Add webhook structs and methods (#10) Signed-off-by: Raphaël Pinson <[email protected]>
v1.1.0
Standardize query options between methods (#9) Signed-off-by: Raphaël Pinson <[email protected]>