Skip to content

Commit 4c6f65a

Browse files
Version Packages
1 parent b742171 commit 4c6f65a

16 files changed

+53
-1199
lines changed

.changeset/cyan-years-relate.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/deep-symbols-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-berries-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-pants-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-cameras-thank.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/social-cups-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-files-jog.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/thirty-bears-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-rabbits-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/miniflare/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# miniflare
22

3+
## 3.20250408.2
4+
5+
### Patch Changes
6+
7+
- [#8681](https://github.com/cloudflare/workers-sdk/pull/8681) [`7a57c14`](https://github.com/cloudflare/workers-sdk/commit/7a57c14cf2a21c81e622d1673979bf665b2fab04) Thanks [@workers-devprod](https://github.com/workers-devprod)! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests
8+
9+
- [#9250](https://github.com/cloudflare/workers-sdk/pull/9250) [`b2b5ee8`](https://github.com/cloudflare/workers-sdk/commit/b2b5ee8d510fd0c64474f92f932259330bbe4a7d) Thanks [@workers-devprod](https://github.com/workers-devprod)! - fix: strip `CF-Connecting-IP` header within `fetch`
10+
11+
In v4.15.0, Miniflare began stripping the `CF-Connecting-IP` header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches the `fetch` API to strip the header during local `wrangler dev` sessions as a temporary workaround until the underlying issue is resolved.
12+
13+
- [#9211](https://github.com/cloudflare/workers-sdk/pull/9211) [`56a0d6e`](https://github.com/cloudflare/workers-sdk/commit/56a0d6e854da5b9b6a0e78c4f49ed325ed75ed52) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: ensure the fetch proxy message port is started
14+
15+
While Node.js will start the message port automatically when a `message` event listener is added,
16+
this diverges from the standard Web API for message ports, which require you to explicitly start
17+
listening on the port.
18+
319
## 3.20250408.1
420

521
### Patch Changes

0 commit comments

Comments
 (0)