Node v19.5.0 (Current)
Rafael Gonzaga
Notable Changes
- http:
- (SEMVER-MINOR) join authorization headers (Marco Ippolito) #45982
- lib::
- add webstreams to Duplex.from() (Debadree Chatterjee) #46190
- stream:
- implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #46205
Commits
- [
def36946da
] - assert: removeassert.snapshot
(Moshe Atlow) #46112 - [
e1c56ec3fd
] - benchmark,tools: use os.availableParallelism() (Deokjin Kim) #46003 - [
370f621d4d
] - build: add extra semi check (Jiawen Geng) #46194 - [
476c6f892d
] - crypto: avoid hang when no algorithm available (Richard Lau) #46237 - [
8b22310940
] - (SEMVER-MINOR) crypto: add CryptoKey Symbol.toStringTag (Filip Skokan) #46042 - [
78be87b9f9
] - crypto: add cipher update/final methods encoding validation (vitpavlenko) #45990 - [
dc0cdaa101
] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) #46185 - [
1146f02dc5
] - crypto: return correct bit length in KeyObject's asymmetricKeyDetails (Filip Skokan) #46106 - [
961710bb72
] - (SEMVER-MINOR) crypto: add KeyObject Symbol.toStringTag (Filip Skokan) #46043 - [
9cfdac6c82
] - deps: V8: cherry-pick e39af94dd18e (Lu Yahan) #46142 - [
26cde8efb7
] - deps: update simdutf to 3.1.0 (Node.js GitHub Bot) #46257 - [
3f9fb37130
] - deps: cherrypick simdutf patch (Jiawen Geng) #46194 - [
4ff2822836
] - deps: bump googletest to 2023.01.13 (Jiawen Geng) #46198 - [
49556247d2
] - deps: add /deps/**/.github/ to .gitignore (Luigi Pinca) #46091 - [
0c4df83e0d
] - deps: add simdutf version to metadata (Mike Roth) #46145 - [
69aafc3ddd
] - deps: update simdutf to 2.1.0 (Node.js GitHub Bot) #46128 - [
a266daccb5
] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) #46037 - [
6cd70573eb
] - deps: upgrade npm to 9.3.1 (npm team) #46242 - [
679aae2da8
] - deps: upgrade npm to 9.3.0 (npm team) #46193 - [
38dd5061f2
] - dgram: sync the old handle state to new handle (theanarkh) #46041 - [
e36af49b35
] - doc: fix mismatched arguments ofNodeEventTarget
(Deokjin Kim) #45678 - [
58b836f7c4
] - doc: update events API example to have runnable code (Deokjin Kim) #45760 - [
5c350298b4
] - doc: add note to tls docs about secureContext availability (Tim Gerk) #46224 - [
90924ce198
] - doc: add text around collaborative expectations (Michael Dawson) #46121 - [
2d328355d4
] - doc: update to match changed--dns-result-order
default (Mordy Tikotzky) #46148 - [
1015a606b7
] - doc: add Node-API media link (Kevin Eady) #46189 - [
6e355efcff
] - doc: update http.setMaxIdleHTTPParsers arguments (Debadree Chatterjee) #46168 - [
f18ab9405a
] - doc: use "file system" instead of "filesystem" (Rich Trott) #46178 - [
1b45713b00
] - doc: https update default request timeout (Marco Ippolito) #46184 - [
4c88721e2f
] - doc: make options of readableStream.pipeTo as optional (Deokjin Kim) #46180 - [
538c53f010
] - doc: add PerformanceObserver.supportedEntryTypes to doc (theanarkh) #45962 - [
eef7489d24
] - doc: duplex and readable from uncaught execption warning (Marco Ippolito) #46135 - [
686fe585b5
] - doc: remove outdated sections frommaintaining-v8
(Antoine du Hamel) #46137 - [
2e826ad528
] - doc: fix (EC)DHE remark in TLS docs (Tobias Nießen) #46114 - [
2e22b29add
] - doc: fix ERR_TLS_RENEGOTIATION_DISABLED text (Tobias Nießen) #46122 - [
e222a2f1d1
] - doc: fix spelling in SECURITY.md (Vaishno Chaitanya) #46124 - [
7718e82f0d
] - doc: abort controller emits error in child process (Debadree Chatterjee) #46072 - [
76408bc1ed
] - doc: fixevent.cancelBubble
documentation (Deokjin Kim) #45986 - [
82023f2570
] - doc: update output of example in inspector (Deokjin Kim) #46073 - [
a42fc512b6
] - doc: add personal pronouns option (Filip Skokan) #46118 - [
fafae5955d
] - doc: mention how to run ncu-ci citgm (Rafael Gonzaga) #46090 - [
e1fd2f24d9
] - doc: include updating release optional step (Rafael Gonzaga) #46089 - [
1996e610fd
] - doc: describe argument ofSymbol.for
(Deokjin Kim) #46019 - [
b002330216
] - doc,crypto: fix WebCryptoAPI import keyData and export return (Filip Skokan) #46076 - [
fa3e0c86c7
] - esm: markimportAssertions
as required (Antoine du Hamel) #46164 - [
f85a8e4c59
] - events: addinitEvent
to Event (Deokjin Kim) #46069 - [
5bdfaae680
] - events: change status ofevent.returnvalue
to legacy (Deokjin Kim) #46175 - [
ad7846fe97
] - events: change status ofevent.cancelBubble
to legacy (Deokjin Kim) #46146 - [
5304c89682
] - events: change status ofevent.srcElement
to legacy (Deokjin Kim) #46085 - [
3dcdab3f16
] - events: check signal before listener (Deokjin Kim) #46054 - [
907d67de76
] - http: refactor to usevalidateHeaderName
(Deokjin Kim) #46143 - [
ae5141cb8a
] - http: writeHead if statusmessage is undefined dont override headers (Marco Ippolito) #46173 - [
6e7f9fbc1d
] - http: refactor to use min of validateNumber for maxTotalSockets (Deokjin Kim) #46115 - [
069a30bc4e
] - (SEMVER-MINOR) http: join authorization headers (Marco Ippolito) #45982 - [
68cde4cbcc
] - lib: add webstreams to Duplex.from() (Debadree Chatterjee) #46190 - [
4d73ea708b
] - lib: use kEmptyObject and update JSDoc in webstreams (Deokjin Kim) #46183 - [
1cfa2e6762
] - lib: refactor to use validate function (Deokjin Kim) #46101 - [
2eb87f23c9
] - lib: reuse invalid state errors on webstreams (Rafael Gonzaga) #46086 - [
8684dae8d9
] - lib: fix incorrect use of console intrinsic (Colin Ihrig) #46044 - [
d044ed1d3e
] - meta: update AUTHORS (Node.js GitHub Bot) #46215 - [
5261560757
] - meta: update AUTHORS (Node.js GitHub Bot) #46130 - [
1b557bbee8
] - meta: update comment inCODEOWNERS
to better reflect current policy (Antoine du Hamel) #45944 - [
54896ab011
] - module: fix unintended mutation (Antoine du Hamel) #46108 - [
bd98e5baba
] - node-api: disambiguate napi_add_finalizer (Chengzhong Wu) #45401 - [
f0508894d6
] - perf_hooks: fix checking range ofoptions.figures
in createHistogram (Deokjin Kim) #45999 - [
e482d5e42d
] - src: fix endianness of simdutf (Yagiz Nizipli) #46257 - [
e2c47cdfad
] - src: make BuiltinLoader threadsafe and non-global (Anna Henningsen) #45942 - [
36ae3ccff3
] - src: replace unreachable code with static_assert (Tobias Nießen) #46209 - [
9d55a1f9a1
] - src: hide kMaxDigestMultiplier outside HKDF impl (Tobias Nießen) #46206 - [
d3d62ed82c
] - src: distinguish env stopping flags (Chengzhong Wu) #45907 - [
e85f76686c
] - src: remove return after abort (Shelley Vohr) #46172 - [
7dc9a53b18
] - src: remove unnecessary semicolons (Shelley Vohr) #46171 - [
28af831d5a
] - src: use simdutf for converting externalized builtins to UTF-16 (Anna Henningsen) #46119 - [
e8eaa490af
] - src: use constant strings for memory info names (Chengzhong Wu) #46087 - [
f4559a1354
] - src: fix typo in node_snapshotable.cc (Vadim) #46103 - [
ca8ff08a5c
] - src: keep PipeWrap::Open function consistent with TCPWrap (theanarkh) #46064 - [
a936eaeb34
] - src: speed up process.getActiveResourcesInfo() (Darshan Sen) #46014 - [
5cf595659f
] - src,lib: the handle keeps loop alive in cluster rr mode (theanarkh) #46161 - [
18695595e1
] - stream: fix pipeline calling end on destination more than once (Debadree Chatterjee) #46226 - [
e5f53b51f0
] - stream: implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #46205 - [
2f23f17f93
] - test: reducefs-write-optional-params
flakiness (LiviaMedeiros) #46238 - [
255f177108
] - test: enable more case of bad buffer infs.write
(Deokjin Kim) #46236 - [
c09b2036c7
] - test: update postject to 1.0.0-alpha.4 (Node.js GitHub Bot) #46212 - [
4ac5c7180f
] - test: refactor to avoid mutation of global by a loader (Michaël Zasso) #46220 - [
bbf9da8e2c
] - test: improve test coverage for WHATWGTextDecoder
(Juan José) #45241 - [
4f491d368c
] - test: add fix so that test exits if port 42 is unprivileged (Suyash Nayan) #45904 - [
6e2f7228f3
] - test: useos.availableParallelism()
(Deokjin Kim) #46003 - [
c77b0da512
] - test: fix flaky test-runner-exit-code.js (Colin Ihrig) #46138 - [
f309e2acb6
] - test: update Web Events WPT (Deokjin Kim) #46051 - [
0f60bc9bbc
] - test: add test to once() in event lib (Jonathan Diaz) #46126 - [
8a8b18678a
] - test,esm: validate more edge cases for dynamic imports (Antoine du Hamel) #46059 - [
4d3743938f
] - test_runner: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) #46258 - [
653b108fdc
] - tools: update eslint to 8.32.0 (Node.js GitHub Bot) #46258 - [
a4b0c916e0
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #46214 - [
f4465e656d
] - tools: fix macro name in update-undici (Almeida) #46217 - [
1aa4534c6f
] - tools: add automation for updating postject dependency (Darshan Sen) #46157 - [
c150b312cd
] - tools: update create-or-update-pull-request-action (Michaël Zasso) #46169 - [
c68a043400
] - tools: update eslint to 8.31.0 (Node.js GitHub Bot) #46131 - [
ac90e419d1
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #46129 - [
750fcf84eb
] - tools: move update-eslint.sh to dep_updaters/ (Luigi Pinca) #46088 - [
2e8750a18c
] - tools: make update-eslint.sh work with npm@9 (Luigi Pinca) #46088 - [
e90a3a6eff
] - tools: fix lint rule recommendation (Colin Ihrig) #46044 - [
0985ef8bfb
] - tools: addArrayPrototypeConcat
to the list of primordials to avoid (Antoine du Hamel) #44445 - [
ed69a3af92
] - tools: addprefer-proto
rule (Jordan Harband) #46083 - [
4c1c20fae2
] - trace_events: refactor to usevalidateStringArray
(Deokjin Kim) #46012 - [
6c8a81d2dc
] - vm: refactor to use validate function (Deokjin Kim) #46176
Windows 32-bit Installer: https://nodejs.org/dist/v19.5.0/node-v19.5.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v19.5.0/node-v19.5.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v19.5.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v19.5.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v19.5.0/node-v19.5.0.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v19.5.0/node-v19.5.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v19.5.0/node-v19.5.0.tar.gz
Other release files: https://nodejs.org/dist/v19.5.0/
Documentation: https://nodejs.org/docs/v19.5.0/api/
SHASUMS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
6ef2fe701f73e4b42c0e621ca4d3790fd2e1beea6bf0aab1f9351e48ee44c9f2 node-v19.5.0-aix-ppc64.tar.gz
6b2ee18d9e888840411086151ab7f2fe519ff9b9292ed450aa98838b7eb58009 node-v19.5.0-darwin-arm64.tar.gz
ab3baf08cbbac0f001e9b4f9c1dba8d0c2821363422118d5b46a483673e26009 node-v19.5.0-darwin-arm64.tar.xz
ebb3798171ce65fb11420aa21696ef6aadc9a1969998d6e00bbea46961c07045 node-v19.5.0-darwin-x64.tar.gz
513087195096a71b09b484433740b6784b6f17b72be637a11aa720dff960b3c6 node-v19.5.0-darwin-x64.tar.xz
4254264688426aa6bde4c1da3e0e306b96d8398e09e7256e71d5be24f84c5bea node-v19.5.0-headers.tar.gz
1079bc87d4e3b1df05750899d6ee435b03aeadf522ca891d72a96006ec55836c node-v19.5.0-headers.tar.xz
eed8e3233359e269e0fd96ef4f493c8152136831fc77758da2335d2beeefddb9 node-v19.5.0-linux-arm64.tar.gz
440299d094152914d1764644f27420b544b843c02e122cd11e30bffc02852796 node-v19.5.0-linux-arm64.tar.xz
4da963725698b7af626bbf1df7b6adb7106b1fa03ce52aa7d5ae68252f8fbff2 node-v19.5.0-linux-armv7l.tar.gz
40897612c7bebba1951e205db4130722cee69776ceec51ba9a5b0ae65c889658 node-v19.5.0-linux-armv7l.tar.xz
5ebac63ced34e68f808f105383164d5344cbc7b467e305f245f7a2883fa6b7cf node-v19.5.0-linux-ppc64le.tar.gz
c3ef17bbf943d8ab4c05e8977b5f47796387c1750cbd27c686bfe9b23d8c77d7 node-v19.5.0-linux-ppc64le.tar.xz
e1b1d3e02e776ef8be6a77fb1536b4d94f1cb245bb784cdef39bf0fae62dfb05 node-v19.5.0-linux-s390x.tar.gz
0ad606f18eaf9f56ea9d284dce7e0444eb8ee7d553bdb170e494657b9afc3166 node-v19.5.0-linux-s390x.tar.xz
0df264934dadd15e7e9ba7576e88129017e62b29f259325c3fd3f1688fdf85bb node-v19.5.0-linux-x64.tar.gz
9a3b39a7835d6d1010f09a31c9bd7074af44ff4f9831fee1b93d9e26b56d7df6 node-v19.5.0-linux-x64.tar.xz
a3c7a6aa490703bf9375db76b5e1c2ba5809d3e901d42e5f2f023f681c6cb982 node-v19.5.0-win-x64.7z
b58eb47e044f765db01d74ab0d623be8413a789cc9ab917e0417e336bdcc66a1 node-v19.5.0-win-x64.zip
943f8554137a2bf5b46c286b6e5f60b1be47272d655890e3a9f9b22fa3e861a0 node-v19.5.0-win-x86.7z
03fcdf1ea54e3cfbfe17e134bfbf278f1325f782b30afd0b311a6d361e982aae node-v19.5.0-win-x86.zip
e17ed5cbf26a39909a049a14a263c9f405e2ac920dd4a182391acf22fd3739ff node-v19.5.0-x64.msi
e3e6dc13a93c8dfbd6d45b572b3445e1620b4e354dba76f2e52d5f60be6a3d63 node-v19.5.0-x86.msi
7037ed4502cd64be6c48ecb6acd0c1afab77b52e57d3a9585d66863d8fbb7050 node-v19.5.0.pkg
4b9dd632550ff8a082957e524aa5ac48a47debb98d03f985547ed0d56b7fb2fa node-v19.5.0.tar.gz
281317bdc7ba8952138bf8f0f5f076495f79f86e851a659be1f983dec33ca577 node-v19.5.0.tar.xz
ee0ada73e4ad0f1e7f3fc3dfc5e134de8c1a6347b46d818097843c1a20f6e754 win-x64/node.exe
afecf6f54eaf915fc70dd7c0a1ba07876507069b4fb090692867a553fa926fd3 win-x64/node.lib
cdc69d329977467eda994425f6087ae5fb50c0540a1375d4a10a7de01c39170c win-x64/node_pdb.7z
ecbcb24f5aa21a14b43e691c819dd86e0d47390aa3a2591bfbcf270415883080 win-x64/node_pdb.zip
2f9d2e84c2624bd172d6a6fa63d1db02a74b3f58179c31e2cf3e0ad1277abd11 win-x86/node.exe
96bc014d1bfc1e483cb78632a8e176e3b54d345f9984e8a6c86d18169f489f0e win-x86/node.lib
50053ee6e23a63073b369de94416881be5ae0e8cbee5e04eb543c3025d2cb412 win-x86/node_pdb.7z
b01b094157a97ae782053fbfc9ba0c1d2ad8706110047fb75f6134295aea3274 win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCAAdFiEEiQwI24V5Fi/uDfnbi+q0389VXvQFAmPQVowACgkQi+q0389V
XvQeGAv+Imz7I+Kwa6QYChE56MgLKQhXnT6kjuW/tMv1DwqW/1VR+V7HqNbKsu0s
qGg2BqQ23+zJroVEMHGPbKjAGih4Sx/Mt5POYQ4iokR4K630vYENdBupM44exIrZ
S0NGM7t73os1Rmd3MtcIZO43qqgb7w+kukUm9F6uls8AF5xWmYVduJ7IZC6gicyF
zim0TkD8SPGRy6yG74Dcl8KkjSSIIGFhptQyLxqOOSuJ9RCQiJ/r3gNcpTB0s5Ml
AVR9pcMsvcvKswMCwCpSY4xp6PCMSniSQUnuq0SQNa9kjv9co/xtkkWv+JBbVDwM
Yhrtky6TRP0mcrJU60Ce66rt80KyM/b0uL6xuZbaT5Px0hXoqJyu9AgkDKLfykUS
mczVfqLm0U6aiojvdC+QERa0+gGE40rfx3jR8Xz6uCcuRO3LR7bYJpquFx8p91Te
GKtXSdvA27OzEU9jdX3mS9+P+1yVlQTBPpR6LqBgrl3uYc2WImOow14+ujSw0o5X
YRzEus+z
=/EQ4
-----END PGP SIGNATURE-----