Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-11862.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------- | ----- | ----- |
| create-analog | 2.1.3 | 2.2.1 |
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-11864.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ------------ | ----- | ----- |
| create-rwsdk | 3.1.2 | 3.1.3 |
11 changes: 11 additions & 0 deletions .changeset/c3-frameworks-update-11915.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"create-cloudflare": patch
---

chore: update dependencies of "create-cloudflare"

The following dependency versions have been updated:

| Dependency | From | To |
| ----------- | ---------------------- | ---------------------- |
| create-waku | 0.12.5-1.0.0-alpha.1-0 | 0.12.5-1.0.0-alpha.2-0 |
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------------ | ------------ |
| workerd | 1.20260111.0 | 1.20260114.0 |
| workerd | 1.20260114.0 | 1.20260115.0 |
11 changes: 0 additions & 11 deletions .changeset/friendly-connection-timeout.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/major-snails-post.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/native-dgram-module.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/native-stream-wrap-module.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/original-hostname-header.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/stupid-pants-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-pants-wash.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
cancel-in-progress: true
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
include:
- os: macos-latest
Expand Down
6 changes: 3 additions & 3 deletions packages/create-cloudflare/src/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
],
"dependencies": {
"create-astro": "4.13.2",
"create-analog": "2.1.3",
"create-analog": "2.2.1",
"@angular/create": "21.0.4",
"create-docusaurus": "3.9.2",
"create-hono": "0.19.4",
"create-next-app": "15.5.6",
"create-qwik": "1.18.0",
"create-vite": "7.1.1",
"create-rwsdk": "3.1.2",
"create-rwsdk": "3.1.3",
"create-react-router": "7.11.0",
"create-solid": "0.6.11",
"create-vike": "0.0.558",
"create-vue": "3.18.5",
"create-waku": "0.12.5-1.0.0-alpha.1-0",
"create-waku": "0.12.5-1.0.0-alpha.2-0",
"@tanstack/create-start": "0.40.0",
"gatsby": "5.15.0",
"sv": "0.11.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/kv-asset-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.4.2

### Patch Changes

- [#11898](https://github.com/cloudflare/workers-sdk/pull/11898) [`c17e971`](https://github.com/cloudflare/workers-sdk/commit/c17e971af01a9bcead0aca409666e29417f4636a) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Bundle more third-party dependencies to reduce supply chain risk

Previously, several small utility packages were listed as runtime dependencies and
installed separately. These are now bundled directly into the published packages,
reducing the number of external dependencies users need to trust.

Bundled dependencies:

- **miniflare**: `acorn`, `acorn-walk`, `exit-hook`, `glob-to-regexp`, `stoppable`
- **kv-asset-handler**: `mime`
- **vite-plugin-cloudflare**: `@remix-run/node-fetch-server`, `defu`, `get-port`, `picocolors`, `tinyglobby`
- **vitest-pool-workers**: `birpc`, `devalue`, `get-port`, `semver`

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kv-asset-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/kv-asset-handler",
"version": "0.4.1",
"version": "0.4.2",
"description": "Routes requests to KV assets",
"keywords": [
"kv",
Expand Down
42 changes: 42 additions & 0 deletions packages/miniflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# miniflare

## 4.20260114.0

### Minor Changes

- [#11883](https://github.com/cloudflare/workers-sdk/pull/11883) [`4714ca1`](https://github.com/cloudflare/workers-sdk/commit/4714ca12c1f24c7e3553d3bfd2812a833a07826c) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Add `MF-Original-Hostname` header when using the `upstream` option

When using the `upstream` option in Miniflare, the `Host` header is rewritten to match the upstream server, which means the original hostname is lost. This change adds a new `MF-Original-Hostname` header that preserves the original hostname from the incoming request.

This allows Workers to access the original hostname when proxying requests through an upstream server:

```js
export default {
async fetch(request) {
const originalHostname = request.headers.get("MF-Original-Hostname");
// originalHostname contains the hostname before it was rewritten
},
};
```

### Patch Changes

- [#11908](https://github.com/cloudflare/workers-sdk/pull/11908) [`e78186d`](https://github.com/cloudflare/workers-sdk/commit/e78186dae926c0ae1ab387aaa6cb8ba53bed9992) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare", "wrangler"

The following dependency versions have been updated:

| Dependency | From | To |
| ---------- | ------------ | ------------ |
| workerd | 1.20260111.0 | 1.20260114.0 |

- [#11898](https://github.com/cloudflare/workers-sdk/pull/11898) [`c17e971`](https://github.com/cloudflare/workers-sdk/commit/c17e971af01a9bcead0aca409666e29417f4636a) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Bundle more third-party dependencies to reduce supply chain risk

Previously, several small utility packages were listed as runtime dependencies and
installed separately. These are now bundled directly into the published packages,
reducing the number of external dependencies users need to trust.

Bundled dependencies:

- **miniflare**: `acorn`, `acorn-walk`, `exit-hook`, `glob-to-regexp`, `stoppable`
- **kv-asset-handler**: `mime`
- **vite-plugin-cloudflare**: `@remix-run/node-fetch-server`, `defu`, `get-port`, `picocolors`, `tinyglobby`
- **vitest-pool-workers**: `birpc`, `devalue`, `get-port`, `semver`

## 4.20260111.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/miniflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflare",
"version": "4.20260111.0",
"version": "4.20260114.0",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"scripts": {
"build": "node scripts/build.mjs && pnpm run types:build",
"capnp:workerd": "node scripts/build-capnp.mjs",
"capnp:workerd": "capnp-es node_modules/workerd/workerd.capnp -ots:src/runtime/config/generated --src-prefix=node_modules/workerd",
"check:lint": "eslint --max-warnings=0 \"{src,test}/**/*.ts\" \"types/**/*.ts\"",
"check:type": "tsc",
"clean": "rimraf ./dist ./dist-types",
Expand All @@ -46,7 +46,7 @@
"@cspotcode/source-map-support": "0.8.1",
"sharp": "^0.34.5",
"undici": "catalog:default",
"workerd": "1.20260114.0",
"workerd": "1.20260115.0",
"ws": "catalog:default",
"youch": "4.1.0-beta.10",
"zod": "^3.25.76"
Expand Down
9 changes: 0 additions & 9 deletions packages/miniflare/scripts/build-capnp.mjs

This file was deleted.

Loading
Loading