Releases: replicate/replicate-go
Releases · replicate/replicate-go
v0.9.0
v0.8.1
v0.8.0
v0.7.0
v0.6.0
What's Changed
- Consolidate on functional options by @nickstenning in #6
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
v0.4.1
What's Changed
- fix: time.NewTicker method panics if argument is less than 0 by @lll-lll-lll-lll in #7
New Contributors
- @lll-lll-lll-lll made their first contribution in #7
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Move source to repository root by @nickstenning in #5
New Contributors
- @nickstenning made their first contribution in #5
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
Full Changelog: v0.2.0...v0.2.1