Update dependency @vercel/blob to ^0.27.0 - autoclosed #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.24.1
->^0.27.0
Release Notes
vercel/storage (@vercel/blob)
v0.27.1
Compare Source
Patch Changes
0c98feb
: fix(blob): allow client uploads in web workersBefore this change, we had guards so client uploads could only be used in
browser environments, this prevented customers to use Vercel Blob in Web
Workers, sometimes React Native or in general anywhere window is not really what
we think it is.
v0.27.0
Compare Source
Minor Changes
7872e61
: contentType default is now 'application/octet-stream' instead ofundefined
v0.26.0
Compare Source
Minor Changes
c3afec3
: Add onUploadProgress feature to put/uploadYou 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
v0.25.1
Compare Source
Patch Changes
d58f9de
: fix(blob): provide custom errors for expired client tokens and pathname mismatchv0.25.0
Compare Source
Minor Changes
61b5939
: BREAKING CHANGE, we're no more accepting non-encoded versions of ?, # and // in pathnames. If you want to use such characters in your pathnames then you will need to encode them.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.