#3603 appears in the 2025-03-03 release but still not available
Here is the release:
https://github.com/cloudflare/workerd/releases/tag/v1.20250303.0
Here is the PR# listed:
- Implement node:crypto sign and verify APIs by @jasnell in #3603
I have wrangler.toml:
Trying to use
createVerify
GitHub
Release v1.20250303.0 · cloudflare/workerd
What's Changed
Add Response.prototype.type property by @jasnell in #3590
Ignore unsupported fetch options and properties as recommended by @jasnell in #3598
Implement Response.error() by @jasn...
4 Replies
Wrangler isn't using that workerd version yet
https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/package.json#L81
GitHub
workers-sdk/packages/wrangler/package.json at main · cloudflare/wor...
⛅️ Home to Wrangler, the CLI for Cloudflare Workers® - cloudflare/workers-sdk
how can I have it ?
I want to deploy today
ohh i can just changed the workerd version ?
let me tryyy
NOPE
not working
You can't and need to wait. It is also unknown if that version of workerd is deployed on Cloudflare.
no other way around then, i need to spin up a temporary lambda, everytimie when it comes to crypto this becomes painful