Version Packages - #15657
Merged
Merged
Version Packages#15657
Conversation
@cloudflare/autoconfig
@cloudflare/build-output-utils
@cloudflare/codemods
@cloudflare/config
@cloudflare/containers-shared
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-functions
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-plugin
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
workers-devprod
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
September 16, 2026 09:08
972de84 to
455b59f
Compare
workers-devprod
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
September 16, 2026 17:21
8773962 to
dc0bd2f
Compare
NuroDev
approved these changes
Sep 16, 2026
5 tasks
workers-devprod
force-pushed
the
changeset-release/main
branch
from
September 16, 2026 19:04
dc0bd2f to
19579c1
Compare
workers-devprod
force-pushed
the
changeset-release/main
branch
from
September 16, 2026 19:57
19579c1 to
7666867
Compare
NuroDev
enabled auto-merge (squash)
September 16, 2026 20:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
71b6f10Thanks @tpmmorris! - Align Local Explorer Workflow instance status requests with productionLocal Explorer and Wrangler local mode now use the production-compatible
statusrequest field for pausing, resuming, restarting, and terminating Workflow instances. Direct Local Explorer API consumers must replace the previousactionfield withstatus.Successful Local Explorer status updates now return the production-compatible instance
statusand responsetimestampinstead of the local-onlyresult.successacknowledgement.Patch Changes
#15665
ad23e6eThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15552
6f3d7b5Thanks @superbuilder-norm! - Prevent synchronous binding calls from failing intermittently under loadMiniflare 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()andbind().wrangler@4.133.0
Minor Changes
#15600
bac0c6aThanks @podonnell-dev! - Add placement configuration for PreviewsYou can now configure
placementin thepreviewsblock. Preview-specific placement overrides the top-level placement configuration for Preview Defaults and deployments.#15600
bac0c6aThanks @podonnell-dev! - Improve onboarding guidance for Previews (whenpreviewsblock is missing from configuration file)When a local
previewsblock 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
71b6f10Thanks @tpmmorris! - Align Local Explorer Workflow instance status requests with productionLocal Explorer and Wrangler local mode now use the production-compatible
statusrequest field for pausing, resuming, restarting, and terminating Workflow instances. Direct Local Explorer API consumers must replace the previousactionfield withstatus.Successful Local Explorer status updates now return the production-compatible instance
statusand responsetimestampinstead of the local-onlyresult.successacknowledgement.#15665
ad23e6eThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15655
be2437aThanks @WillTaylorDev! - Send exports with Worker Preview deploymentswrangler previewdropped theexportsblock from deployment requests. Durable Objects reached throughctx.exportshad 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
53c2189Thanks @edmundhung! - Stop adding apreviewscript when configuring projects forcfProjects can continue using their existing development and preview scripts, or invoke
cf devdirectly. Wrangler-targeted autoconfiguration continues to add its existingpreviewscript.Updated dependencies [
9515011]:@cloudflare/cli-shared-helpers@0.1.32
Patch Changes
9515011]:@cloudflare/containers-shared@0.16.4
Patch Changes
9515011]:create-cloudflare@2.72.9
Patch Changes
#15666
6d37984Thanks @NuroDev! - Prevent the common template's proxy and redirect examples from accepting arbitrary destinationsThe 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
be2437aThanks @WillTaylorDev! - Send exports with Worker Preview deploymentswrangler previewdropped theexportsblock from deployment requests. Durable Objects reached throughctx.exportshad 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
71b6f10,ad23e6e,6f3d7b5]:@cloudflare/vite-plugin@1.54.11
Patch Changes
71b6f10,ad23e6e,bac0c6a,be2437a,bac0c6a,6f3d7b5]:@cloudflare/vitest-plugin@1.1.11
Patch Changes
71b6f10,ad23e6e,bac0c6a,be2437a,bac0c6a,6f3d7b5]:@cloudflare/workers-auth@0.7.1
Patch Changes
9515011]:@cloudflare/workers-utils@0.39.1
Patch Changes
#15669
9515011Thanks @Shubham-Padkonde! - Reject Windows drive prefixes when converting file paths to URL pathstoUrlPath()now throws for drive-prefixed paths as documented. Previously it usedconsole.assert(), which only logged the invalid input and returned a path containing the drive prefix.@cloudflare/remote-bindings@0.0.26
Patch Changes
71b6f10,ad23e6e,be2437a,6f3d7b5,9515011]:@cloudflare/runtime-types@0.0.28
Patch Changes
71b6f10,ad23e6e,6f3d7b5]: