Change8

Migrating to Cloudflare Workers wrangler@4.117.0

Version wrangler@4.117.0 introduces 1 breaking change. This guide details how to update your code.

Released: 7/31/2026

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

unstable_getMiniflareWorkerOptions

Breaking Changes

Issue #1

The `containerEngine` option has been removed from the worker options returned by `unstable_getMiniflareWorkerOptions`. If you were previously using this option to configure the container engine for a specific worker, you should now set `containerEngine` at the top level when creating a Miniflare instance.

Migration Steps

  1. 1
    If you were using `containerEngine` with `unstable_getMiniflareWorkerOptions`, move the `containerEngine` configuration to the top level when creating a Miniflare instance.

Release Summary

This release updates Miniflare to version 5.20260730.0-alpha, which includes changes to local testing paths and the removal of `containerEngine` from worker options.

Need More Details?

View the full release notes and all changes for Cloudflare Workers wrangler@4.117.0.

View Full Changelog