chore(deps): update dependency @vercel/blob to ^0.27.0#29
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @vercel/blob to ^0.27.0#29renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
627405f to
f60c964
Compare
f60c964 to
8fb872a
Compare
8fb872a to
1635321
Compare
1635321 to
49b7269
Compare
9dfcf05 to
49b7269
Compare
49b7269 to
0d8b606
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.22.1→^0.27.0Release Notes
vercel/storage (@vercel/blob)
v0.27.3Compare Source
Patch Changes
f88d80b: Fix documentation links in README and types, no functional changesv0.27.2Compare Source
Patch Changes
54ce5f8: Allow all special characters to be used as pathname.You can now use all the characters you want in pathname even the ones that have
special meaning in urls like
%!'()@​{}[]#and it will work as expected.v0.27.1Compare 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.0Compare Source
Minor Changes
7872e61: contentType default is now 'application/octet-stream' instead ofundefinedv0.26.0Compare 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.1Compare Source
Patch Changes
d58f9de: fix(blob): provide custom errors for expired client tokens and pathname mismatchv0.25.0Compare 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.v0.24.1Compare Source
Patch Changes
37d84ef: Throw specific error (BlobContentTypeNotAllowed) when file type doesn't matchda87e89: Fix bad detection of Request being a plain objectv0.24.0Compare Source
Minor Changes
8098803: Add createFolder method. Warning, if you were using the standard put() method to created fodlers, this will now fail and you must move to createFolder() instead.Patch Changes
8d7e8b9: Limit pathname length to 950 to respect internal limitations and provide better early DX.v0.23.4Compare Source
Patch Changes
30401f4: fix(blob): Throw when trying to upload a plain JS objectv0.23.3Compare Source
Patch Changes
c0bdd40: fix(blob): also retry internal_server_errorc5d10d7: chore(blob): add observability headersv0.23.2Compare Source
Patch Changes
e63f125: chore(blob): Allow using the alternative API. No new feature, no bugfix here.v0.23.1Compare Source
Patch Changes
1cad24c: fix(blob): export all user facing errorsv0.23.0Compare Source
Minor Changes
261319e: # Add abortSignalAdds
abortSignaloption to all methods. This allows users to cancel requests using an AbortController and passing its signal to the operation.Here's how to use it:
v0.22.3Compare Source
Patch Changes
5b9b53d: Remove dependency pins in package.json.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.