Skip to content

Releases: replicate/replicate-javascript

v0.29.4

03 May 20:02
5ba8d17
Compare
Choose a tag to compare

What's Changed

  • Prevent signal parameter from being passed alongside input when calling replicate.stream by @mattt in #254

Full Changelog: v0.29.3...v0.29.4

v0.29.3

02 May 21:34
bb5ddaf
Compare
Choose a tag to compare

What's Changed

  • Remove use of optional chaining in client by @mattt in #253
  • Add Node 22 to CI test matrix by @mattt in #252
  • Remove the node protocol from the require statement by @aron in #250

Full Changelog: v0.29.2...v0.29.3

v0.29.2

02 May 13:04
c1fd920
Compare
Choose a tag to compare

What's Changed

  • Fix passing abort signal into run method by @aron in #251
  • Use Bearer authorization scheme by @mattt in #246
  • Fix broken link in README by @zeke in #236

Full Changelog: v0.29.1...v0.29.2

v0.29.1

21 Mar 10:54
19a5ca9
Compare
Choose a tag to compare

What's Changed

  • Fix Deployment type definition by @mattt in #232

Full Changelog: v0.29.0...v0.29.1

v0.29.0

19 Mar 09:47
049f77f
Compare
Choose a tag to compare

What's Changed

  • Add integration test for Bun by @mattt in #220
  • Extract CI tarball generation into separate build job by @mattt in #226
  • Add browser integration tests using Playwright by @aron in #222
  • Switch to replicate.stream in Bun integration test by @mattt in #227
  • Add support for new deployment endpoints by @aron in #223
  • Update README with deployments methods by @mattt in #228
  • Unset Bun integration test timeout and automatically retry 3 times by @mattt in #230

Full Changelog: v0.28.1...v0.29.0

v0.28.1

12 Mar 14:11
ba9b94e
Compare
Choose a tag to compare

What's Changed

  • Close the stream when receiving "done" event from the server by @aron in #219
  • Update CI configuration for integration test suite by @mattt in #218

Full Changelog: v0.28.0...v0.28.1

v0.28.0

12 Mar 09:19
3c62031
Compare
Choose a tag to compare

What's Changed

  • Add progress callback example to replicate.run docs by @zeke in #208
  • Add parseProgress helper function by @mattt in #207
  • Run npm run format on integration files by @aron in #212
  • Cloudflare Worker integration test suite by @aron in #215
  • Remove the dependency on node:crypto module by @aron in #216
  • Support CloudFlare workers by @aron in #217
  • Refactor Stream to use eventstream-parser library by @aron in #214

Full Changelog: v0.27.1...v0.28.0

v0.27.1

17 Feb 13:35
497b434
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.0...v0.27.1

v0.27.0

16 Feb 16:24
496d55a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

08 Feb 10:55
c6fbd33
Compare
Choose a tag to compare
  • Add support for accounts.current endpoint (#178) f611136
  • improve replicate.stream example (#197) cafb2a5
  • Lint project with publint (#193) 6dd5b21
  • Update CI integration tests to run the Replicate tarball bfef365
  • Safelist files to be added to the published package 685a86d
  • Specify type field in package.json (#192) ddef501
  • Update README.md to include commonjs examples 91ff08b
  • Integration tests for common runtimes (#186) c26c3f0
  • Encourage passing fetch option rather than patching the instance (#183) e204eff

v0.25.2...v0.26.0

What's Changed

  • Encourage passing fetch option rather than patching the instance by @aron in #183
  • Integration tests for common runtimes by @aron in #186
  • Specify type field in package.json by @mattt in #192
  • List files to be included in the published package by @aron in #190
  • Lint project with publint by @mattt in #193
  • improve replicate.stream() example by @zeke in #197
  • Add support for accounts.current endpoint by @mattt in #178

New Contributors

  • @aron made their first contribution in #183

Full Changelog: v0.25.2...v0.26.0