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

Commit 04134bb

Browse files
committed
Bump versions to 2.14.2, update CHANGELOG.md
1 parent 991d1ef commit 04134bb

File tree

27 files changed

+406
-381
lines changed

27 files changed

+406
-381
lines changed

docs/CHANGELOG.md

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

3+
## 2.14.2
4+
5+
### Fixes
6+
7+
- Throw errors when calling `Body#formData()` with malformed form data. Thanks
8+
[@b-marques](https://github.com/b-marques) for
9+
[the PR](https://github.com/cloudflare/miniflare/pull/711).
10+
- Use `scriptPath` as the file path for the script if set. Thanks
11+
[@frandiox](https://github.com/frandiox) for
12+
[the PR](https://github.com/cloudflare/miniflare/pull/736).
13+
- Ensure `vitest-environment-miniflare` works with Node 21. Closes
14+
[issue #732](https://github.com/cloudflare/miniflare/issues/732), thanks
15+
[@jkeys089](https://github.com/jkeys089) for
16+
[the PR](https://github.com/cloudflare/miniflare/pull/734).
17+
- Ensure `waitUntil()`s added inside `waitUntil()` callbacks are waited on.
18+
Closes [issue #605](https://github.com/cloudflare/miniflare/issues/605),
19+
thanks [@hansottowirtz](https://github.com/hansottowirtz) for
20+
[the PR](https://github.com/cloudflare/miniflare/pull/606).
21+
- Bump `undici` to `5.82.2`, addressing
22+
[low severity `npm audit` warning](https://github.com/advisories/GHSA-wqq4-5wpv-mx2g).
23+
Closes [issues #607](https://github.com/cloudflare/miniflare/issues/607) and
24+
[#738](https://github.com/cloudflare/miniflare/issues/738), thanks
25+
[@hansottowirtz](https://github.com/hansottowirtz) and
26+
[@mm-jpoole](https://github.com/mm-jpoole).
27+
328
## 2.14.1
429

530
### Fixes

0 commit comments

Comments
 (0)