summaryrefslogtreecommitdiff
path: root/doc/api/net.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2022-12-12 18:08:58 +0000
committerMichaël Zasso <targos@protonmail.com>2022-12-14 13:52:52 +0000
commitb4f8186657d8869321ffc8655459e75dff3ad0b0 (patch)
tree67bc127add536df88f2c81f15cf61a2b063fa33a /doc/api/net.md
parentbfb5ba77762e6c64dc066dd04ae30232eb72f7be (diff)
downloadnode-new-b4f8186657d8869321ffc8655459e75dff3ad0b0.tar.gz
2022-12-14, Version 19.3.0 (Current)
Notable changes: build: * disable v8 snapshot compression by default (Joyee Cheung) https://github.com/nodejs/node/pull/45716 deps: * upgrade npm to 9.2.0 (npm team) https://github.com/nodejs/node/pull/45780 doc: * add doc-only deprecation for headers/trailers setters (Rich Trott) https://github.com/nodejs/node/pull/45697 * add Rafael Gonzaga to the TSC (Michael Dawson) https://github.com/nodejs/node/pull/45691 net: * (SEMVER-MINOR) add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) https://github.com/nodejs/node/pull/44731 src: * (SEMVER-MINOR) add uvwasi version (Jithil P Ponnan) https://github.com/nodejs/node/pull/45639 test_runner: * (SEMVER-MINOR) add t.after() hook (Colin Ihrig) https://github.com/nodejs/node/pull/45792 * (SEMVER-MINOR) don't use a symbol for runHook() (Colin Ihrig) https://github.com/nodejs/node/pull/45792 tls: * remove trustcor root ca certificates (Ben Noordhuis) https://github.com/nodejs/node/pull/45776 PR-URL: https://github.com/nodejs/node/pull/45831
Diffstat (limited to 'doc/api/net.md')
-rw-r--r--doc/api/net.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index c0cb1dbd73..9b90b01df4 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -856,7 +856,7 @@ behavior.
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v19.3.0
pr-url: https://github.com/nodejs/node/pull/44731
description: Added the `autoSelectFamily` option.
- version: