Releases: cloudflare/workers-sdk
[email protected]
Patch Changes
-
#7884
fd5a455
Thanks @emily-shen! - feat: make experiemntal auto-provisioning non-interactive by default. -
#7811
7d138d9
Thanks @joshthoward! - Fix RPC method invocations showing up as unknown events -
Updated dependencies [
40f89a9
]:
[email protected]
Patch Changes
-
#7890
40f89a9
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20241230.0 1.20250124.0 @cloudflare/workers-types ^4.20241230.0 ^4.20250121.0
[email protected]
Patch Changes
-
#7891
a7965c7
Thanks @jahands! - fix: Use today's date for compat date when the latest workerd release date is in the futureFixes an issue where deployments would fail when there is a workerd release on the same day due to workerd releases having a date in the future because Workers does not allow using a compat date in the future.
[email protected]
Patch Changes
-
#7777
248bdb2
Thanks @emily-shen! - feat: add home view with getting started information -
#7689
3886065
Thanks @emily-shen! - Add documentation links to binding created notification and bindings tree view
@cloudflare/[email protected]
Patch Changes
-
#7887
cab3e37
Thanks @WalshyDev! - chore: add more observability into asset-worker for the Workers team to better insight into how requests are handled. -
#7887
cab3e37
Thanks @WalshyDev! - chore: add tracing into router-worker so the Workers team can have a better insight into into how requests are handled.
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
40f89a9
]:
[email protected]
Minor Changes
-
#7466
e5ebdb1
Thanks @Ltadrian! - feat: implement thewrangler cert upload
commandThis command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.
For uploading mTLS certificate, run:
wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT
For uploading CA certificate chain, run:
wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA
Patch Changes
-
#7867
bdc7958
Thanks @penalosa! - Revert #7816. This feature added support for the ASSETS bindings to thegetPlatformProxy()
API, but caused a regression when runningnpm run preview
in newly generated Workers Assets projects. -
#7868
78a9a2d
Thanks @penalosa! - Revert "Hyperdrive dev remote fix". This PR includes e2e tests that were not run before merging, and are currently failing. -
Updated dependencies []:
[email protected]
Patch Changes
-
#7822
c6e8a1c
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To sv 0.6.11 0.6.13 -
#7823
4f84172
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-next-app 15.1.4 15.1.5 -
#7824
794b446
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @angular/create 19.0.7 19.1.2 -
#7827
6c2e943
Thanks @edmundhung! - fix: bumpvitest-pool-workers
version range in templatesThis resolves #7815, where users encountered an error about missing
nodejs_compat
ornodejs_compat_v2
compatibility flags when running Vitest on a fresh Hello World project created withcreate-cloudflare
.