Skip to content

v0.13.0

Compare
Choose a tag to compare
@mattt mattt released this 25 Jul 13:13
· 171 commits to main since this release
7e7ceee

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