Releases: cloudflare/workers-sdk
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
-
#10593
2ff7e6dThanks @BlankParticle! - fix: restore original url before passing request to miniflare in vite dev -
#10774
ed04ed3Thanks @dario-piotrowicz! - fix vite plugin not working when projects are in a path that contains a non-ascii character -
Updated dependencies [
ff82d80,7a6381c,6ff41a6,0c208e1,2432022,d0801b1,325d22e,8d07576,0a554f9,6244a9e,d09cab3]:- [email protected]
- [email protected]
- @cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
-
#10805
d0801b1Thanks @vicb! - Dropnode:processpolyfill when v2 is availableNote 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]
@cloudflare/[email protected]
Patch Changes
-
#10623
7a6381cThanks @IRCody! - Handle more cases for correctly resolving the full uri for an image when using containers push. -
#10808
a7f6966Thanks @nikitassharma! - When returning the default managed registry, inspect the environment variable
WRANGLER_API_ENVIRONMENTto determine if we should be returning the production
or staging registry. -
#10769
0a554f9Thanks @penalosa! - Mark more errors asUserErrorto disable Sentry reporting
[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
b455281]:
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
b455281]:
[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
a57149f]: