Change8
Symbol50 releases

wrangler dev

Found in 1 package: cloudflare-workers

cloudflare-workers(50 releases)

wrangler@4.113.0
Jul 21, 2026

This release enhances Wrangler with improved Email Routing integration, new configuration options for dependency instrumentation, and expanded resource provisioning. It also includes bug fixes for remote binding previews and error reporting.

wrangler@4.110.0
Jul 9, 2026

Wrangler now sends npm package dependency metadata with worker uploads to enable analytics and vulnerability alerting. It also introduces support for dynamic retry delays in Workflow steps for local development and fixes a bug in runtime type caching during `wrangler dev`.

miniflare@4.20260702.0Breaking
Jul 7, 2026

This release introduces support for Queues across separate local development processes and updates local rate limiting logic to key counters by `namespace_id` for production parity. Internal dependencies were also refactored to improve ESM compatibility.

wrangler@4.107.1
Jul 7, 2026

This patch release focuses on bug fixes, including correct handling of `.dev.vars` overrides and improved secret deployment error messages. It also updates internal dependencies and refactors path resolution to improve ESM compatibility.

@cloudflare/vitest-pool-workers@0.18.0
Jul 2, 2026

This release introduces declarative Durable Object exports via `wrangler.json` for managing DO lifecycles (creation, deletion, renaming, transfer). This new flow is integrated across deployment, local development, testing, and type generation.

@cloudflare/vite-plugin@1.43.0
Jul 2, 2026

This release introduces declarative Durable Object exports via `wrangler.json` to manage DO lifecycle (creation, deletion, renaming, transfer). It also enhances deployment feedback and ensures local development and testing environments respect the new declarative configuration.

wrangler@4.107.0
Jul 2, 2026

This release introduces significant enhancements for managing Durable Object lifecycles declaratively via `wrangler.json` exports and adds optional OS keyring encryption for OAuth credentials. New `wrangler flagship` commands are also available for managing feature flags.

@cloudflare/vite-plugin@1.42.2
Jun 23, 2026

This patch release fixes an issue with container egress interception on arm64 Docker runtimes and updates dependencies for miniflare and wrangler.

wrangler@4.103.0
Jun 19, 2026

This release moves several experimental and unstable exports to dedicated utility packages or removes them entirely, improving stability and modularity. Bug fixes address issues related to configuration resolution, error handling during development, and local Workflows data serialization.

wrangler@4.102.0
Jun 18, 2026

This release introduces experimental build output features via `cf-wrangler build` and `--experimental-cf-build-output`, improves D1 remote command reliability, and patches several dependencies including `ws` to mitigate a high-severity DoS vulnerability.

@cloudflare/workers-utils@0.23.2
Jun 18, 2026

This patch updates the underlying undici dependency and introduces support for configuring local Miniflare plugins via the `dev.plugin` field on typed service bindings during local development.

@cloudflare/workers-utils@0.23.1
Jun 16, 2026

This patch release fixes an inconsistency in how `wrangler dev` handles asset fallbacks when custom routes are defined.

wrangler@4.100.0
Jun 11, 2026

This release introduces an experimental feature to configure Workers using TypeScript files (`cloudflare.config.ts`) and enhances local R2 development by exposing buckets publicly via the dev server. Several bug fixes improve error messaging across D1, authentication, and R2 Sippy commands, alongside a fix for a memory leak in headless `wrangler dev` sessions.

wrangler@4.97.0
Jun 2, 2026

This release introduces the ability to restart Workflow instances from specific steps via the CLI and includes numerous bug fixes related to file watching limits, CLI completion, source map uploads, and configuration serialization. Dependency updates for `am-i-vibing` and `workerd` were also performed.

miniflare@4.20260601.0
Jun 2, 2026

This patch updates the bundled workerd version and resolves an issue causing `wrangler dev` to hang by explicitly using `127.0.0.1` for the runtime inspector address. Additionally, trailing periods are removed from CLI output URLs for better clickability.

@cloudflare/vite-plugin@1.39.2
Jun 2, 2026

This patch release introduces an experimental internal `cf-vite` binary and fixes an issue where WebSocket upgrade response headers were not being propagated correctly during `vite dev`. Dependencies have also been updated.

miniflare@4.20260529.0
Jun 1, 2026

This release introduces support for new bindings, including `web_search` and `agent_memory`, and renames a configuration field for pipelines to `stream`. Bug fixes address potential hangs in browser rendering and crashes under Yarn PnP during development.

wrangler@4.95.0Breaking
Jun 1, 2026

This release introduces telemetry for AI coding agent skills and improves error handling for remote bindings blocked by Cloudflare Access. It also fixes configuration persistence issues during interactive deployments and renames the Workflow binding `schedule` property to `schedules`.

miniflare@4.20260526.0
Jun 1, 2026

This patch updates dependencies, including workerd, and enhances error reporting during `wrangler dev` when remote bindings are blocked by Cloudflare Access by providing clearer warnings and replacing the HTML block page with plain text guidance.

@cloudflare/workflows-shared@0.11.1
Jun 1, 2026

This patch fixes a crash in `wrangler dev` Workflows when large `Uint8Array` values were returned by a step, by improving how step log metadata is generated.

wrangler@4.94.0
May 22, 2026

This release introduces groundwork for scheduled Workflow triggering via cron expressions in bindings and improves local development by adding QR codes for tunnels and fixing Access Service Token authentication issues. Wrangler also now supports automatic installation of AI coding agent skills.

miniflare@4.20260520.0
May 21, 2026

This patch primarily addresses security vulnerabilities by updating the `ws` dependency and improves local development reliability by enhancing error reporting and adding self-healing for the Browser Run binding cache. It also corrects an issue with host validation for cdn-cgi routes in Miniflare.

wrangler@4.93.1
May 21, 2026

This patch primarily addresses security vulnerabilities by updating the `ws` dependency and fixes several inconsistencies in local development environments related to host validation and the `CF-Worker` header. It also improves authentication token precedence and error reporting in Wrangler.

wrangler@4.93.0
May 19, 2026

This release introduces new commands for querying the Workers AI model catalog (`ai models schema` and `ai models list`) and adds deployment control via `--containers-rollout=none`. Several bug fixes address issues related to D1 migrations, local Workflow startup, and cleanup of temporary files.

wrangler@4.92.0
May 15, 2026

This release introduces CLI support for managing Cloudflare Artifacts via new `wrangler artifacts` commands and adds the `--keep-vars` flag to `wrangler versions upload`. Several critical bugs related to authentication token refreshing and URL query string manipulation in `wrangler dev` have also been resolved.

wrangler@4.91.0
May 14, 2026

This release introduces named tunnel support for stable local development hostnames via `wrangler dev`. It also includes several bug fixes, such as normalizing instance type aliases and ensuring worker preview bindings match deployment behavior for non-string variables.

wrangler@4.89.0
May 7, 2026

This release introduces configurable HTTP caching for Workers and standardizes local development timezone to UTC to match production environments. Several bugs related to asset bindings in previews, type checking, and authentication listing were also resolved.

wrangler@4.86.0Breaking
Apr 28, 2026

This release enhances CLI tooling with namespace support for AI Search, public sharing via Quick Tunnels in `wrangler dev`, and improved queue consumer listing. It also enforces remote access for Flagship bindings during local development.

wrangler@4.82.0
Apr 13, 2026

This release introduces support for Preview deployments via `wrangler preview`, new commands for managing Browser Rendering sessions, and integrates Flagship feature flag binding support. It also enhances machine readability for JSON output by moving proxy notices to stderr and adds telemetry to the local REST API.

wrangler@4.81.0
Apr 7, 2026

This release introduces comprehensive new CLI commands for managing Cloudflare Email Routing and Email Sending features via `wrangler`. It also includes dependency updates and fixes an issue with framework auto-detection and configuration format rendering in `wrangler dev`.

miniflare@4.20260401.0
Apr 2, 2026

This release introduces experimental headful browser rendering for local development and adds support for VPC network bindings. It also deprecates the `supportedCompatibilityDate` export and fixes a module parsing bug in Miniflare.

wrangler@4.80.0
Apr 2, 2026

This release introduces experimental headful local development, adds support for AI Search and VPC network bindings, and includes several bug fixes related to build error visibility, D1 migration ordering, and source phase imports.

wrangler@4.78.0
Mar 27, 2026

This release introduces significant enhancements for local development and deployment, including support for Access Service Tokens, new AI Search bindings, and local Stream binding support. It also improves VPC service configuration and fixes several bugs related to Angular setup and dry-run validation.

wrangler@4.72.0
Mar 10, 2026

This release enhances type generation for inheritable bindings and enables container egress interception in local development by default. It also includes several bug fixes, such as correcting JSON serialization for SQL NULL values and improving module name handling during bundling.

wrangler@4.70.0
Mar 3, 2026

This release introduces significant features for container registry integration (DockerHub support, credential generation) and enhances local development workflows with experimental support for typed secrets configuration. It also adds configurable step limits for Workflows.

@cloudflare/vite-plugin@1.26.0
Mar 3, 2026

This release introduces experimental support for container-to-worker communication and enhances local development secret handling with validation and stricter loading rules.

wrangler@4.67.0
Feb 19, 2026

This release enhances the developer experience for data pipelines with interactive setup and schema-based type generation. It also fixes several bugs related to local development environment propagation and Queue delay limits.

wrangler@4.66.0
Feb 17, 2026

This release introduces enhanced cache directory detection for better package manager compatibility and adds `--tag`/`--message` support to `wrangler deploy`. Several bugs related to local AI Search bindings and Vite autoconfig parsing were also resolved.

miniflare@4.20260217.0
Feb 17, 2026

This release introduces experimental local explorer endpoints for DO namespaces and objects, fixes a bug preventing AI Search bindings from working in local development, and improves Miniflare's cache directory detection for better package manager compatibility.

wrangler@4.63.0
Feb 5, 2026

This release introduces a new hotkey for the local resource explorer during development and improves error messaging for configuration issues. It also deprecates 'wrangler cloudchamber apply' in favor of 'wrangler deploy' and updates underlying dependencies.

wrangler@4.61.0
Jan 27, 2026

This release introduces the ability to customize the inspector IP address for local development and fixes several CLI usability issues, including improving error reporting for missing Workers and fixing Fish shell completions. Dependency updates include an upgrade to workerd.

miniflare@4.20260124.0
Jan 27, 2026

This release introduces the ability to customize the inspector IP address during local development and adds a gated local explorer worker. It also improves security by bundling the `zod` dependency and updating several internal dependencies, including `workerd`.

wrangler@4.59.0
Jan 13, 2026

This release introduces the `--check` flag for type generation verification and enables higher asset count limits for Pages deployments. It also deprecates the `tier` constraint in favor of `constraints.tiers` for container applications.

@cloudflare/workers-utils@0.6.0Breaking
Jan 7, 2026

This release introduces automatic type generation for `wrangler dev`, configuration support for trusted SSH CA keys in containers, and several utility exports. It also includes a breaking change to the `ParseTOML` signature and fixes related to configuration validation.

wrangler@4.57.0Breaking
Jan 7, 2026

This release introduces several quality-of-life improvements, including a new command to retrieve auth tokens, automatic type generation during local development, and enhanced autoconfiguration support for frameworks like Waku and Vike. It also removes the deprecated `observability.logging` field for containers.

wrangler@3.114.16Breaking
Dec 19, 2025

This patch release focuses heavily on bug fixes across configuration validation, R2 operations, D1 execution, and improved logging/authentication diagnostics for `wrangler dev --remote`. A key change is the resolution of the `--e` flag conflict in `r2 object put`.

wrangler@4.46.0
Nov 6, 2025

This release introduces experimental autoconfiguration APIs for static sites and enhances deployment controls by allowing disabling remote bindings via `getPlatformProxy`. It also includes several bug fixes related to configuration updates during deployment and local development binding logging.

wrangler@4.43.0
Oct 14, 2025

This release updates `wrangler init --from-dash` to use `wrangler.jsonc` configuration files and includes several fixes related to remote development sessions, Docker image inspection, and auto-provisioning resilience.

wrangler@4.32.0
Aug 21, 2025

This release enhances local development by enabling cross-process communication for \`wrangler dev\` across multiple configurations and introduces support for unsafe dynamic worker loading bindings. It also includes internal refactoring and fixes for debugging log visibility.

wrangler@4.29.0
Aug 12, 2025

This release introduces new deployment options like the `--domain` flag for `wrangler deploy` and improves local development proxy binding access via Miniflare integration. Several bug fixes address issues related to container deletion validation, queue binding updates, and configuration loading for remote proxy sessions.

Track Symbol Changes

Use the Change8 MCP server or GitHub Action to get notified when wrangler dev changes.

Learn More