Releases: cloudflare/workers-sdk
@cloudflare/workflows-shared@0.9.1
Patch Changes
- #13560
7567ef7Thanks @vaishnav-mk! - Preserve NonRetryableError message and name when theworkflows_preserve_non_retryable_error_messagecompatibility flag is enabled, instead of replacing it with a generic error message.
@cloudflare/containers-shared@0.14.1
Patch Changes
-
#13611
6e99febThanks @smaldd14! - Support Cloudflare-managed registry images in Vite plugin local devPreviously, using a
registry.cloudflare.comimage in acontainersbinding would crashvite devwith an unsupported error. The Vite plugin now configures the Cloudflare API client usingCLOUDFLARE_API_TOKENandCLOUDFLARE_ACCOUNT_IDbefore pulling container images, matching the behavior ofwrangler dev.
@cloudflare/cli-shared-helpers@0.1.0
wrangler@4.84.1
Patch Changes
-
#13615
8fec8b8Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
Dependency From To workerd 1.20260420.1 1.20260421.1 -
#13572
a610749Thanks @dario-piotrowicz! - Fixwrangler types --checkignoring--env-interfaceand secondary--configentriesPreviously,
wrangler types --checkran its staleness check before resolving the--env-interfaceflag and before collecting secondary worker entry points from additional--configarguments. This meant it could incorrectly report types as up to date when they were actually stale due to a different env interface name or changes in secondary worker configs. The check now runs after all options are fully resolved, so it correctly detects mismatches. -
Updated dependencies [
8fec8b8,2f3d7b9]:- miniflare@4.20260421.0
miniflare@4.20260421.0
Patch Changes
-
#13615
8fec8b8Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
Dependency From To workerd 1.20260420.1 1.20260421.1 -
#13613
2f3d7b9Thanks @dario-piotrowicz! - Fix sourcemap warnings caused by references to files outside the package boundaryminiflare's bundled sourcemap contained
sourcesentries pointing intonode_modulesdependencies (zod, capnp-es, chokidar, etc.), which produced dozens of warnings in pnpm monorepos when tools like Vite or Vitest validated the sourcemaps at runtime. The build now inlinessourcesContentand patches any null entries left by upstream dependencies that don't publish their original source files
create-cloudflare@2.67.2
Patch Changes
-
#13513
f822594Thanks @edmundhung! - Update the design of the React Workers starterThe React Workers template now follows the latest Vite React starter more closely, so new projects get the refreshed upstream design alongside the existing Cloudflare integration.
@cloudflare/vitest-pool-workers@0.14.9
@cloudflare/vite-plugin@1.33.1
@cloudflare/pages-shared@0.13.127
@cloudflare/local-explorer-ui@0.13.2
Patch Changes
-
#13562
78a252dThanks @emily-shen! - Local Explorer UI refinements- Add scrolling to the D1 table selector, instead of cutting off the table list
- Show table headers in R2 empty states
- Persist the
delimitersearch param when navigating to R2 object details - Hide breadcrumb path segments when viewing R2 objects in ungrouped mode