1.1.0-0 Pre-release
Pre-release
Pre-release
Cutting a dev(pre) release that includes removal of node:crypto
in favor of webcrypto
package, ahead of a proper release.
Caution
Breaking Changes: this removes support for Node 18 when using the validateWebhook
method. To continue to use the latest package version with Node 18, you'll need to shim or polyfill the node:crypto
library, or use the experimental --experimental-global-webcrypto
CLI flag.
- Update interface for replicate.models.versions.list() (#349) 5ccf9f3
- Add support for
AbortSignal
to all API methods (#339) ac5caba - Document the validateWebhook interface on Node 18 37aa363
- Fix validateWebhook interfaces and update tests 2d42001
- Remove usage of webcrypto from
node:crypto
in Node 18 01c4e09 - Correct documentaiton for wait mode (#337) 720f786
- Fix typo on README (#334) 0b7c8eb
- Remove mention of returning data URLs from sync API (#330) 5a98ca7
- Update README.md (#329) 6a338aa
- Document the
FileOutput
andwait
parameters (#326) d031695 - Update README.md to fix examples using FileOutput (#324) 8b75b39
- Update deployments.createPrediction to use wait ec31f40