Releases: replicate/replicate-go
Releases · replicate/replicate-go
v0.20.0
What's Changed
- Add support for
DELETE /models/{modelOwner}/{modelName}
by @larisonjustin in #69 - Define error constants for unset and empty environment variables for
WithTokenFromEnv
by @mattt in #70
New Contributors
- @larisonjustin made their first contribution in #69
Full Changelog: v0.19.1...v0.20.0
v0.19.1
v0.19.0
v0.18.2
What's Changed
- Replace custom
MarshalJSON
implementations withRawJSON
instance method by @mattt in #59 - Use Bearer authorization scheme by @mattt in #61
- document webhook validation by @zeke in #63
- Reset HTTP request body after reading the stream during webhook validation by @shonun1 in #64
New Contributors
Full Changelog: v0.18.1...v0.18.2
v0.18.1
v0.18.0
What's Changed
- Update linter settings and resolve new violations by @mattt in #47
- Add fields for other prediction metrics by @mattt in #53
- Add support for
DELETE /models/{modelOwner}/{modelName}/versions/{versionID}
endpoint by @mehmettokgoz in #48 - Use HTTP method constants instead of string literals by @mattt in #54
Full Changelog: v0.17.1...v0.18.0
v0.17.1
What's Changed
- Client should not send "webhook_events_filter": null by @nickstenning in #49
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Add testable examples and update README with
Run
andCreatePrediction
/Wait
examples by @mattt in #45 - Add support for
/predictions/{id}/cancel
endpoint by @mehmettokgoz in #46
New Contributors
- @mehmettokgoz made their first contribution in #46
Full Changelog: v0.16.1...v0.17.0