From abe505e53d3f51cd4ffbbae57ae6d5808ec70917 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-06, 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) [#42427](https://github.com/nodejs/node/pull/42427) * deps: update undici to 4.16.0 (Node.js GitHub Bot) [#42414](https://github.com/nodejs/node/pull/42414) * doc: add @meixg to collaborators (Xuguang Mei) [#42576](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 | 105 ++++++++++++++++++++++++++++++++ src/node_version.h | 6 +- 3 files changed, 112 insertions(+), 7 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 76ee8097186436..b2726c18c83322 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2940,7 +2940,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. @@ -3004,7 +3004,7 @@ Adversaries][] for details.