getting-started-nextjs
getting-started-nextjs copied to clipboard
Bump replicate from 0.29.4 to 0.32.0
Bumps replicate from 0.29.4 to 0.32.0.
Release notes
Sourced from replicate's releases.
v0.32.0
What's Changed
- Pin to Node 22.4 in CI workflow by
@matttin replicate/replicate-javascript#293- Revert "Pin to Node 22.4 in CI workflow" by
@matttin replicate/replicate-javascript#294- Add support for
models.searchendpoint by@matttin replicate/replicate-javascript#292Full Changelog: https://github.com/replicate/replicate-javascript/compare/v0.31.1...v0.32.0
v0.31.1
What's Changed
- Re-raise 4xx responses from server when uploading files by
@aronin replicate/replicate-javascript#284- Document alternate interface to
validateWebhook()by@aronin replicate/replicate-javascript#285- Document 100MiB file upload limit by
@matttin replicate/replicate-javascript#287- Add integration test for Deno by
@matttin replicate/replicate-javascript#281- Fix Deno integration test by
@matttin replicate/replicate-javascript#282- Document supported platforms by
@matttin replicate/replicate-javascript#280- Run integration tests with
replicate/canarymodel by@matttin replicate/replicate-javascript#283Full Changelog: https://github.com/replicate/replicate-javascript/compare/v0.31.0...v0.31.1
v0.31.0
What's Changed
- Add support for
deployments.deleteendpoint by@matttin replicate/replicate-javascript#279- Export files methods to client by
@matttin replicate/replicate-javascript#278Full Changelog: https://github.com/replicate/replicate-javascript/compare/v0.30.2...v0.31.0
v0.30.2
This release fixes some issues with automatic file uploads.
What's Changed
- Delete explicit
Content-TypeforFormDatainput by@matttin replicate/replicate-javascript#268- Update blob creation to handle
Bufferinputs correctly increateFileby@matttin replicate/replicate-javascript#269Full Changelog: https://github.com/replicate/replicate-javascript/compare/v0.30.1...v0.30.2
v0.30.1
What's Changed
- Update README with troubleshooting section by
@zekein replicate/replicate-javascript#264- Fix regression in how array input values are transformed by
@matttin replicate/replicate-javascript#266Full Changelog: https://github.com/replicate/replicate-javascript/compare/v0.30.0...v0.30.1
v0.30.0
The notable change in this release is support for Replicate's new (write-only) files API. By default, each binary input is uploaded and replaced with a URL to the created file. Before the inputs are sent to the model to be run, Replicate's API rewrites the URL to make the file downloadable.
From the perspective of the caller, the out-of-the-box experience is the same: You pass a file handle or blog as an input, and that's it — everything just works. And with the files API, things work much better for larger files, whose data URI encoding can cause write timeouts and other problems.
... (truncated)
Commits
ac750770.32.0cdd0c98Add support for models.search endpoint (#292)9702c17Revert "Pin to Node 22.4 in CI workflow (#293)" (#294)2fd2890Pin to Node 22.4 in CI workflow (#293)4c04a570.31.1997da15Re-raise 4xx responses from server when uploading files (#284)7d4c04cDocument 100MiB file upload limit (#287)ba5614eDocument alternate interface tovalidateWebhook()8d8e599Run integration tests withreplicate/canarymodel (#283)f70b3d9Document supported platforms (#280)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)