Skip to content

Version Packages - #15657

Merged
NuroDev merged 1 commit into
mainfrom
changeset-release/main
Sep 16, 2026
Merged

NuroDev merged 1 commit into
mainfrom
changeset-release/main

Conversation

@workers-devprod

@workers-devprod workers-devprod commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

miniflare@5.20260916.0-alpha

Minor Changes

  • #15483 71b6f10 Thanks @tpmmorris! - Align Local Explorer Workflow instance status requests with production

    Local Explorer and Wrangler local mode now use the production-compatible status request field for pausing, resuming, restarting, and terminating Workflow instances. Direct Local Explorer API consumers must replace the previous action field with status.

    Successful Local Explorer status updates now return the production-compatible instance status and response timestamp instead of the local-only result.success acknowledgement.

Patch Changes

  • #15665 ad23e6e Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @cloudflare/workers-types ^5.20260915.1 ^5.20260916.1
    workerd 1.20260915.1 1.20260916.1
  • #15552 6f3d7b5 Thanks @superbuilder-norm! - Prevent synchronous binding calls from failing intermittently under load

    Miniflare now keeps synchronous binding requests and responses correctly paired when background work is delayed. This prevents rare cascades of assertion failures in local development and CI, including when using synchronous D1 methods such as prepare() and bind().

wrangler@4.133.0

Minor Changes

  • #15600 bac0c6a Thanks @podonnell-dev! - Add placement configuration for Previews

    You can now configure placement in the previews block. Preview-specific placement overrides the top-level placement configuration for Preview Defaults and deployments.

  • #15600 bac0c6a Thanks @podonnell-dev! - Improve onboarding guidance for Previews (when previews block is missing from configuration file)

    When a local previews block is absent, Wrangler writes the Preview Base configuration to the local config file. When no Preview Base configuration exists, Wrangler prints a placeholder configuration derived from production bindings and warns against reusing production binding configuration.

Patch Changes

  • #15483 71b6f10 Thanks @tpmmorris! - Align Local Explorer Workflow instance status requests with production

    Local Explorer and Wrangler local mode now use the production-compatible status request field for pausing, resuming, restarting, and terminating Workflow instances. Direct Local Explorer API consumers must replace the previous action field with status.

    Successful Local Explorer status updates now return the production-compatible instance status and response timestamp instead of the local-only result.success acknowledgement.

  • #15665 ad23e6e Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @cloudflare/workers-types ^5.20260915.1 ^5.20260916.1
    workerd 1.20260915.1 1.20260916.1
  • #15655 be2437a Thanks @WillTaylorDev! - Send exports with Worker Preview deployments

    wrangler preview dropped the exports block from deployment requests. Durable Objects reached through ctx.exports had no Preview namespace, and cache settings for each entrypoint were lost too.

  • Updated dependencies [71b6f10, ad23e6e, 6f3d7b5]:

@cloudflare/autoconfig@0.4.7

Patch Changes

  • #15651 53c2189 Thanks @edmundhung! - Stop adding a preview script when configuring projects for cf

    Projects can continue using their existing development and preview scripts, or invoke cf dev directly. Wrangler-targeted autoconfiguration continues to add its existing preview script.

  • Updated dependencies [9515011]:

    • @cloudflare/workers-utils@0.39.1
    • @cloudflare/cli-shared-helpers@0.1.32
    • @cloudflare/config@0.13.0

@cloudflare/cli-shared-helpers@0.1.32

Patch Changes

  • Updated dependencies [9515011]:
    • @cloudflare/workers-utils@0.39.1

@cloudflare/containers-shared@0.16.4

Patch Changes

  • Updated dependencies [9515011]:
    • @cloudflare/workers-utils@0.39.1
    • @cloudflare/cli-shared-helpers@0.1.32

create-cloudflare@2.72.9

Patch Changes

  • #15666 6d37984 Thanks @NuroDev! - Prevent the common template's proxy and redirect examples from accepting arbitrary destinations

    The examples now use fixed destinations that developers can change in the generated source instead of destinations supplied by unauthenticated requests.

@cloudflare/deploy-helpers@0.12.1

Patch Changes

  • #15655 be2437a Thanks @WillTaylorDev! - Send exports with Worker Preview deployments

    wrangler preview dropped the exports block from deployment requests. Durable Objects reached through ctx.exports had no Preview namespace, and cache settings for each entrypoint were lost too.

  • Updated dependencies [71b6f10, ad23e6e, 6f3d7b5, 9515011]:

@cloudflare/pages-shared@0.13.183

Patch Changes

@cloudflare/vite-plugin@1.54.11

Patch Changes

@cloudflare/vitest-plugin@1.1.11

Patch Changes

@cloudflare/workers-auth@0.7.1

Patch Changes

  • Updated dependencies [9515011]:
    • @cloudflare/workers-utils@0.39.1

@cloudflare/workers-utils@0.39.1

Patch Changes

  • #15669 9515011 Thanks @Shubham-Padkonde! - Reject Windows drive prefixes when converting file paths to URL paths

    toUrlPath() now throws for drive-prefixed paths as documented. Previously it used console.assert(), which only logged the invalid input and returned a path containing the drive prefix.

@cloudflare/remote-bindings@0.0.26

Patch Changes

@cloudflare/runtime-types@0.0.28

Patch Changes

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note

This report is out of date. Scroll down for Devin Review's latest report on this PR.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@pkg-pr-new

pkg-pr-new Bot commented Sep 15, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/@cloudflare/autoconfig@15657

@cloudflare/build-output-utils

npm i https://pkg.pr.new/@cloudflare/build-output-utils@15657

@cloudflare/codemods

npm i https://pkg.pr.new/@cloudflare/codemods@15657

@cloudflare/config

npm i https://pkg.pr.new/@cloudflare/config@15657

@cloudflare/containers-shared

npm i https://pkg.pr.new/@cloudflare/containers-shared@15657

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@15657

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/@cloudflare/deploy-helpers@15657

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@15657

miniflare

npm i https://pkg.pr.new/miniflare@15657

@cloudflare/pages-functions

npm i https://pkg.pr.new/@cloudflare/pages-functions@15657

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@15657

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@15657

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@15657

@cloudflare/vitest-plugin

npm i https://pkg.pr.new/@cloudflare/vitest-plugin@15657

@cloudflare/workers-auth

npm i https://pkg.pr.new/@cloudflare/workers-auth@15657

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@15657

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@15657

wrangler

npm i https://pkg.pr.new/wrangler@15657

commit: 7666867

@workers-devprod
workers-devprod force-pushed the changeset-release/main branch 3 times, most recently from 972de84 to 455b59f Compare September 16, 2026 09:08

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 0 new potential issues.

Devin Review

@workers-devprod
workers-devprod force-pushed the changeset-release/main branch 5 times, most recently from 8773962 to dc0bd2f Compare September 16, 2026 17:21
@NuroDev NuroDev self-assigned this Sep 16, 2026
@NuroDev
NuroDev enabled auto-merge (squash) September 16, 2026 20:00
@NuroDev
NuroDev merged commit f4229f1 into main Sep 16, 2026
56 checks passed
@NuroDev
NuroDev deleted the changeset-release/main branch September 16, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants