From fe4ffed601695090d4119e529bc77ca5d26fb559 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 8 Dec 2022 14:06:06 -0500 Subject: [PATCH] 2022-12-13, Version 16.19.0 'Gallium' (LTS) Notable changes: - OpenSSL 1.1.1s - Root certificates updated to NSS 3.85 - Time zone update to 2022f - add dgram send queue info - upgrade npm to 8.19.3 - add `--watch` - add default value option to parsearg PR-URL: https://github.com/nodejs/node/pull/45791 --- CHANGELOG.md | 3 +- doc/api/cli.md | 4 +- doc/api/dgram.md | 4 +- doc/api/test.md | 4 +- doc/api/util.md | 2 +- doc/changelogs/CHANGELOG_V16.md | 111 ++++++++++++++++++++++++++++++++ src/node_version.h | 6 +- 7 files changed, 123 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20fc7fcb39..8ae0355bf81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,8 @@ release. -16.18.1
+16.19.0
+16.18.1
16.18.0
16.17.1
16.17.0
diff --git a/doc/api/cli.md b/doc/api/cli.md index 5baf534af1e..af802524883 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1430,7 +1430,7 @@ will be chosen. ### `--watch` > Stability: 1 - Experimental @@ -1452,7 +1452,7 @@ $ node --watch index.js ### `--watch-path` > Stability: 1 - Experimental diff --git a/doc/api/dgram.md b/doc/api/dgram.md index 78930ff45dd..8340896775d 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -457,7 +457,7 @@ This method throws [`ERR_SOCKET_BUFFER_SIZE`][] if called on an unbound socket. ### `socket.getSendQueueSize()` * Returns: {number} Number of bytes queued for sending. @@ -465,7 +465,7 @@ added: REPLACEME ### `socket.getSendQueueCount()` * Returns: {number} Number of send requests currently in the queue awaiting diff --git a/doc/api/test.md b/doc/api/test.md index 7da51afff4b..680cd29dd52 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -319,7 +319,7 @@ internally. ## `run([options])` * `options` {Object} Configuration options for running tests. The following @@ -597,7 +597,7 @@ describe('tests', async () => { ## Class: `TapStream` * Extends {ReadableStream} diff --git a/doc/api/util.md b/doc/api/util.md index 3908a558a89..10a7db9f470 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1024,7 +1024,7 @@ equality.