Skip to content

Commit f232754

Browse files
Version Packages (#858)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b4acc3 commit f232754

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/add-headers-to-blob-upload.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/blob/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vercel/blob
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 2b4acc3: feat(blob): Add support for custom headers in client upload method
8+
9+
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](https://github.com/vercel/storage/issues/796) and [#420](https://github.com/vercel/storage/issues/420).
10+
311
## 1.0.2
412

513
### Patch Changes

packages/blob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/blob",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "The Vercel Blob JavaScript API client",
55
"homepage": "https://vercel.com/storage/blob",
66
"repository": {

test/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vercel-storage-integration-test-suite
22

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2b4acc3]
8+
- @vercel/blob@1.1.0
9+
310
## 0.3.7
411

512
### Patch Changes

test/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vercel-storage-integration-test-suite",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"private": true,
55
"scripts": {
66
"build": "next build",

0 commit comments

Comments
 (0)