Skip to content

Commit 5a06dce

Browse files
Version Packages (#9226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d033a7d commit 5a06dce

File tree

20 files changed

+73
-42
lines changed

20 files changed

+73
-42
lines changed

.changeset/five-peaches-cough.md

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

.changeset/four-books-heal.md

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

.changeset/funny-trees-drop.md

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

.changeset/new-clocks-obey.md

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

.changeset/nine-ends-train.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.

packages/create-cloudflare/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-cloudflare
22

3+
## 2.47.1
4+
5+
### Patch Changes
6+
7+
- [#9244](https://github.com/cloudflare/workers-sdk/pull/9244) [`f0f1055`](https://github.com/cloudflare/workers-sdk/commit/f0f10559ca7126c8fb8f902d2865cc91adf11872) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: set `compilerOptions.types` to `./worker-configuration.d.ts` instead of `worker-configuration.d.ts` in tsconfig.json
8+
39
## 2.47.0
410

511
### Minor Changes

packages/create-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cloudflare",
3-
"version": "2.47.0",
3+
"version": "2.47.1",
44
"description": "A CLI for creating and deploying new applications to Cloudflare.",
55
"keywords": [
66
"cloudflare",

packages/miniflare/CHANGELOG.md

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

3+
## 4.20250508.1
4+
5+
### Patch Changes
6+
7+
- [#9246](https://github.com/cloudflare/workers-sdk/pull/9246) [`d033a7d`](https://github.com/cloudflare/workers-sdk/commit/d033a7da1c5b918d4e3bd2ea53bc0f0d20817715) Thanks [@edmundhung](https://github.com/edmundhung)! - fix: strip `CF-Connecting-IP` header within `fetch`
8+
9+
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.
10+
311
## 4.20250508.0
412

513
### Patch Changes

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "4.20250508.0",
3+
"version": "4.20250508.1",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)