Skip to content

Releases: replicate/replicate-javascript

v0.8.0

Choose a tag to compare

@mattt mattt released this 05 Apr 20:04
3088726

v0.7.0...v0.8.0

v0.7.0

Choose a tag to compare

@erbridge erbridge released this 04 Apr 17:23
v0.7.0
11e1ffb

userAgent is optional

Choose a tag to compare

@zeke zeke released this 29 Mar 16:27

v0.6.0...v0.6.1

New API with replicate.run() and OpenAPI-compatible methods

Choose a tag to compare

@zeke zeke released this 23 Mar 20:25

This is a breaking change to the JavaScript client API, but this is still a pre-1.0.0 alpha, so not yet using SemVer.

If you're using previous versions of the client, you'll need to pin to replicate@0.5.0 in you package.json file, or update your code to work with the new client API.

v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@zeke zeke released this 13 Mar 18:31
  • Wrap required arguments up together (#20) d4474a4
  • Update README.md 96b8e5e
  • Use native Node.js fetch 8439097
  • Use horse riding astronauts as the example 5eccd13
  • Support webhooks when creating predictions 49eb84a
  • This is a Node.js client (for now) (#19) 90a1472

v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@erbridge erbridge released this 24 Feb 23:45
v0.4.0
8394541

v0.3.0

Choose a tag to compare

@erbridge erbridge released this 21 Feb 20:42
v0.3.0
4a5b03a

Initial release!