Closed github-actions[bot] closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
vercel-storage-next-integration-test-suite | ✅ Ready (Inspect) | Visit Preview | Nov 6, 2024 3:31pm |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vercel/blob@0.26.0
Minor Changes
c3afec3: Add onUploadProgress feature to put/upload
You can now track the upload progress in Node.js and all major browsers when using put/upload in multipart, non-multipart and client upload modes. Basically anywhere in our API you can upload a file, then you can follow the upload progress.
Here's a basic usage example:
Fixes #543 Fixes #642
vercel-storage-integration-test-suite@0.3.0
Minor Changes
c3afec3: Add onUploadProgress feature to put/upload
You can now track the upload progress in Node.js and all major browsers when using put/upload in multipart, non-multipart and client upload modes. Basically anywhere in our API you can upload a file, then you can follow the upload progress.
Here's a basic usage example:
Fixes #543 Fixes #642
Patch Changes