@vercel/blob@1.1.0
·
2 commits
to main
since this release
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 byhandleUploadUrl
. This is particularly useful for sending authorization headers and solves issues like #796 and #420.