Skip to content

Releases: vercel/storage

@vercel/blob@0.25.1

14 Oct 13:04
c158aed
Compare
Choose a tag to compare

Patch Changes

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

@vercel/blob@0.25.0

08 Oct 08:24
e96c4e8
Compare
Choose a tag to compare

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.

@vercel/blob@0.24.1

03 Oct 13:33
f5b30c9
Compare
Choose a tag to compare

Patch Changes

  • 37d84ef: Throw specific error (BlobContentTypeNotAllowed) when file type doesn't match
  • da87e89: Fix bad detection of Request being a plain object

@vercel/kv@3.0.0

27 Sep 08:47
9171dd0
Compare
Choose a tag to compare

Major Changes

  • 14bc82e: BREAKING: Updates @upstash/redis to v1.34.0 which contains a small breaking change in the public API. The cursor field in scan commands is now returned as string instead of number.

@vercel/edge-config@1.3.0

16 Sep 12:40
bd4273c
Compare
Choose a tag to compare

Minor Changes

  • aaec8c5: Support new connection string format

@vercel/blob@0.24.0

16 Sep 12:40
bd4273c
Compare
Choose a tag to compare

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.

@vercel/postgres@0.10.0

06 Sep 14:06
8804352
Compare
Choose a tag to compare

Minor Changes

  • a2a4757: Removes utf-8-validate dependency and sets minimum Node.js version to 18.14

@vercel/postgres-kysely@0.10.0

06 Sep 14:06
8804352
Compare
Choose a tag to compare

Minor Changes

  • a2a4757: Removes utf-8-validate dependency and sets minimum Node.js version to 18.14

Patch Changes

  • Updated dependencies [a2a4757]
    • @vercel/postgres@0.10.0

@vercel/edge-config@1.2.1

19 Jul 08:15
997c0a2
Compare
Choose a tag to compare

Patch Changes

  • 3057a36: gracefully handle when an empty string is supplied as the key

    • get("") will return undefined
    • has("") will return false
    • getAll(["a", ""]) will ignore the empty string

@vercel/blob@0.23.4

01 Jul 08:02
6fb68e6
Compare
Choose a tag to compare

Patch Changes

  • 30401f4: fix(blob): Throw when trying to upload a plain JS object