Skip to content

@vercel/blob@1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 11:03
· 2 commits to main since this release
f232754

Minor Changes

  • 2b4acc3: feat(blob): Add support for custom headers in client upload method

    This change adds the ability to pass custom headers to the upload method in the client, which will be forwarded to the server endpoint specified by handleUploadUrl. This is particularly useful for sending authorization headers and solves issues like #796 and #420.