#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" ]

Trying to use createVerify
X [ERROR] Error: [unenv] crypto.createVerify is not implemented yet!
GitHub
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...
Was this page helpful?