This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.12.1
⚠️ Security Update
Fixes
- Bump
undicito5.20.0, addressing GHSA-5r9g-qh6m-jxff and GHSA-r6ch-mqf9-qc9w. Thanks @WalshyDev and @Cherry for the PR. - Ensure global uniqueness of Durable Objects across mounts. Previously, it was possible to have multiple Durable Object instances with the same ID if they were created from different mounts. Closes #461, thanks @Finistere.
- Return a
R2MultipartUploadinstead of aPromise<R2MultipartUpload>fromR2Bucket#resumeMultipartUpload(). Thanks @notorca for the PR. - Copy known-lengths from
FixedLengthStreams andRequest/Responsebodystreams when callingReadableStream#tee(). Closes issue #506, thanks @notorca.