Skip to content

Releases: replicate/replicate-go

v0.18.1

12 Mar 08:45
a4e6256
Compare
Choose a tag to compare

What's Changed

  • Add doc comment for replicate package by @mattt in #57
  • Replace tools module with direct invocations of go run @ version by @mattt in #58

Full Changelog: v0.18.0...v0.18.1

v0.18.0

11 Mar 11:57
9c783f2
Compare
Choose a tag to compare

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

06 Mar 10:02
76f9ee9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

27 Feb 14:42
ca660fe
Compare
Choose a tag to compare

What's Changed

  • Add testable examples and update README with Run and CreatePrediction / Wait examples by @mattt in #45
  • Add support for /predictions/{id}/cancel endpoint by @mehmettokgoz in #46

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

21 Feb 12:23
53850b7
Compare
Choose a tag to compare

What's Changed

  • Fix potential nil panic in create file methods by @mattt in #43

Full Changelog: v0.16.0...v0.16.1

v0.16.0

16 Feb 16:40
48b7cbb
Compare
Choose a tag to compare

What's Changed

  • Add support for validating webhooks by @mattt in #40
  • Add support for deployments.get endpoint by @mattt in #41

Full Changelog: v0.15.0...v0.16.0

v0.15.0

16 Feb 15:50
4a2b121
Compare
Choose a tag to compare

What's Changed

  • Add support for files API endpoints by @mattt in #39
  • Add support for accounts.current endpoint by @mattt in #37

Full Changelog: v0.14.2...v0.15.0

v0.14.2

31 Jan 14:02
ec35c0e
Compare
Choose a tag to compare

What's Changed

  • Define constants for SSE event types by @mattt in #35
  • Add NilAway linter and fix detected errors by @mattt in #36

Full Changelog: v0.14.1...v0.14.2

v0.14.1

04 Dec 15:08
1db43b6
Compare
Choose a tag to compare

What's Changed

  • Emit done and error events to SSE channel by @mattt in #34

Full Changelog: v0.14.0...v0.14.1

v0.14.0

04 Dec 14:44
c5d8c36
Compare
Choose a tag to compare

What's Changed

  • Add fields to ApiError struct by @mattt in #32

Full Changelog: v0.13.2...v0.14.0