Skip to content

Releases: cloudflare/workers-sdk

@cloudflare/[email protected]

30 Sep 10:36
76d2538

Choose a tag to compare

@cloudflare/[email protected]

30 Sep 10:36
76d2538

Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

30 Sep 10:36
76d2538

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/[email protected]

30 Sep 10:35
76d2538

Choose a tag to compare

@cloudflare/[email protected]

30 Sep 10:35
76d2538

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

[email protected]

26 Sep 10:28
2e1c685

Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

26 Sep 10:28
2e1c685

Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

26 Sep 10:28
2e1c685

Choose a tag to compare

Patch Changes

[email protected]

25 Sep 17:17
7d53b9a

Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

25 Sep 17:17
7d53b9a

Choose a tag to compare

Patch Changes