Skip to content

Releases: replicate/replicate-go

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

v0.2.0

14 Jul 13:11
78c9322
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

14 Jul 12:36
eb53b85
Compare
Choose a tag to compare

Initial release