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

Commit b536e56

Browse files
Deprecate Miniflare v2 (#798)
* Deprecate Miniflare v2 * Update packages/miniflare/README.md Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com> --------- Co-authored-by: lrapoport-cf <107272160+lrapoport-cf@users.noreply.github.com>
1 parent 12f6f91 commit b536e56

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

packages/miniflare/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
> [!WARNING]
22
>
3-
> This repository is for [Miniflare 2](https://legacy.miniflare.dev/), which is
4-
> **only receiving critical security updates.** Miniflare 2 simulated the
3+
> This repository is for [Miniflare 2](https://legacy.miniflare.dev/). Miniflare 2 simulated the
54
> Workers runtime and the rest of the Cloudflare developer platform using
65
> Node.js. New versions of Miniflare can be found in the
76
> [`workers-sdk`](https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare)
87
> repository, and use the
98
> [open-sourced](https://blog.cloudflare.com/workerd-open-source-workers-runtime/)
109
> Workers runtime [`workerd`](https://github.com/cloudflare/workerd). This
1110
> practically eliminates behaviour mismatches between development and production
12-
> deployments. We recommend you
13-
> [migrate to Miniflare 3](https://miniflare.dev/get-started/migrating) now if
14-
> you can. Whilst Miniflare 3 supports most of Miniflare 2's features, one key
15-
> omission is the unit testing environment. We're actively working on adding
16-
> support for this to Miniflare 3. Once this is supported, we're planning to
17-
> deprecate Miniflare 2 and archive this repository.
11+
> deployments.
12+
>
13+
> Since the release of Miniflare v3 in 2023, we’ve seen great adoption, and today [almost 90%](https://npmtrends.com/@miniflare/kv-vs-miniflare) of Miniflare installations are of v3.
14+
>
15+
> As such, Miniflare v2 is now deprecated. This means no new features or bug fixes are being published. We strongly recommend you upgrade to the latest version of Miniflare to receive continued support. We have a [migration guide](https://developers.cloudflare.com/workers/testing/miniflare/migrations/from-v2/) to make this process easy! If you encounter any difficulties, please let us know by filing an issue on our GitHub repo: https://github.com/cloudflare/workers-sdk/issues/new/choose
16+
1817

1918
# 🔥 Miniflare 2
2019

0 commit comments

Comments
 (0)