Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3dfd60b

Browse files
authored
Bump versions to 2.12.1, update CHANGELOG.md (#514)
* Bump versions to `2.12.1`, update `CHANGELOG.md` * fixup! Bump versions to `2.12.1`, update `CHANGELOG.md`
1 parent 9c13559 commit 3dfd60b

File tree

27 files changed

+406
-378
lines changed

27 files changed

+406
-378
lines changed

docs/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# 🚧 Changelog
22

3+
## 2.12.1
4+
5+
### ⚠️ Security Update
6+
7+
### Fixes
8+
9+
- Bump `undici` to `5.20.0`, addressing
10+
[GHSA-5r9g-qh6m-jxff](https://github.com/advisories/GHSA-5r9g-qh6m-jxff) and
11+
[GHSA-r6ch-mqf9-qc9w](https://github.com/advisories/GHSA-r6ch-mqf9-qc9w).
12+
Thanks [@WalshyDev](https://github.com/WalshyDev) and
13+
[@Cherry](https://github.com/Cherry) for
14+
[the PR](https://github.com/cloudflare/miniflare/pull/510).
15+
- Ensure global uniqueness of Durable Objects across mounts. Previously, it was
16+
possible to have multiple Durable Object instances with the same ID if they
17+
were created from different mounts. Closes
18+
[#461](https://github.com/cloudflare/miniflare/issues/461), thanks
19+
[@Finistere](https://github.com/Finistere).
20+
- Return a `R2MultipartUpload` instead of a `Promise<R2MultipartUpload>` from
21+
`R2Bucket#resumeMultipartUpload()`. Thanks
22+
[@notorca](https://github.com/notorca) for
23+
[the PR](https://github.com/cloudflare/miniflare/pull/505).
24+
- Copy known-lengths from `FixedLengthStream`s and `Request`/`Response` `body`
25+
streams when calling `ReadableStream#tee()`. Closes
26+
[issue #506](https://github.com/cloudflare/miniflare/issues/506), thanks
27+
[@notorca](https://github.com/notorca).
28+
329
## 2.12.0
430

531
### Features

0 commit comments

Comments
 (0)