From 765fc570b9075ef84a3a52be19d8762398c48e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Wed, 6 Apr 2022 12:58:58 -0500 Subject: [PATCH] 2022-04-07, Version 17.9.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable Changes: * (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) https://github.com/nodejs/node/pull/42427 * deps: update undici to 4.16.0 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/42414 * doc: add @meixg to collaborators (Xuguang Mei) https://github.com/nodejs/node/pull/42576 PR-URL: https://github.com/nodejs/node/pull/42613 --- doc/api/crypto.md | 8 +-- doc/changelogs/CHANGELOG_V17.md | 109 ++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+), 4 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 2de0fb82347fcb..3a000b13612feb 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2962,7 +2962,7 @@ Checks the primality of the `candidate`. added: v0.1.94 deprecated: v10.0.0 changes: - - version: REPLACEME + - version: v17.9.0 pr-url: https://github.com/nodejs/node/pull/42427 description: The `authTagLength` option is now optional when using the `chacha20-poly1305` cipher and defaults to 16 bytes. @@ -3026,7 +3026,7 @@ Adversaries][] for details.