Skip to content

Commit da18e53

Browse files
Version Packages
1 parent 0e50072 commit da18e53

File tree

19 files changed

+82
-62
lines changed

19 files changed

+82
-62
lines changed

.changeset/clean-eyes-lead.md

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

.changeset/dirty-dryers-tie.md

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

.changeset/famous-candies-start.md

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

.changeset/five-shoes-call.md

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

.changeset/lemon-laws-mate.md

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

.changeset/nasty-pots-cheat.md

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

.changeset/pink-ties-relate.md

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

.changeset/rich-bottles-hug.md

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

.changeset/stale-boats-fold.md

Lines changed: 0 additions & 10 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+
## 4.20250604.1
4+
5+
### Minor Changes
6+
7+
- [#9509](https://github.com/cloudflare/workers-sdk/pull/9509) [`0b2ba45`](https://github.com/cloudflare/workers-sdk/commit/0b2ba4590ca59f1d95d7262e64adeefebe6a3e7e) Thanks [@emily-shen](https://github.com/emily-shen)! - feat: add static routing options via 'run_worker_first' to Wrangler
8+
9+
Implements the proposal noted here https://github.com/cloudflare/workers-sdk/discussions/9143.
10+
11+
This is now usable in `wrangler dev` and in production - just specify the routes that should hit the worker first with `run_worker_first` in your Wrangler config. You can also omit certain paths with `!` negative rules.
12+
13+
### Patch Changes
14+
15+
- [#9475](https://github.com/cloudflare/workers-sdk/pull/9475) [`931f467`](https://github.com/cloudflare/workers-sdk/commit/931f467e39f70abfd0e1c08172f330e6e3de02a3) Thanks [@edmundhung](https://github.com/edmundhung)! - add hello world binding that serves as as an explanatory example.
16+
17+
- [#9443](https://github.com/cloudflare/workers-sdk/pull/9443) [`95eb47d`](https://github.com/cloudflare/workers-sdk/commit/95eb47d2c6adcff9a475c0cd507a72bd2e83f3b1) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - add mixed-mode support for mtls bindings
18+
319
## 4.20250604.0
420

521
### Patch Changes

0 commit comments

Comments
 (0)