Skip to content

Releases: cloudflare/workers-sdk

@cloudflare/workflows-shared@0.9.1

24 Apr 11:27
a3f6481

Choose a tag to compare

Patch Changes

  • #13560 7567ef7 Thanks @vaishnav-mk! - Preserve NonRetryableError message and name when the workflows_preserve_non_retryable_error_message compatibility flag is enabled, instead of replacing it with a generic error message.

@cloudflare/containers-shared@0.14.1

24 Apr 11:27
a3f6481

Choose a tag to compare

Patch Changes

  • #13611 6e99feb Thanks @smaldd14! - Support Cloudflare-managed registry images in Vite plugin local dev

    Previously, using a registry.cloudflare.com image in a containers binding would crash vite dev with an unsupported error. The Vite plugin now configures the Cloudflare API client using CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID before pulling container images, matching the behavior of wrangler dev.

@cloudflare/cli-shared-helpers@0.1.0

24 Apr 11:27
a3f6481

Choose a tag to compare

Minor Changes

  • #13651 47ac63f Thanks @penalosa! - Publish @cloudflare/cli-shared-helpers and @cloudflare/workers-utils to npm

Patch Changes

  • Updated dependencies [5680287, 47ac63f]:
    • @cloudflare/workers-utils@0.18.0

wrangler@4.84.1

21 Apr 14:43
f138e83

Choose a tag to compare

Patch Changes

  • #13615 8fec8b8 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260420.1 1.20260421.1
  • #13572 a610749 Thanks @dario-piotrowicz! - Fix wrangler types --check ignoring --env-interface and secondary --config entries

    Previously, wrangler types --check ran its staleness check before resolving the --env-interface flag and before collecting secondary worker entry points from additional --config arguments. 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

21 Apr 14:43
f138e83

Choose a tag to compare

Patch Changes

  • #13615 8fec8b8 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260420.1 1.20260421.1
  • #13613 2f3d7b9 Thanks @dario-piotrowicz! - Fix sourcemap warnings caused by references to files outside the package boundary

    miniflare's bundled sourcemap contained sources entries pointing into node_modules dependencies (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 inlines sourcesContent and patches any null entries left by upstream dependencies that don't publish their original source files

create-cloudflare@2.67.2

21 Apr 14:42
f138e83

Choose a tag to compare

Patch Changes

  • #13513 f822594 Thanks @edmundhung! - Update the design of the React Workers starter

    The 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

21 Apr 14:42
f138e83

Choose a tag to compare

Patch Changes

@cloudflare/vite-plugin@1.33.1

21 Apr 14:42
f138e83

Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.13.127

21 Apr 14:43
f138e83

Choose a tag to compare

Patch Changes

@cloudflare/local-explorer-ui@0.13.2

21 Apr 14:42
f138e83

Choose a tag to compare

Patch Changes

  • #13562 78a252d Thanks @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 delimiter search param when navigating to R2 object details
    • Hide breadcrumb path segments when viewing R2 objects in ungrouped mode