Releases: cloudflare/workers-sdk
miniflare@4.20251001.0
Patch Changes
-
#10834
c8d5282
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe 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
Patch Changes
-
#10641
cc47218
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe 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" packageThe 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
filesPreviously we only looked for
.env*
in thegitignore
but now we cover more cases such as:.env
.env\*
.env.<local|production|staging|...>
.env\*.<local|production|staging|...>
@cloudflare/workflows-shared@0.3.7
Patch Changes
- #10813
545afe5
Thanks @pombosilva! - Workflows are now created if the Request gets redirected after creation
@cloudflare/vitest-pool-workers@0.9.9
@cloudflare/vite-plugin@1.13.9
Patch Changes
@cloudflare/pages-shared@0.13.77
@cloudflare/containers-shared@0.2.12
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
Patch Changes
- #10764
79a6b7d
Thanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cli
wrangler@4.40.3
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, callinggetPlatformProxy()
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 asUserError
to disable Sentry reporting -
#10679
6244a9e
Thanks @KianNH! - Fix rendering for nested objects incontainers list
andcontainers 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
Patch Changes
-
#10775
6ff41a6
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe 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" packageThe 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 asUserError
to disable Sentry reporting