#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:
compatibility_date = "2025-03-03"
compatibility_flags = [ "nodejs_compat" ]
compatibility_date = "2025-03-03"
compatibility_flags = [ "nodejs_compat" ]
Trying to use createVerify
X [ERROR] Error: [unenv] crypto.createVerify is not implemented yet!
X [ERROR] Error: [unenv] crypto.createVerify is not implemented yet!
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
Cyb3r-Jak3
Cyb3r-Jak32mo ago
GitHub
workers-sdk/packages/wrangler/package.json at main · cloudflare/wor...
⛅️ Home to Wrangler, the CLI for Cloudflare Workers® - cloudflare/workers-sdk
Iann
IannOP2mo ago
how can I have it ? I want to deploy today ohh i can just changed the workerd version ? let me tryyy NOPE not working
Cyb3r-Jak3
Cyb3r-Jak32mo ago
You can't and need to wait. It is also unknown if that version of workerd is deployed on Cloudflare.
Iann
IannOP2mo ago
no other way around then, i need to spin up a temporary lambda, everytimie when it comes to crypto this becomes painful

Did you find this page helpful?