Skip to content

Releases: replicate/replicate-javascript

v0.17.0

05 Sep 12:31
c1e838a
Compare
Choose a tag to compare

What's Changed

  • Add started_at attribute to Prediction type definition by @mattt in #129

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

v0.16.1

15 Aug 17:47
5a4683a
Compare
Choose a tag to compare

What's Changed

  • options are optional in replicate.wait() by @zeke in #122

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

v0.16.0

08 Aug 16:07
Compare
Choose a tag to compare

Important

v0.16.0 is equivalent to v0.15.1

  • Don't throw error if auth isn't provided in client constructor (#120) 49f2486

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

v0.15.1

08 Aug 16:04
f59a8f6
Compare
Choose a tag to compare

Important

v0.15.1 was re-released as v0.16.0. These versions are equivalent.

  • Don't throw error if auth isn't provided in client constructor (#120) 49f2486

v0.15.0...v0.15.1

v0.15.0

07 Aug 13:09
df0ac01
Compare
Choose a tag to compare

v0.14.1...v0.15.0

v0.14.1

31 Jul 14:11
096cea9
Compare
Choose a tag to compare
  • Add missing label to callback type definitions (#110) 53948d8
  • Remove spurious ) in README.md 98b5c83

v0.14.0...v0.14.1

What's Changed

New Contributors

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

v0.14.0

28 Jul 13:38
b5bf95b
Compare
Choose a tag to compare
  • Add progress callback parameter to run method (#107) 68da42d
  • Add abort signal option to run method and stop callback to wait method (#106) fbc3bf2

v0.13.0...v0.14.0

What's Changed

  • Add abort signal option to run method and stop callback to wait method by @mattt in #106
  • Add progress callback parameter to run method by @mattt in #107

Full Changelog: v0.13.0...v0.14.0

v0.13.0

25 Jul 13:13
7e7ceee
Compare
Choose a tag to compare

Breaking Changes

  • request now returns Promise<Response> instead of Promise<object>
  • The wait parameter of predictions.create has been removed. To wait for a prediction to finish, call the wait method or call run instead.
  • The wait.maxAttempts option has been renamed to wait.max_attempts.

What's Changed

  • Update README.md by @laoshu133 in #86
  • Document how to customize client requests by setting fetch property by @mattt in #96
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #101
  • Add information about training API to README by @mattt in #102
  • Provide more information in API errors by @mattt in #103
  • Fix jsdoc/tag-lines linter rule setting by @mattt in #105
  • Add stream option to predictions.create operation by @mattt in #99

New Contributors

Full Changelog: v0.12.3...v0.13.0

v0.12.3

12 Jun 10:15
119b8e6
Compare
Choose a tag to compare
  • Update usage documentation in README by @mattt in #83
  • Throw an error if webhook URL is invalid by @mattt in #84

Full Changelog: v0.12.2...v0.12.3

v0.12.2

09 Jun 13:58
8c8bcd9
Compare
Choose a tag to compare
  • Update devDependencies 91addd5
  • Update package-lock.json d937b6a
  • Update engines.node entry with npm, git, and yarn 32e6c10
  • Add engines.node entry to package.json (#80) 415b35d
  • Sleep after creating a prediction before polling for updates (#79) 9f9d09f
  • Throw error when constructing client without required auth parameter (#77) a06fa0d
  • Fix JSDoc linting issues (#75) fdbb5d0

v0.12.1...v0.12.2

What's Changed

  • Fix JSDoc linting issues by @mattt in #75
  • Throw error when constructing Client without required auth parameter by @mattt in #77
  • Sleep after creating a prediction before polling for updates by @mattt in #79
  • Add engines.node entry to package.json by @mattt in #80

Full Changelog: v0.12.1...v0.12.2