Skip to content

Releases: cloudflare/workers-sdk

miniflare@4.20251001.0

02 Oct 13:45
1008d02
Compare
Choose a tag to compare

Patch Changes

  • #10834 c8d5282 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250927.0 1.20251001.0
  • #10673 bffd2a9 Thanks @jamesopstad! - Send a 404 response for unimplemented /cdn-cgi/handler/ routes.

create-cloudflare@2.52.1

02 Oct 13:46
1008d02
Compare
Choose a tag to compare

Patch Changes

  • #10641 cc47218 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.8.2 7.9.3
  • #10642 a6cfc06 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.3.0 20.3.3
  • #10766 bd5b720 Thanks @petebacondarwin! - Do not override any .env settings in .gitignore files

    Previously we only looked for .env* in the gitignore but now we cover more cases such as:

    • .env
    • .env\*
    • .env.<local|production|staging|...>
    • .env\*.<local|production|staging|...>

@cloudflare/workflows-shared@0.3.7

02 Oct 13:45
1008d02
Compare
Choose a tag to compare

Patch Changes

@cloudflare/vitest-pool-workers@0.9.9

02 Oct 13:45
1008d02
Compare
Choose a tag to compare

Patch Changes

@cloudflare/vite-plugin@1.13.9

02 Oct 13:45
1008d02
Compare
Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.13.77

02 Oct 13:46
1008d02
Compare
Choose a tag to compare

Patch Changes

@cloudflare/containers-shared@0.2.12

02 Oct 13:45
1008d02
Compare
Choose a tag to compare

Patch Changes

  • #10634 62656bd Thanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account

@cloudflare/cli@1.1.3

02 Oct 13:46
1008d02
Compare
Choose a tag to compare

Patch Changes

wrangler@4.40.3

30 Sep 10:36
76d2538
Compare
Choose a tag to compare

Patch Changes

  • #10602 ff82d80 Thanks @tukiminya! - fix: update Secrets Store command status from alpha to open-beta

  • #10623 7a6381c Thanks @IRCody! - Handle more cases for correctly resolving the full uri for an image when using containers push.

  • #10779 325d22e Thanks @hoodmane! - Add fallthrough: true for python_modules data rule

  • #10112 8d07576 Thanks @devin-ai-integration! - fix: allow Workflow bindings when calling getPlatformProxy()

    Workflow bindings are not supported in practice when using getPlatformProxy().
    But their existence in a Wrangler config file should not prevent other bindings from working.
    Previously, calling getPlatformProxy() would crash if there were any Workflow bindings defined.
    Now, instead, you get a warning telling you that these bindings are not available.

  • #10769 0a554f9 Thanks @penalosa! - Mark more errors as UserError to disable Sentry reporting

  • #10679 6244a9e Thanks @KianNH! - Fix rendering for nested objects in containers list and containers info [ID]

  • #10785 d09cab3 Thanks @pombosilva! - Workflows names and instance IDs are now properly validated with production limits.

  • Updated dependencies [6ff41a6, 0c208e1, 2432022, d0801b1, 0a554f9]:

    • miniflare@4.20250927.0
    • @cloudflare/unenv-preset@2.7.5

miniflare@4.20250927.0

30 Sep 10:36
76d2538
Compare
Choose a tag to compare

Patch Changes

  • #10775 6ff41a6 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250924.0 1.20250926.0
  • #10799 0c208e1 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250926.0 1.20250927.0
  • #10683 2432022 Thanks @yuripave! - fix: api proxy preserve multiple Set-Cookie headers

  • #10769 0a554f9 Thanks @penalosa! - Mark more errors as UserError to disable Sentry reporting