Skip to content

Update dependency @vercel/blob to ^0.27.0 - autoclosed #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vercel/blob (source) ^0.24.1 -> ^0.27.0 age adoption passing confidence

Release Notes

vercel/storage (@​vercel/blob)

v0.27.1

Compare Source

Patch Changes
  • 0c98feb: fix(blob): allow client uploads in web workers

    Before 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 of undefined

v0.26.0

Compare Source

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:

    const blob = await put('big-file.pdf', file, {
      access: 'public',
      onUploadProgress(event) {
        console.log(event.loaded, event.total, event.percentage);
      }
    });
    

    Fixes #​543
    Fixes #​642

v0.25.1

Compare Source

Patch Changes
  • d58f9de: fix(blob): provide custom errors for expired client tokens and pathname mismatch

v0.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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency @vercel/blob to ^0.27.0 Update dependency @vercel/blob to ^0.27.0 - autoclosed Jan 26, 2025
@renovate renovate bot closed this Jan 26, 2025
@renovate renovate bot deleted the renovate/vercel-blob-0.x branch January 26, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants