diff --git a/doc/api/assert.md b/doc/api/assert.md index 312aee4ba353d6..750aaac57b6d86 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -325,7 +325,7 @@ const callsfunc = tracker.calls(func); ### `tracker.getCalls(fn)` * `fn` {Function}. @@ -439,7 +439,7 @@ tracker.report(); ### `tracker.reset([fn])` * `fn` {Function} a tracked function to reset. diff --git a/doc/api/cli.md b/doc/api/cli.md index 5993929a8b8efd..03eef3f6f20ce4 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1029,7 +1029,7 @@ Default signal is `SIGUSR2`. > Stability: 0 - Deprecated diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index adeea95c50111d..d3171be5531e05 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3124,7 +3124,7 @@ thing instead. @@ -3159,7 +3159,7 @@ The [`--trace-atomics-wait`][] flag is deprecated. diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index c2970210bf4807..2d611143ee7111 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -450,7 +450,7 @@ Emitted when a new UDP socket is created. #### Process `child_process` @@ -462,7 +462,7 @@ Emitted when a new process is created. #### Worker Thread `worker_threads` diff --git a/doc/api/http.md b/doc/api/http.md index 14710ee932faed..546b59ad49bcc7 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -3564,7 +3564,7 @@ try { ## `http.setMaxIdleHTTPParsers` * {number} diff --git a/doc/api/inspector.md b/doc/api/inspector.md index 4fc198650b6375..31996dbc5d1d3e 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -20,7 +20,7 @@ const inspector = require('node:inspector'); diff --git a/doc/api/net.md b/doc/api/net.md index 04b483584395e6..2cb4c80ef89294 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1011,7 +1011,7 @@ The numeric representation of the local port. For example, `80` or `21`. ### `socket.localFamily` * {string} diff --git a/doc/api/os.md b/doc/api/os.md index 2b474a82dbda09..0b1913b21858ff 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -446,7 +446,7 @@ available, `GetVersionExW()` will be used. See ## `os.machine()` * Returns {string} diff --git a/doc/api/test.md b/doc/api/test.md index c67a4e875ebc8f..196e854eb9c0a9 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -321,7 +321,7 @@ internally. * `fn` {Function|AsyncFunction} The hook function. @@ -477,7 +477,7 @@ describe('tests', async () => { ## `after([, fn][, options])` * `fn` {Function|AsyncFunction} The hook function. @@ -505,7 +505,7 @@ describe('tests', async () => { ## `beforeEach([, fn][, options])` * `fn` {Function|AsyncFunction} The hook function. @@ -534,7 +534,7 @@ describe('tests', async () => { ## `afterEach([, fn][, options])` * `fn` {Function|AsyncFunction} The hook function. @@ -573,7 +573,7 @@ exposed as part of the API. ### `context.beforeEach([, fn][, options])` * `fn` {Function|AsyncFunction} The hook function. The first argument @@ -605,7 +605,7 @@ test('top level test', async (t) => { ### `context.afterEach([, fn][, options])` * `fn` {Function|AsyncFunction} The hook function. The first argument @@ -655,7 +655,7 @@ test('top level test', (t) => { ### `context.name` The name of the test. @@ -743,7 +743,7 @@ test('top level test', (t) => { The name of the suite. diff --git a/doc/api/util.md b/doc/api/util.md index 0e3df38a3d7571..9a0931a9c076da 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -483,7 +483,7 @@ stream.write('With ES6'); > Stability: 1 - Experimental diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index 28e3da8ed4e236..72c12a2121bd60 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -304,7 +304,7 @@ is active. diff --git a/doc/changelogs/CHANGELOG_V16.md b/doc/changelogs/CHANGELOG_V16.md index e9f8dfefedc688..8fc3ba36fc5beb 100644 --- a/doc/changelogs/CHANGELOG_V16.md +++ b/doc/changelogs/CHANGELOG_V16.md @@ -9,6 +9,7 @@ +16.18.0
16.17.1
16.17.0
16.16.0
@@ -64,6 +65,162 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + + +## 2022-10-04, Version 16.18.0 'Gallium' (LTS), @juanarbol + +### Notable changes + +* \[[`72d1070221`](https://github.com/nodejs/node/commit/72d1070221)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#44588](https://github.com/nodejs/node/pull/44588) +* \[[`89fa873732`](https://github.com/nodejs/node/commit/89fa873732)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#44378](https://github.com/nodejs/node/pull/44378) +* \[[`13b1302103`](https://github.com/nodejs/node/commit/13b1302103)] - **(SEMVER-MINOR)** **lib**: add diagnostics channel for process and worker (theanarkh) [#44045](https://github.com/nodejs/node/pull/44045) +* \[[`76e7fbb299`](https://github.com/nodejs/node/commit/76e7fbb299)] - **(SEMVER-MINOR)** **os**: add machine method (theanarkh) [#44416](https://github.com/nodejs/node/pull/44416) +* \[[`292b6dce07`](https://github.com/nodejs/node/commit/292b6dce07)] - **(SEMVER-MINOR)** **report**: expose report public native apis (Chengzhong Wu) [#44255](https://github.com/nodejs/node/pull/44255) +* \[[`153943d4fa`](https://github.com/nodejs/node/commit/153943d4fa)] - **(SEMVER-MINOR)** **src**: expose environment RequestInterrupt api (Chengzhong Wu) [#44362](https://github.com/nodejs/node/pull/44362) +* \[[`dcf2f62f33`](https://github.com/nodejs/node/commit/dcf2f62f33)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#44505](https://github.com/nodejs/node/pull/44505) +* \[[`c3edf6bb99`](https://github.com/nodejs/node/commit/c3edf6bb99)] - **(SEMVER-MINOR)** **util**: add `maxArrayLength` option to Set and Map (Kohei Ueno) [#43576](https://github.com/nodejs/node/pull/43576) + +### Commits + +* \[[`9e715d33ac`](https://github.com/nodejs/node/commit/9e715d33ac)] - **benchmark**: fix startup benchmark (Evan Lucas) [#44727](https://github.com/nodejs/node/pull/44727) +* \[[`a369083450`](https://github.com/nodejs/node/commit/a369083450)] - **benchmark**: add stream destroy benchmark (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533) +* \[[`b1a2f3763a`](https://github.com/nodejs/node/commit/b1a2f3763a)] - **bootstrap**: update comments in bootstrap/node.js (Joyee Cheung) [#44726](https://github.com/nodejs/node/pull/44726) +* \[[`6ed280d24a`](https://github.com/nodejs/node/commit/6ed280d24a)] - **build**: update timezone-update.yml (Alex) [#44717](https://github.com/nodejs/node/pull/44717) +* \[[`8af099b02b`](https://github.com/nodejs/node/commit/8af099b02b)] - **build**: remove redundant entry in crypto (Jiawen Geng) [#44604](https://github.com/nodejs/node/pull/44604) +* \[[`5a25ec41dc`](https://github.com/nodejs/node/commit/5a25ec41dc)] - **build**: rewritten the Android build system (BuShe Pie) [#44207](https://github.com/nodejs/node/pull/44207) +* \[[`f9fae94b98`](https://github.com/nodejs/node/commit/f9fae94b98)] - **child\_process**: remove lookup of undefined property (Colin Ihrig) [#44766](https://github.com/nodejs/node/pull/44766) +* \[[`5f9b884c05`](https://github.com/nodejs/node/commit/5f9b884c05)] - **crypto**: use EVP\_PKEY\_CTX\_set\_dsa\_paramgen\_q\_bits when available (David Benjamin) [#44561](https://github.com/nodejs/node/pull/44561) +* \[[`21087849cb`](https://github.com/nodejs/node/commit/21087849cb)] - **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen) [#44575](https://github.com/nodejs/node/pull/44575) +* \[[`957e0cbe1c`](https://github.com/nodejs/node/commit/957e0cbe1c)] - **crypto**: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) [#44475](https://github.com/nodejs/node/pull/44475) +* \[[`83d1a73e98`](https://github.com/nodejs/node/commit/83d1a73e98)] - **crypto**: use actual option name in error message (Tobias Nießen) [#44455](https://github.com/nodejs/node/pull/44455) +* \[[`971ecb7e61`](https://github.com/nodejs/node/commit/971ecb7e61)] - **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) [#44622](https://github.com/nodejs/node/pull/44622) +* \[[`e245d050af`](https://github.com/nodejs/node/commit/e245d050af)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#44704](https://github.com/nodejs/node/pull/44704) +* \[[`e7f80e0750`](https://github.com/nodejs/node/commit/e7f80e0750)] - **deps**: update ngtcp2 update instructions (Tobias Nießen) [#44619](https://github.com/nodejs/node/pull/44619) +* \[[`200fba94fb`](https://github.com/nodejs/node/commit/200fba94fb)] - **deps**: upgrade npm to 8.19.2 (npm team) [#44632](https://github.com/nodejs/node/pull/44632) +* \[[`39b49079d3`](https://github.com/nodejs/node/commit/39b49079d3)] - **deps**: update to uvwasi 0.0.13 (Colin Ihrig) [#44524](https://github.com/nodejs/node/pull/44524) +* \[[`498458dbda`](https://github.com/nodejs/node/commit/498458dbda)] - **doc**: remove "currently" and comma splice from child\_process.md (Rich Trott) [#44789](https://github.com/nodejs/node/pull/44789) +* \[[`b817e7c3d7`](https://github.com/nodejs/node/commit/b817e7c3d7)] - **doc**: mention git node backport (RafaelGSS) [#44764](https://github.com/nodejs/node/pull/44764) +* \[[`0554e924d4`](https://github.com/nodejs/node/commit/0554e924d4)] - **doc**: ensure to revert node\_version changes (Rafael Gonzaga) [#44760](https://github.com/nodejs/node/pull/44760) +* \[[`ce533ea195`](https://github.com/nodejs/node/commit/ce533ea195)] - **doc**: fix description for `napi_get_cb_info()` in `n-api.md` (Daeyeon Jeong) [#44761](https://github.com/nodejs/node/pull/44761) +* \[[`c93fb2c15e`](https://github.com/nodejs/node/commit/c93fb2c15e)] - **doc**: fix v16.17.1 security release changelog (Ruy Adorno) [#44759](https://github.com/nodejs/node/pull/44759) +* \[[`b7a80a98df`](https://github.com/nodejs/node/commit/b7a80a98df)] - **doc**: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) [#44714](https://github.com/nodejs/node/pull/44714) +* \[[`003fa9728d`](https://github.com/nodejs/node/commit/003fa9728d)] - **doc**: update guidance for adding new modules (Michael Dawson) [#44576](https://github.com/nodejs/node/pull/44576) +* \[[`bd6a15dd2a`](https://github.com/nodejs/node/commit/bd6a15dd2a)] - **doc**: add registry number for Electron 22 (Keeley Hammond) [#44748](https://github.com/nodejs/node/pull/44748) +* \[[`3aef253f06`](https://github.com/nodejs/node/commit/3aef253f06)] - **doc**: include code examples for webstreams consumers (Lucas Santos) [#44387](https://github.com/nodejs/node/pull/44387) +* \[[`220d8ca87d`](https://github.com/nodejs/node/commit/220d8ca87d)] - **doc**: mention where to push security commits (RafaelGSS) [#44691](https://github.com/nodejs/node/pull/44691) +* \[[`c4f73b55b4`](https://github.com/nodejs/node/commit/c4f73b55b4)] - **doc**: remove extra space on threadpool usage (Connor Burton) [#44734](https://github.com/nodejs/node/pull/44734) +* \[[`3cc9403d93`](https://github.com/nodejs/node/commit/3cc9403d93)] - **doc**: make legacy banner slightly less bright (Rich Trott) [#44665](https://github.com/nodejs/node/pull/44665) +* \[[`43a9ccbab0`](https://github.com/nodejs/node/commit/43a9ccbab0)] - **doc**: improve building doc for Windows Powershell (Brian Muenzenmeyer) [#44625](https://github.com/nodejs/node/pull/44625) +* \[[`033cdfc807`](https://github.com/nodejs/node/commit/033cdfc807)] - **doc**: maintain only one list of MODP groups (Tobias Nießen) [#44644](https://github.com/nodejs/node/pull/44644) +* \[[`342592fc3c`](https://github.com/nodejs/node/commit/342592fc3c)] - **doc**: add legendecas to TSC list (Michael Dawson) [#44662](https://github.com/nodejs/node/pull/44662) +* \[[`c4c7136fe6`](https://github.com/nodejs/node/commit/c4c7136fe6)] - **doc**: remove comma in README.md (Taha-Chaudhry) [#44599](https://github.com/nodejs/node/pull/44599) +* \[[`60d9210942`](https://github.com/nodejs/node/commit/60d9210942)] - **doc**: use serial comma in report docs (Daeyeon Jeong) [#44608](https://github.com/nodejs/node/pull/44608) +* \[[`df0e8d0080`](https://github.com/nodejs/node/commit/df0e8d0080)] - **doc**: use serial comma in stream docs (Daeyeon Jeong) [#44609](https://github.com/nodejs/node/pull/44609) +* \[[`dfba636c96`](https://github.com/nodejs/node/commit/dfba636c96)] - **doc**: remove empty line in YAML block (Claudio Wunder) [#44617](https://github.com/nodejs/node/pull/44617) +* \[[`72d1070221`](https://github.com/nodejs/node/commit/72d1070221)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#44588](https://github.com/nodejs/node/pull/44588) +* \[[`a892955dc2`](https://github.com/nodejs/node/commit/a892955dc2)] - **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen) [#44589](https://github.com/nodejs/node/pull/44589) +* \[[`700b8099a2`](https://github.com/nodejs/node/commit/700b8099a2)] - **doc**: fix heading levels for test runner hooks (Fabian Meyer) [#44603](https://github.com/nodejs/node/pull/44603) +* \[[`94c1a984c7`](https://github.com/nodejs/node/commit/94c1a984c7)] - **doc**: fix errors in http.md (Luigi Pinca) [#44587](https://github.com/nodejs/node/pull/44587) +* \[[`0eb54e695b`](https://github.com/nodejs/node/commit/0eb54e695b)] - **doc**: fix vm.Script createCachedData example (Chengzhong Wu) [#44487](https://github.com/nodejs/node/pull/44487) +* \[[`d5e222ddc8`](https://github.com/nodejs/node/commit/d5e222ddc8)] - **doc**: mention how to get commit release (Rafael Gonzaga) [#44572](https://github.com/nodejs/node/pull/44572) +* \[[`5950dcd800`](https://github.com/nodejs/node/commit/5950dcd800)] - **doc**: fix link in `process.md` (Antoine du Hamel) [#44594](https://github.com/nodejs/node/pull/44594) +* \[[`2b2c5cf79d`](https://github.com/nodejs/node/commit/2b2c5cf79d)] - **doc**: do not use weak MODP group in example (Tobias Nießen) [#44585](https://github.com/nodejs/node/pull/44585) +* \[[`654242dd7e`](https://github.com/nodejs/node/commit/654242dd7e)] - **doc**: remove ebpf from supported tooling list (Rafael Gonzaga) [#44549](https://github.com/nodejs/node/pull/44549) +* \[[`5b706a399e`](https://github.com/nodejs/node/commit/5b706a399e)] - **doc**: emphasize that createCipher is never secure (Tobias Nießen) [#44538](https://github.com/nodejs/node/pull/44538) +* \[[`3de8b79f2c`](https://github.com/nodejs/node/commit/3de8b79f2c)] - **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu) [#44451](https://github.com/nodejs/node/pull/44451) +* \[[`3a8fdd355b`](https://github.com/nodejs/node/commit/3a8fdd355b)] - **doc**: move policy docs to the permissions scope (Rafael Gonzaga) [#44222](https://github.com/nodejs/node/pull/44222) +* \[[`61fa332437`](https://github.com/nodejs/node/commit/61fa332437)] - **doc**: add performance note to `--enable-source-maps` docs (Saurabh Daware) [#43817](https://github.com/nodejs/node/pull/43817) +* \[[`cb7cf7015b`](https://github.com/nodejs/node/commit/cb7cf7015b)] - **doc,crypto**: cleanup removed pbkdf2 behaviours (Filip Skokan) [#44733](https://github.com/nodejs/node/pull/44733) +* \[[`ccb22d321c`](https://github.com/nodejs/node/commit/ccb22d321c)] - **doc,inspector**: document changes of inspector.close (Chengzhong Wu) [#44628](https://github.com/nodejs/node/pull/44628) +* \[[`bf37efee90`](https://github.com/nodejs/node/commit/bf37efee90)] - **doc,worker**: document resourceLimits overrides (Keyhan Vakil) [#43992](https://github.com/nodejs/node/pull/43992) +* \[[`ee6c828175`](https://github.com/nodejs/node/commit/ee6c828175)] - **esm**: fix duplicated test (Geoffrey Booth) [#44779](https://github.com/nodejs/node/pull/44779) +* \[[`25fcd6b9b2`](https://github.com/nodejs/node/commit/25fcd6b9b2)] - **esm,loader**: tidy ESMLoader internals (Jacob Smith) [#44701](https://github.com/nodejs/node/pull/44701) +* \[[`8e6bf75455`](https://github.com/nodejs/node/commit/8e6bf75455)] - **fs**: don't hard code name in validatePosition() (Colin Ihrig) [#44767](https://github.com/nodejs/node/pull/44767) +* \[[`5df382c002`](https://github.com/nodejs/node/commit/5df382c002)] - **fs**: fix typo in mkdir example (SergeyTsukanov) [#44791](https://github.com/nodejs/node/pull/44791) +* \[[`3a539d8c49`](https://github.com/nodejs/node/commit/3a539d8c49)] - **fs**: remove unused option in `fs.fstatSync()` (Livia Medeiros) [#44613](https://github.com/nodejs/node/pull/44613) +* \[[`dde7cbfbc4`](https://github.com/nodejs/node/commit/dde7cbfbc4)] - **gyp**: libnode for ios app embedding (chexiongsheng) [#44210](https://github.com/nodejs/node/pull/44210) +* \[[`fe61e96aef`](https://github.com/nodejs/node/commit/fe61e96aef)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [#341](https://github.com/nodejs/node/pull/341) +* \[[`89fa873732`](https://github.com/nodejs/node/commit/89fa873732)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#44378](https://github.com/nodejs/node/pull/44378) +* \[[`4e6845c11d`](https://github.com/nodejs/node/commit/4e6845c11d)] - **inspector**: expose inspector.close on workers (Chengzhong Wu) [#44489](https://github.com/nodejs/node/pull/44489) +* \[[`48ff446052`](https://github.com/nodejs/node/commit/48ff446052)] - **inspector**: prevent integer overflow in open() (Tobias Nießen) [#44367](https://github.com/nodejs/node/pull/44367) +* \[[`c62700a7fd`](https://github.com/nodejs/node/commit/c62700a7fd)] - **lib**: fix reference leak (falsandtru) [#44499](https://github.com/nodejs/node/pull/44499) +* \[[`13b1302103`](https://github.com/nodejs/node/commit/13b1302103)] - **(SEMVER-MINOR)** **lib**: add diagnostics channel for process and worker (theanarkh) [#44045](https://github.com/nodejs/node/pull/44045) +* \[[`6654b00685`](https://github.com/nodejs/node/commit/6654b00685)] - **lib**: reset `RegExp` statics before running user code (Antoine du Hamel) [#43741](https://github.com/nodejs/node/pull/43741) +* \[[`66c09520e1`](https://github.com/nodejs/node/commit/66c09520e1)] - **lib,test**: fix bug in InternalSocketAddress (Tobias Nießen) [#44618](https://github.com/nodejs/node/pull/44618) +* \[[`24ef27c194`](https://github.com/nodejs/node/commit/24ef27c194)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44777](https://github.com/nodejs/node/pull/44777) +* \[[`a04f550aae`](https://github.com/nodejs/node/commit/a04f550aae)] - **meta**: add mailmap entry for dnlup (Rich Trott) [#44716](https://github.com/nodejs/node/pull/44716) +* \[[`072713508c`](https://github.com/nodejs/node/commit/072713508c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44705](https://github.com/nodejs/node/pull/44705) +* \[[`1a7600c083`](https://github.com/nodejs/node/commit/1a7600c083)] - **meta**: move dnlup to emeriti (dnlup) [#44667](https://github.com/nodejs/node/pull/44667) +* \[[`390f6530f4`](https://github.com/nodejs/node/commit/390f6530f4)] - **meta**: update test\_runner in label-pr-config (Shrujal Shah) [#44615](https://github.com/nodejs/node/pull/44615) +* \[[`b58f295cba`](https://github.com/nodejs/node/commit/b58f295cba)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44591](https://github.com/nodejs/node/pull/44591) +* \[[`32201bd432`](https://github.com/nodejs/node/commit/32201bd432)] - **module**: open stat/readPackage to mutations (Maël Nison) [#44537](https://github.com/nodejs/node/pull/44537) +* \[[`9bd3fae132`](https://github.com/nodejs/node/commit/9bd3fae132)] - **net, dns**: socket should handle its output as input (Adam Majer) [#44083](https://github.com/nodejs/node/pull/44083) +* \[[`95e26ff70c`](https://github.com/nodejs/node/commit/95e26ff70c)] - **node-api**: add deprecation code of uncaught exception (Chengzhong Wu) [#44624](https://github.com/nodejs/node/pull/44624) +* \[[`76e7fbb299`](https://github.com/nodejs/node/commit/76e7fbb299)] - **(SEMVER-MINOR)** **os**: add machine method (theanarkh) [#44416](https://github.com/nodejs/node/pull/44416) +* \[[`c734eee107`](https://github.com/nodejs/node/commit/c734eee107)] - **path**: change basename() argument from ext to suffix (Rich Trott) [#44774](https://github.com/nodejs/node/pull/44774) +* \[[`9ef4fac098`](https://github.com/nodejs/node/commit/9ef4fac098)] - **report**: get stack trace with cross origin contexts (Chengzhong Wu) [#44398](https://github.com/nodejs/node/pull/44398) +* \[[`c03b71a7bb`](https://github.com/nodejs/node/commit/c03b71a7bb)] - **report**: fix missing section javascriptHeap on OOMError (Chengzhong Wu) [#44398](https://github.com/nodejs/node/pull/44398) +* \[[`292b6dce07`](https://github.com/nodejs/node/commit/292b6dce07)] - **(SEMVER-MINOR)** **report**: expose report public native apis (Chengzhong Wu) [#44255](https://github.com/nodejs/node/pull/44255) +* \[[`a08669a7ca`](https://github.com/nodejs/node/commit/a08669a7ca)] - **report**: print javascript stack on fatal error (Chengzhong Wu) [#44242](https://github.com/nodejs/node/pull/44242) +* \[[`161031704d`](https://github.com/nodejs/node/commit/161031704d)] - **src**: remove ParseIP() in cares\_wrap.cc (Tobias Nießen) [#44771](https://github.com/nodejs/node/pull/44771) +* \[[`6000a389be`](https://github.com/nodejs/node/commit/6000a389be)] - **src**: avoid using v8 on Isolate termination (Santiago Gimeno) [#44669](https://github.com/nodejs/node/pull/44669) +* \[[`0da424b1aa`](https://github.com/nodejs/node/commit/0da424b1aa)] - **src**: remove \ from node\_os.cc (Tobias Nießen) [#44668](https://github.com/nodejs/node/pull/44668) +* \[[`c7e24f6342`](https://github.com/nodejs/node/commit/c7e24f6342)] - **src**: avoid copy when creating Blob (Tobias Nießen) [#44616](https://github.com/nodejs/node/pull/44616) +* \[[`2207b17092`](https://github.com/nodejs/node/commit/2207b17092)] - **src**: make ReqWrap weak (Rafael Gonzaga) [#44074](https://github.com/nodejs/node/pull/44074) +* \[[`ab2315cc40`](https://github.com/nodejs/node/commit/ab2315cc40)] - **src**: make NearHeapLimitCallback() more robust (Joyee Cheung) [#44581](https://github.com/nodejs/node/pull/44581) +* \[[`830dbb2b41`](https://github.com/nodejs/node/commit/830dbb2b41)] - **src**: dump isolate stats when process exits (daomingq) [#44534](https://github.com/nodejs/node/pull/44534) +* \[[`d4d95a91a3`](https://github.com/nodejs/node/commit/d4d95a91a3)] - **src**: rename misleading arg in ClientHelloParser (Tobias Nießen) [#44500](https://github.com/nodejs/node/pull/44500) +* \[[`153943d4fa`](https://github.com/nodejs/node/commit/153943d4fa)] - **(SEMVER-MINOR)** **src**: expose environment RequestInterrupt api (Chengzhong Wu) [#44362](https://github.com/nodejs/node/pull/44362) +* \[[`cd0522a289`](https://github.com/nodejs/node/commit/cd0522a289)] - **src**: fix cppgc incompatibility in v8 (Shelley Vohr) [#43521](https://github.com/nodejs/node/pull/43521) +* \[[`cda282efe9`](https://github.com/nodejs/node/commit/cda282efe9)] - **src**: nest namespace report in namespace node (Chengzhong Wu) [#44069](https://github.com/nodejs/node/pull/44069) +* \[[`486b8fca3d`](https://github.com/nodejs/node/commit/486b8fca3d)] - **stream**: refactor use es2020 statement (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533) +* \[[`dcf2f62f33`](https://github.com/nodejs/node/commit/dcf2f62f33)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#44505](https://github.com/nodejs/node/pull/44505) +* \[[`5d5eb1b8ba`](https://github.com/nodejs/node/commit/5d5eb1b8ba)] - **test**: use async/await in test-debugger-auto-resume (samyuktaprabhu) [#44675](https://github.com/nodejs/node/pull/44675) +* \[[`62be0e2bef`](https://github.com/nodejs/node/commit/62be0e2bef)] - **test**: migrated from Promise chains to Async/Await (Rathi N Das) [#44674](https://github.com/nodejs/node/pull/44674) +* \[[`194ff00d3e`](https://github.com/nodejs/node/commit/194ff00d3e)] - **test**: change promises to async/await in test-debugger-backtrace.js (Juliet Zhang) [#44677](https://github.com/nodejs/node/pull/44677) +* \[[`fa737cab90`](https://github.com/nodejs/node/commit/fa737cab90)] - **test**: use async/await in test-debugger-sb-before-load (Hope Olaidé) [#44697](https://github.com/nodejs/node/pull/44697) +* \[[`815c474c8f`](https://github.com/nodejs/node/commit/815c474c8f)] - **test**: add extra tests for basename with ext option (Connor Burton) [#44772](https://github.com/nodejs/node/pull/44772) +* \[[`dc20c3c9a4`](https://github.com/nodejs/node/commit/dc20c3c9a4)] - **test**: refactor to async/await (Divya Mohan) [#44694](https://github.com/nodejs/node/pull/44694) +* \[[`1f48584d3a`](https://github.com/nodejs/node/commit/1f48584d3a)] - **test**: modify test-debugger-custom-port.js to use async-await (Priya Shastri) [#44680](https://github.com/nodejs/node/pull/44680) +* \[[`a9c9258170`](https://github.com/nodejs/node/commit/a9c9258170)] - **test**: update test-debugger-breakpoint-exists.js to use async/await (Archana Kamath) [#44682](https://github.com/nodejs/node/pull/44682) +* \[[`a159a8b67d`](https://github.com/nodejs/node/commit/a159a8b67d)] - **test**: use async/await in test-debugger-preserve-breaks (poorvitusam) [#44696](https://github.com/nodejs/node/pull/44696) +* \[[`42f19e858f`](https://github.com/nodejs/node/commit/42f19e858f)] - **test**: use async/await in test-debugger-profile (surbhirjain) [#44684](https://github.com/nodejs/node/pull/44684) +* \[[`5fb760e299`](https://github.com/nodejs/node/commit/5fb760e299)] - **test**: change the promises to async/await in test-debugger-exec-scope.js (Ankita Khiratkar) [#44685](https://github.com/nodejs/node/pull/44685) +* \[[`d71d99eefb`](https://github.com/nodejs/node/commit/d71d99eefb)] - **test**: verify napi\_remove\_wrap with napi\_delete\_reference (Chengzhong Wu) [#44754](https://github.com/nodejs/node/pull/44754) +* \[[`509583b33c`](https://github.com/nodejs/node/commit/509583b33c)] - **test**: change promises to async/await (Madhulika Sharma) [#44683](https://github.com/nodejs/node/pull/44683) +* \[[`33a57dd0ad`](https://github.com/nodejs/node/commit/33a57dd0ad)] - **test**: use async/await in test-debugger-invalid-args (Nupur Chauhan) [#44678](https://github.com/nodejs/node/pull/44678) +* \[[`d74fb05de1`](https://github.com/nodejs/node/commit/d74fb05de1)] - **test**: update test-debugger-low-level to use await/async (Meghana Ramesh) [#44688](https://github.com/nodejs/node/pull/44688) +* \[[`0f4513f901`](https://github.com/nodejs/node/commit/0f4513f901)] - **test**: check that sysconf returns a positive value (Tobias Nießen) [#44666](https://github.com/nodejs/node/pull/44666) +* \[[`522187ccb2`](https://github.com/nodejs/node/commit/522187ccb2)] - **test**: change promise to async/await in debugger-watcher (“Pooja) [#44687](https://github.com/nodejs/node/pull/44687) +* \[[`e271c971b3`](https://github.com/nodejs/node/commit/e271c971b3)] - **test**: fix test-performance-measure (smitley) [#44637](https://github.com/nodejs/node/pull/44637) +* \[[`499f317ade`](https://github.com/nodejs/node/commit/499f317ade)] - **test**: improve lib/readline.js coverage (MURAKAMI Masahiko) [#42686](https://github.com/nodejs/node/pull/42686) +* \[[`285ee96e4e`](https://github.com/nodejs/node/commit/285ee96e4e)] - **test**: fix `test-repl` not validating leaked globals properly (Antoine du Hamel) [#44640](https://github.com/nodejs/node/pull/44640) +* \[[`63033ecd49`](https://github.com/nodejs/node/commit/63033ecd49)] - **test**: ignore stale process cleanup failures on Windows (Joyee Cheung) [#44480](https://github.com/nodejs/node/pull/44480) +* \[[`8125f09b99`](https://github.com/nodejs/node/commit/8125f09b99)] - **test**: use python3 instead of python (Luigi Pinca) [#44545](https://github.com/nodejs/node/pull/44545) +* \[[`6b6c434523`](https://github.com/nodejs/node/commit/6b6c434523)] - **test**: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) [#44341](https://github.com/nodejs/node/pull/44341) +* \[[`a48ca93fe4`](https://github.com/nodejs/node/commit/a48ca93fe4)] - **test**: add more cases for parse-encoding (Tony Gorez) [#44427](https://github.com/nodejs/node/pull/44427) +* \[[`8f1b78989f`](https://github.com/nodejs/node/commit/8f1b78989f)] - **test**: split report OOM tests (Joyee Cheung) [#44389](https://github.com/nodejs/node/pull/44389) +* \[[`a0188c8074`](https://github.com/nodejs/node/commit/a0188c8074)] - **test\_runner**: include stack of uncaught exceptions (Moshe Atlow) [#44614](https://github.com/nodejs/node/pull/44614) +* \[[`3706852b89`](https://github.com/nodejs/node/commit/3706852b89)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) [#44580](https://github.com/nodejs/node/pull/44580) +* \[[`fc900e20b5`](https://github.com/nodejs/node/commit/fc900e20b5)] - **tls**: remove SecureContext setFreeListLength (Tobias Nießen) [#44300](https://github.com/nodejs/node/pull/44300) +* \[[`508ad5902d`](https://github.com/nodejs/node/commit/508ad5902d)] - **tools**: refactor deprecated format in no-unescaped-regexp-dot (Madhuri) [#44763](https://github.com/nodejs/node/pull/44763) +* \[[`4ff0b13ed2`](https://github.com/nodejs/node/commit/4ff0b13ed2)] - **tools**: update eslint-check.js to object style (andiemontoyeah) [#44706](https://github.com/nodejs/node/pull/44706) +* \[[`87daf41c28`](https://github.com/nodejs/node/commit/87daf41c28)] - **tools**: update eslint to 8.24.0 (Node.js GitHub Bot) [#44778](https://github.com/nodejs/node/pull/44778) +* \[[`d17a3a66af`](https://github.com/nodejs/node/commit/d17a3a66af)] - **tools**: update lint-md-dependencies to rollup\@2.79.1 (Node.js GitHub Bot) [#44776](https://github.com/nodejs/node/pull/44776) +* \[[`aa6a082739`](https://github.com/nodejs/node/commit/aa6a082739)] - **tools**: add update-llhttp.sh (Paolo Insogna) [#44652](https://github.com/nodejs/node/pull/44652) +* \[[`1e290f1747`](https://github.com/nodejs/node/commit/1e290f1747)] - **tools**: fix typo in update-nghttp2.sh (Luigi Pinca) [#44664](https://github.com/nodejs/node/pull/44664) +* \[[`e54a7d1401`](https://github.com/nodejs/node/commit/e54a7d1401)] - **tools**: add timezone update workflow (Lenvin Gonsalves) [#43988](https://github.com/nodejs/node/pull/43988) +* \[[`567a3e1122`](https://github.com/nodejs/node/commit/567a3e1122)] - **tools**: update eslint to 8.23.1 (Node.js GitHub Bot) [#44639](https://github.com/nodejs/node/pull/44639) +* \[[`d3fc0f5d51`](https://github.com/nodejs/node/commit/d3fc0f5d51)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@14.1.0 (Node.js GitHub Bot) [#44638](https://github.com/nodejs/node/pull/44638) +* \[[`14bb0588a8`](https://github.com/nodejs/node/commit/14bb0588a8)] - **tools**: update lint-md-dependencies to @rollup/plugin-node-resolve\@14.0.1 (Node.js GitHub Bot) [#44590](https://github.com/nodejs/node/pull/44590) +* \[[`272d1993c3`](https://github.com/nodejs/node/commit/272d1993c3)] - **tools**: increase timeout of running WPT (Joyee Cheung) [#44574](https://github.com/nodejs/node/pull/44574) +* \[[`053a28ae85`](https://github.com/nodejs/node/commit/053a28ae85)] - **tools**: fix shebang to use python3 by default (Himself65) [#44531](https://github.com/nodejs/node/pull/44531) +* \[[`76d10c05a8`](https://github.com/nodejs/node/commit/76d10c05a8)] - **typings**: add JSDoc for `internal/validators` (Yagiz Nizipli) [#44181](https://github.com/nodejs/node/pull/44181) +* \[[`a79526bfee`](https://github.com/nodejs/node/commit/a79526bfee)] - **util**: increase robustness with primordials (Jordan Harband) [#41212](https://github.com/nodejs/node/pull/41212) +* \[[`c3edf6bb99`](https://github.com/nodejs/node/commit/c3edf6bb99)] - **(SEMVER-MINOR)** **util**: add `maxArrayLength` option to Set and Map (Kohei Ueno) [#43576](https://github.com/nodejs/node/pull/43576) +* \[[`474d93380b`](https://github.com/nodejs/node/commit/474d93380b)] - **v8**: add setHeapSnapshotNearHeapLimit (theanarkh) [#44420](https://github.com/nodejs/node/pull/44420) +* \[[`b60709d0fc`](https://github.com/nodejs/node/commit/b60709d0fc)] - **win**: fix fs.realpath.native for long paths (StefanStojanovic) [#44536](https://github.com/nodejs/node/pull/44536) + ## 2022-09-23, Version 16.17.1 'Gallium' (LTS), @ruyadorno diff --git a/src/node_version.h b/src/node_version.h index 02baab5b7f665b..34d829b5fb6915 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -23,13 +23,13 @@ #define SRC_NODE_VERSION_H_ #define NODE_MAJOR_VERSION 16 -#define NODE_MINOR_VERSION 17 -#define NODE_PATCH_VERSION 2 +#define NODE_MINOR_VERSION 18 +#define NODE_PATCH_VERSION 0 #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Gallium" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)