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:
Dependency From To @cloudflare/workers-types ^5.20260915.1 ^5.20260916.1 workerd 1.20260915.1 1.20260916.1 -
#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.