Skip to content

miniflare@4.20260518.0

Choose a tag to compare

@workers-devprod workers-devprod released this 19 May 09:21
· 246 commits to main since this release
ee8857f

Minor Changes

  • #13864 b27eb18 Thanks @benjamincburns! - Bumped miniflare deps acorn to 8.16.0 and acorn-walk to 8.3.5 to add support for the using and await using keywords when miniflare parses scripts.

Patch Changes

  • #13948 b25dc0d Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260515.1 1.20260518.1
  • #13932 ebf4b24 Thanks @zebp! - Fix local Workflow startup when compatibility flags include experimental

    Miniflare now deduplicates compatibility flags for the internal Workflow engine service. This prevents wrangler dev from failing with Compatibility flag specified multiple times: experimental when the user's Worker already enables that flag.