From e2a3804f6a85ec6092603e2667645c088adee886 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Mon, 8 Dec 2025 18:05:16 +0100 Subject: [PATCH 1/2] doc: mark crypto.hash as stable This API has been stable for the past year and it's used enough in the wild that we are unlikely to make any breaking changes without going semver-major. Mark it as stable. --- doc/api/crypto.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index b7e3e13a2d01bf..472f70b5ef0060 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -4526,13 +4526,14 @@ added: - v21.7.0 - v20.12.0 changes: + - version: REPLACEME + pr-url: REPLACEME + description: This API is no longer experimental. - version: v24.4.0 pr-url: https://github.com/nodejs/node/pull/58121 description: The `outputLength` option was added for XOF hash functions. --> -> Stability: 1.2 - Release candidate - * `algorithm` {string|undefined} * `data` {string|Buffer|TypedArray|DataView} When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different From 9d6bff4086c49766d7b8c7073553fc0a21e5ce66 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Mon, 8 Dec 2025 18:16:27 +0100 Subject: [PATCH 2/2] fixup! doc: mark crypto.hash as stable --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 472f70b5ef0060..00fd234bfad8d3 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -4527,7 +4527,7 @@ added: - v20.12.0 changes: - version: REPLACEME - pr-url: REPLACEME + pr-url: https://github.com/nodejs/node/pull/60994 description: This API is no longer experimental. - version: v24.4.0 pr-url: https://github.com/nodejs/node/pull/58121