Skip to content

Releases: cloudflare/workers-sdk

wrangler@4.81.1

09 Apr 15:35
aad0341

Choose a tag to compare

Patch Changes

  • #13337 c510494 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260405.1 1.20260408.1
  • #13362 8b71eca Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260408.1 1.20260409.1
  • #13329 7ca6f6e Thanks @G4brym! - fix: Treat AI Search bindings as always-remote in local dev

    AI Search namespace (ai_search_namespaces) and instance (ai_search) bindings are always-remote (they have no local simulation), but pickRemoteBindings() did not include them in its always-remote type list. This caused the remote proxy session to exclude these bindings when remote: true was not explicitly set in the config, resulting in broken AI Search bindings during wrangler dev.

    Additionally, removeRemoteConfigFieldFromBindings() in the deploy config-diff logic was not stripping the remote field from AI Search bindings, which could cause false config diffs during deployment.

  • Updated dependencies [42c7ef0, c510494, 8b71eca, a42e0e8]:

    • miniflare@4.20260409.0

miniflare@4.20260409.0

09 Apr 15:36
aad0341

Choose a tag to compare

Minor Changes

  • #13133 42c7ef0 Thanks @emily-shen! - explorer: list DO instances with name where possible

    Note: The local explorer is a WIP experimental feature.

  • #13336 a42e0e8 Thanks @emily-shen! - local explorer: fix handling on resources that are bound to multiple workers

    Note the local explorer is a experimental feature still.

Patch Changes

  • #13337 c510494 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260405.1 1.20260408.1
  • #13362 8b71eca Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260408.1 1.20260409.1

create-cloudflare@2.66.4

09 Apr 15:36
aad0341

Choose a tag to compare

Patch Changes

  • #13358 40b4f11 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-docusaurus 3.9.2 3.10.0

@cloudflare/workflows-shared@0.9.0

09 Apr 15:35
aad0341

Choose a tag to compare

Minor Changes

  • #13351 3788983 Thanks @pombosilva! - Add step and config properties to the workflow step context

    The callback passed to step.do() now receives ctx.step (with name and count) and ctx.config (the fully resolved step configuration with defaults merged in), in addition to the existing ctx.attempt.

@cloudflare/vitest-pool-workers@0.14.3

09 Apr 15:36
aad0341

Choose a tag to compare

Patch Changes

@cloudflare/vite-plugin@1.31.2

09 Apr 15:35
aad0341

Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.13.123

09 Apr 15:35
aad0341

Choose a tag to compare

Patch Changes

@cloudflare/local-explorer-ui@0.11.0

09 Apr 15:35
aad0341

Choose a tag to compare

Minor Changes

  • #13331 a066e24 Thanks @NuroDev! - Add animated Cloudflare logo to local explorer homepage

    The local explorer now displays an animated Cloudflare logo on the homepage,
    providing a more engaging visual experience when viewing local resources.

  • #13133 42c7ef0 Thanks @emily-shen! - explorer: list DO instances with name where possible

    Note: The local explorer is a WIP experimental feature.

  • #13336 a42e0e8 Thanks @emily-shen! - local explorer: fix handling on resources that are bound to multiple workers

    Note the local explorer is a experimental feature still.

wrangler@4.81.0

07 Apr 19:08
36c2c13

Choose a tag to compare

Minor Changes

  • #12932 96ee5d4 Thanks @thomasgauvin! - feat: add wrangler email routing and wrangler email sending commands

    Email Routing commands:

    • wrangler email routing list - list zones with email routing status
    • wrangler email routing settings <domain> - get email routing settings for a zone
    • wrangler email routing enable/disable <domain> - enable or disable email routing
    • wrangler email routing dns get/unlock <domain> - manage DNS records
    • wrangler email routing rules list/get/create/update/delete <domain> - manage routing rules (use catch-all as the rule ID for the catch-all rule)
    • wrangler email routing addresses list/get/create/delete - manage destination addresses

    Email Sending commands:

    • wrangler email sending list - list zones with email sending
    • wrangler email sending settings <domain> - get email sending settings for a zone
    • wrangler email sending enable <domain> - enable email sending for a zone or subdomain
    • wrangler email sending disable <domain> - disable email sending for a zone or subdomain
    • wrangler email sending dns get <domain> - get DNS records for a sending domain
    • wrangler email sending send - send an email using the builder API
    • wrangler email sending send-raw - send a raw MIME email message

    Also adds email_routing:write and email_sending:write OAuth scopes to wrangler login.

Patch Changes

  • #13241 7d318e1 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260401.1 1.20260402.1
  • #13305 fa6d84f Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260402.1 1.20260405.1
  • #13193 78cbe37 Thanks @dario-piotrowicz! - During autoconfig filter out Hono when there are 2 detected frameworks

    During the auto-configuration process Hono is now treated as an auxiliary framework (like Vite) and automatically filtered out when two frameworks are detected (before Hono was being filtered out only when the other framework was Waku).

  • #13205 6fa5dfd Thanks @petebacondarwin! - fix: use formatConfigSnippet for compatibility_date warning in wrangler dev

    The compatibility_date warning shown when no date is configured in wrangler dev was hardcoded in TOML format. This now uses formatConfigSnippet to render the snippet in the correct format (TOML or JSON) based on the user's config file type.

  • Updated dependencies [a3e3b57, 7d318e1, fa6d84f, 7d318e1, 7a60d4b]:

    • miniflare@4.20260405.0

miniflare@4.20260405.0

07 Apr 19:08
36c2c13

Choose a tag to compare

Minor Changes

  • #13240 a3e3b57 Thanks @emily-shen! - local explorer: serve the local explorer's OpenAPI spec at /cdn-cgi/explorer/api

    The local explorer is supported by a REST API served from the worker's local address. It can be accessed independently of the UI, (e.g. by an AI agent) and is thus documented at this endpoint.

  • #13314 7a60d4b Thanks @Ltadrian! - Fix hyperdrive local dev binding tls configuration bug

Patch Changes

  • #13241 7d318e1 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260401.1 1.20260402.1
  • #13305 fa6d84f Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260402.1 1.20260405.1
  • #13241 7d318e1 Thanks @dependabot! - Update Images binding local mock to use chainable handle pattern

    hosted.image(imageId) now returns a handle with details(), bytes(), update(), and delete() methods, aligning with the updated workerd API (cloudflare/workerd#6288).