Skip to content

Releases: replicate/replicate-go

v0.9.0

11 Sep 18:05
d0842c9
Compare
Choose a tag to compare

What's Changed

  • Add support for deployments endpoint by @mattt in #20

Full Changelog: v0.8.1...v0.9.0

v0.8.1

05 Sep 16:53
4d2ca9a
Compare
Choose a tag to compare

What's Changed

  • Add golangci-lint and fix linter warnings by @mattt in #16
  • Determine Go version from go.mod by @mattt in #17
  • Store and retrieve raw JSON response from server by @mattt in #19

Full Changelog: v0.8.0...v0.8.1

v0.8.0

11 Aug 08:20
4ca60d8
Compare
Choose a tag to compare

What's Changed

  • Add method for determining prediction progress from logs by @mattt in #13

Full Changelog: v0.7.0...v0.8.0

v0.7.0

07 Aug 21:39
73d97bb
Compare
Choose a tag to compare

What's Changed

  • Update Wait to use functional options and add async variation by @mattt in #11
  • Add automatic retry policy by @mattt in #12

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Aug 11:42
7c58cd1
Compare
Choose a tag to compare

What's Changed

This change is source incompatible with previous versions of this package.

// Old syntax
client := replicate.NewClient(os.Getenv("REPLICATE_API_TOKEN"))

// New syntax
client := replicate.NewClient(replicate.WithTokenFromEnv())
// You can also provide a token directly with `replicate.NewClient(replicate.WithToken("r8_..."))`

Full Changelog: v0.5.0...v0.6.0

v0.5.0

31 Jul 21:54
fa2c77a
Compare
Choose a tag to compare

What's Changed

  • Remove nonexistent property UpdatedAt in Prediction by @mattt in #8
  • Add URLs field to Prediction and Training types by @mattt in #9
  • Add stream parameter to CreatePrediction by @mattt in #10

Full Changelog: v0.4.1...v0.5.0

v0.4.1

27 Jul 13:33
b3b3e02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

17 Jul 14:04
af94fd2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

14 Jul 18:46
cb77e43
Compare
Choose a tag to compare

What's Changed

  • Move sources to top-level replicate directory by @mattt in #2
  • Update NewClient to use functional options pattern by @mattt in #3

Full Changelog: v0.2.1...v0.3.0

v0.2.1

14 Jul 13:36
895819b
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1