Releases: cloudflare/workers-sdk
create-cloudflare@2.52.0
Minor Changes
-
#10700
8e05701
Thanks @dario-piotrowicz! - Remove the Remix option since the framework is no longer recommended by the Remix team for new applications -
#8314
7e0d750
Thanks @rmarscher! - feat(create-cloudflare): Add Waku Workers template -
#10781
8eb7197
Thanks @dom96! - Adds Python-specific folders to gitignore in Python templates -
#10699
2acbdbe
Thanks @dario-piotrowicz! - Remove the next-on-pages (Next.js on the Pages platform) option since the package has been deprecated
Patch Changes
-
#10567
64e403b
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe 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" packageThe 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" packageThe 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
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
@cloudflare/vite-plugin@1.13.8
Patch Changes
-
#10593
2ff7e6d
Thanks @BlankParticle! - fix: restore original url before passing request to miniflare in vite dev -
#10774
ed04ed3
Thanks @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
]:- wrangler@4.40.3
- miniflare@4.20250927.0
- @cloudflare/unenv-preset@2.7.5
@cloudflare/unenv-preset@2.7.5
Patch Changes
-
#10805
d0801b1
Thanks @vicb! - Dropnode:process
polyfill 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/pages-shared@0.13.76
@cloudflare/containers-shared@0.2.11
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 asUserError
to disable Sentry reporting
wrangler@4.40.2
@cloudflare/vitest-pool-workers@0.9.7
Patch Changes
- Updated dependencies [
b455281
]:- wrangler@4.40.2
@cloudflare/vite-plugin@1.13.7
Patch Changes
- Updated dependencies [
b455281
]:- wrangler@4.40.2