Skip to content

Releases: cloudflare/workers-sdk

create-cloudflare@2.52.0

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

Minor Changes

Patch Changes

  • #10567 64e403b Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    sv 0.9.2 0.9.6
  • #10793 aed5fa0 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-qwik 1.16.0 1.16.1
  • #10794 6e56107 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-docusaurus 3.8.1 3.9.1
  • #10790 c563ebe Thanks @petebacondarwin! - pin the URL for the react-router template since it was deleted from the project

  • #10780 89125b3 Thanks @dom96! - Python templates now create valid pyproject.toml/uv.lock files

@cloudflare/workflows-shared@0.3.6

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

Patch Changes

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

@cloudflare/vitest-pool-workers@0.9.8

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

Patch Changes

@cloudflare/vite-plugin@1.13.8

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

Patch Changes

@cloudflare/unenv-preset@2.7.5

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

Patch Changes

  • #10805 d0801b1 Thanks @vicb! - Drop node:process polyfill when v2 is available

    Note that EventEmitters (on, off, addListener, removeListener, ...) used to be available on the import while they should not have been. They are now only available on the global process:

    import p from "node:process";
    
    // Working before this PR, not working after this PR
    p.on("exit", exitHandler);
    
    // Use the global process instead (works before and after the PR)
    process.on("exit", exitHandler);
    

@cloudflare/pages-shared@0.13.76

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

Patch Changes

@cloudflare/containers-shared@0.2.11

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

Patch Changes

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

  • #10808 a7f6966 Thanks @nikitassharma! - When returning the default managed registry, inspect the environment variable
    WRANGLER_API_ENVIRONMENT to determine if we should be returning the production
    or staging registry.

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

wrangler@4.40.2

26 Sep 10:28
2e1c685
Compare
Choose a tag to compare

Patch Changes

@cloudflare/vitest-pool-workers@0.9.7

26 Sep 10:28
2e1c685
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [b455281]:
    • wrangler@4.40.2

@cloudflare/vite-plugin@1.13.7

26 Sep 10:28
2e1c685
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [b455281]:
    • wrangler@4.40.2