v0.13.0
Breaking Changes
request
now returnsPromise<Response>
instead ofPromise<object>
- The
wait
parameter ofpredictions.create
has been removed. To wait for a prediction to finish, call thewait
method or callrun
instead. - The
wait.maxAttempts
option has been renamed towait.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 topredictions.create
operation by @mattt in #99
New Contributors
- @laoshu133 made their first contribution in #86
Full Changelog: v0.12.3...v0.13.0