Skip to content

@vercel/blob@2.3.3

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Apr 14:50
· 2 commits to main since this release
690b293

Patch Changes

  • d2ea7cf: Enforce maximumSizeInBytes client-side for multipart uploads. Bodies with a known size (Blob, File, Buffer) are now checked before the upload starts, avoiding wasted API calls.
  • 949e994: Fix multipart upload hanging forever on empty streams, and fix createChunkTransformStream bypassing backpressure by removing incorrect queueMicrotask wrapping.