From 92182be4c25f1b03c847c5de28b50a359aedb9d0 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Mon, 26 Sep 2022 13:55:40 -0300 Subject: [PATCH] 2022-09-27, Version 18.10.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: doc: * (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) gyp: * libnode for ios app embedding (chexiongsheng) http: * (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) () stream: * (SEMVER-MINOR) add `ReadableByteStream.tee()` (Daeyeon Jeong) () PR-URL: https://github.com/nodejs/node/pull/44799 --- CHANGELOG.md | 3 +- doc/api/deprecations.md | 12 +-- doc/api/inspector.md | 2 +- doc/api/v8.md | 2 +- doc/api/webstreams.md | 4 +- doc/changelogs/CHANGELOG_V18.md | 134 ++++++++++++++++++++++++++++++++ src/node_version.h | 6 +- 7 files changed, 149 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba6c38247b5b1..e06afe72bdbfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ release. -18.9.1
+18.10.0
+18.9.1
18.9.0
18.8.0
18.7.0
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 8cc2acf2f8a291..2a218661d0ea00 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2889,7 +2889,7 @@ Prefer [`message.socket`][] over [`message.connection`][]. diff --git a/doc/api/inspector.md b/doc/api/inspector.md index 866d2ac56464de..e5f74a6adc75fd 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/v8.md b/doc/api/v8.md index 5182e142929298..880f3aae70f999 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -359,7 +359,7 @@ if (isMainThread) { ## `v8.setHeapSnapshotNearHeapLimit(limit)` > Stability: 1 - Experimental diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index 8fc7ceab3188d4..20ae0ad9721a72 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -300,7 +300,7 @@ is active. @@ -652,7 +652,7 @@ Signals an error that causes the {ReadableStream} to error and close. diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md index 2b9a601425b7de..c0bb87b62b3338 100644 --- a/doc/changelogs/CHANGELOG_V18.md +++ b/doc/changelogs/CHANGELOG_V18.md @@ -8,6 +8,7 @@ +18.10.0
18.9.1
18.9.0
18.8.0
@@ -43,6 +44,139 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + + +## 2022-09-27, Version 18.10.0 (Current), @RafaelGSS + +### Notable changes + +cli: + +* (SEMVER-MINOR) add `--watch` (Moshe Atlow) + doc: +* (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) + gyp: +* libnode for ios app embedding (chexiongsheng) + http: +* (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) () + stream: +* (SEMVER-MINOR) add `ReadableByteStream.tee()` (Daeyeon Jeong) () + +### Commits + +* \[[`6a2f1988a2`](https://github.com/nodejs/node/commit/6a2f1988a2)] - **benchmark**: fix startup benchmark (Evan Lucas) [#44727](https://github.com/nodejs/node/pull/44727) +* \[[`54870ea603`](https://github.com/nodejs/node/commit/54870ea603)] - **benchmark**: add stream destroy benchmark (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533) +* \[[`143abcb9ac`](https://github.com/nodejs/node/commit/143abcb9ac)] - **bootstrap**: clean up inspector console methods during serialization (Joyee Cheung) [#44279](https://github.com/nodejs/node/pull/44279) +* \[[`4ce6e2196c`](https://github.com/nodejs/node/commit/4ce6e2196c)] - **bootstrap**: remove unused global parameter in per-context scripts (Joyee Cheung) [#44472](https://github.com/nodejs/node/pull/44472) +* \[[`2799157766`](https://github.com/nodejs/node/commit/2799157766)] - **build**: remove redundant entry in crypto (Jiawen Geng) [#44604](https://github.com/nodejs/node/pull/44604) +* \[[`5c69813006`](https://github.com/nodejs/node/commit/5c69813006)] - **build**: rewritten the Android build system (BuShe Pie) [#44207](https://github.com/nodejs/node/pull/44207) +* \[[`3b808634a3`](https://github.com/nodejs/node/commit/3b808634a3)] - _**Revert**_ "**build**: go faster, drop -fno-omit-frame-pointer" (Ben Noordhuis) [#44566](https://github.com/nodejs/node/pull/44566) +* \[[`1315a83333`](https://github.com/nodejs/node/commit/1315a83333)] - **build**: fix bad upstream merge (Stephen Gallagher) [#44642](https://github.com/nodejs/node/pull/44642) +* \[[`4700ee5fc0`](https://github.com/nodejs/node/commit/4700ee5fc0)] - **(SEMVER-MINOR)** **cli**: add `--watch` (Moshe Atlow) [#44366](https://github.com/nodejs/node/pull/44366) +* \[[`5eb48b66ea`](https://github.com/nodejs/node/commit/5eb48b66ea)] - **cluster**: use inspector utils (Moshe Atlow) [#44592](https://github.com/nodejs/node/pull/44592) +* \[[`26f25c9c80`](https://github.com/nodejs/node/commit/26f25c9c80)] - **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen) [#44575](https://github.com/nodejs/node/pull/44575) +* \[[`934cc9af11`](https://github.com/nodejs/node/commit/934cc9af11)] - **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) [#44622](https://github.com/nodejs/node/pull/44622) +* \[[`7571c3a1a4`](https://github.com/nodejs/node/commit/7571c3a1a4)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#44704](https://github.com/nodejs/node/pull/44704) +* \[[`bc9403f4cd`](https://github.com/nodejs/node/commit/bc9403f4cd)] - **deps**: update ngtcp2 update instructions (Tobias Nießen) [#44619](https://github.com/nodejs/node/pull/44619) +* \[[`a1ed4fa601`](https://github.com/nodejs/node/commit/a1ed4fa601)] - **deps**: upgrade npm to 8.19.2 (npm team) [#44632](https://github.com/nodejs/node/pull/44632) +* \[[`f07d095928`](https://github.com/nodejs/node/commit/f07d095928)] - **deps**: update to uvwasi 0.0.13 (Colin Ihrig) [#44524](https://github.com/nodejs/node/pull/44524) +* \[[`7e0b9e150b`](https://github.com/nodejs/node/commit/7e0b9e150b)] - **dns**: remove unnecessary parameter from validateOneOf (Yagiz Nizipli) [#44635](https://github.com/nodejs/node/pull/44635) +* \[[`0f232e9749`](https://github.com/nodejs/node/commit/0f232e9749)] - **dns**: refactor default resolver (Joyee Cheung) [#44541](https://github.com/nodejs/node/pull/44541) +* \[[`8247d93b9c`](https://github.com/nodejs/node/commit/8247d93b9c)] - **doc**: mention git node backport (RafaelGSS) [#44764](https://github.com/nodejs/node/pull/44764) +* \[[`8b5333932d`](https://github.com/nodejs/node/commit/8b5333932d)] - **doc**: ensure to revert node\_version changes (Rafael Gonzaga) [#44760](https://github.com/nodejs/node/pull/44760) +* \[[`dc7d90494d`](https://github.com/nodejs/node/commit/dc7d90494d)] - **doc**: fix description for `napi_get_cb_info()` in `n-api.md` (Daeyeon Jeong) [#44761](https://github.com/nodejs/node/pull/44761) +* \[[`2dab3bd020`](https://github.com/nodejs/node/commit/2dab3bd020)] - **doc**: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) [#44714](https://github.com/nodejs/node/pull/44714) +* \[[`2f99461152`](https://github.com/nodejs/node/commit/2f99461152)] - **doc**: update guidance for adding new modules (Michael Dawson) [#44576](https://github.com/nodejs/node/pull/44576) +* \[[`e353bf7116`](https://github.com/nodejs/node/commit/e353bf7116)] - **doc**: add registry number for Electron 22 (Keeley Hammond) [#44748](https://github.com/nodejs/node/pull/44748) +* \[[`d537b61b5e`](https://github.com/nodejs/node/commit/d537b61b5e)] - **doc**: include code examples for webstreams consumers (Lucas Santos) [#44387](https://github.com/nodejs/node/pull/44387) +* \[[`faa40c39af`](https://github.com/nodejs/node/commit/faa40c39af)] - **doc**: mention where to push security commits (RafaelGSS) [#44691](https://github.com/nodejs/node/pull/44691) +* \[[`48b1ad4059`](https://github.com/nodejs/node/commit/48b1ad4059)] - **doc**: remove extra space on threadpool usage (Connor Burton) [#44734](https://github.com/nodejs/node/pull/44734) +* \[[`51f026a0d0`](https://github.com/nodejs/node/commit/51f026a0d0)] - **doc**: make legacy banner slightly less bright (Rich Trott) [#44665](https://github.com/nodejs/node/pull/44665) +* \[[`31c19e3ef5`](https://github.com/nodejs/node/commit/31c19e3ef5)] - **doc**: improve building doc for Windows Powershell (Brian Muenzenmeyer) [#44625](https://github.com/nodejs/node/pull/44625) +* \[[`3777582b64`](https://github.com/nodejs/node/commit/3777582b64)] - **doc**: maintain only one list of MODP groups (Tobias Nießen) [#44644](https://github.com/nodejs/node/pull/44644) +* \[[`d9cdc392cf`](https://github.com/nodejs/node/commit/d9cdc392cf)] - **doc**: add legendecas to TSC list (Michael Dawson) [#44662](https://github.com/nodejs/node/pull/44662) +* \[[`fca3ee4eff`](https://github.com/nodejs/node/commit/fca3ee4eff)] - **doc**: remove comma in README.md (Taha-Chaudhry) [#44599](https://github.com/nodejs/node/pull/44599) +* \[[`3214715df0`](https://github.com/nodejs/node/commit/3214715df0)] - **doc**: use serial comma in report docs (Daeyeon Jeong) [#44608](https://github.com/nodejs/node/pull/44608) +* \[[`073f11eb24`](https://github.com/nodejs/node/commit/073f11eb24)] - **doc**: use serial comma in stream docs (Daeyeon Jeong) [#44609](https://github.com/nodejs/node/pull/44609) +* \[[`054b1d92cf`](https://github.com/nodejs/node/commit/054b1d92cf)] - **doc**: remove empty line in YAML block (Claudio Wunder) [#44617](https://github.com/nodejs/node/pull/44617) +* \[[`70ccc5ea1f`](https://github.com/nodejs/node/commit/70ccc5ea1f)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#44588](https://github.com/nodejs/node/pull/44588) +* \[[`1c83824b01`](https://github.com/nodejs/node/commit/1c83824b01)] - **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen) [#44589](https://github.com/nodejs/node/pull/44589) +* \[[`c76d182578`](https://github.com/nodejs/node/commit/c76d182578)] - **doc**: fix heading levels for test runner hooks (Fabian Meyer) [#44603](https://github.com/nodejs/node/pull/44603) +* \[[`4d6b46ea80`](https://github.com/nodejs/node/commit/4d6b46ea80)] - **doc**: fix errors in http.md (Luigi Pinca) [#44587](https://github.com/nodejs/node/pull/44587) +* \[[`10891e637f`](https://github.com/nodejs/node/commit/10891e637f)] - **doc**: fix vm.Script createCachedData example (Chengzhong Wu) [#44487](https://github.com/nodejs/node/pull/44487) +* \[[`793855702d`](https://github.com/nodejs/node/commit/793855702d)] - **doc**: mention how to get commit release (Rafael Gonzaga) [#44572](https://github.com/nodejs/node/pull/44572) +* \[[`f47f1d518a`](https://github.com/nodejs/node/commit/f47f1d518a)] - **doc**: fix link in `process.md` (Antoine du Hamel) [#44594](https://github.com/nodejs/node/pull/44594) +* \[[`eaa675d8b5`](https://github.com/nodejs/node/commit/eaa675d8b5)] - **doc**: do not use weak MODP group in example (Tobias Nießen) [#44585](https://github.com/nodejs/node/pull/44585) +* \[[`84934137ce`](https://github.com/nodejs/node/commit/84934137ce)] - **doc**: remove ebpf from supported tooling list (Rafael Gonzaga) [#44549](https://github.com/nodejs/node/pull/44549) +* \[[`8752854258`](https://github.com/nodejs/node/commit/8752854258)] - **doc**: emphasize that createCipher is never secure (Tobias Nießen) [#44538](https://github.com/nodejs/node/pull/44538) +* \[[`07af3f0f43`](https://github.com/nodejs/node/commit/07af3f0f43)] - **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu) [#44451](https://github.com/nodejs/node/pull/44451) +* \[[`59e3601ef3`](https://github.com/nodejs/node/commit/59e3601ef3)] - **doc**: move policy docs to the permissions scope (Rafael Gonzaga) [#44222](https://github.com/nodejs/node/pull/44222) +* \[[`629324052e`](https://github.com/nodejs/node/commit/629324052e)] - **doc,crypto**: cleanup removed pbkdf2 behaviours (Filip Skokan) [#44733](https://github.com/nodejs/node/pull/44733) +* \[[`7ffc037d63`](https://github.com/nodejs/node/commit/7ffc037d63)] - **doc,inspector**: document changes of inspector.close (Chengzhong Wu) [#44628](https://github.com/nodejs/node/pull/44628) +* \[[`8b54f01c52`](https://github.com/nodejs/node/commit/8b54f01c52)] - **esm,loader**: tidy ESMLoader internals (Jacob Smith) [#44701](https://github.com/nodejs/node/pull/44701) +* \[[`ce085d753f`](https://github.com/nodejs/node/commit/ce085d753f)] - **fs**: fix typo in mkdir example (SergeyTsukanov) [#44791](https://github.com/nodejs/node/pull/44791) +* \[[`0ccc17295e`](https://github.com/nodejs/node/commit/0ccc17295e)] - **fs**: remove unused option in `fs.fstatSync()` (Livia Medeiros) [#44613](https://github.com/nodejs/node/pull/44613) +* \[[`bbccebf451`](https://github.com/nodejs/node/commit/bbccebf451)] - **gyp**: libnode for ios app embedding (chexiongsheng) [#44210](https://github.com/nodejs/node/pull/44210) +* \[[`aaee9b1f1d`](https://github.com/nodejs/node/commit/aaee9b1f1d)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#44378](https://github.com/nodejs/node/pull/44378) +* \[[`8b256a303a`](https://github.com/nodejs/node/commit/8b256a303a)] - **inspector**: expose inspector.close on workers (Chengzhong Wu) [#44489](https://github.com/nodejs/node/pull/44489) +* \[[`29e3e2c227`](https://github.com/nodejs/node/commit/29e3e2c227)] - **lib**: don't match `sourceMappingURL` in strings (Alan Agius) [#44658](https://github.com/nodejs/node/pull/44658) +* \[[`1e137c2859`](https://github.com/nodejs/node/commit/1e137c2859)] - **lib**: fix reference leak (falsandtru) [#44499](https://github.com/nodejs/node/pull/44499) +* \[[`687ffcc3ce`](https://github.com/nodejs/node/commit/687ffcc3ce)] - **lib**: reset `RegExp` statics before running user code (Antoine du Hamel) [#44247](https://github.com/nodejs/node/pull/44247) +* \[[`9a432148a4`](https://github.com/nodejs/node/commit/9a432148a4)] - **lib,test**: fix bug in InternalSocketAddress (Tobias Nießen) [#44618](https://github.com/nodejs/node/pull/44618) +* \[[`2a37f74e34`](https://github.com/nodejs/node/commit/2a37f74e34)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44777](https://github.com/nodejs/node/pull/44777) +* \[[`dffc204959`](https://github.com/nodejs/node/commit/dffc204959)] - **meta**: add mailmap entry for dnlup (Rich Trott) [#44716](https://github.com/nodejs/node/pull/44716) +* \[[`45b3bf3587`](https://github.com/nodejs/node/commit/45b3bf3587)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44705](https://github.com/nodejs/node/pull/44705) +* \[[`8e954fa843`](https://github.com/nodejs/node/commit/8e954fa843)] - **meta**: move dnlup to emeriti (dnlup) [#44667](https://github.com/nodejs/node/pull/44667) +* \[[`4b0697e34c`](https://github.com/nodejs/node/commit/4b0697e34c)] - **meta**: update test\_runner in label-pr-config (Shrujal Shah) [#44615](https://github.com/nodejs/node/pull/44615) +* \[[`c0f5adc1ca`](https://github.com/nodejs/node/commit/c0f5adc1ca)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#44591](https://github.com/nodejs/node/pull/44591) +* \[[`ab5a304c67`](https://github.com/nodejs/node/commit/ab5a304c67)] - **module**: open stat/readPackage to mutations (Maël Nison) [#44537](https://github.com/nodejs/node/pull/44537) +* \[[`b63315d140`](https://github.com/nodejs/node/commit/b63315d140)] - **module**: exports & imports map invalid slash deprecation (Guy Bedford) [#44477](https://github.com/nodejs/node/pull/44477) +* \[[`ed1d634297`](https://github.com/nodejs/node/commit/ed1d634297)] - **node-api**: add deprecation code of uncaught exception (Chengzhong Wu) [#44624](https://github.com/nodejs/node/pull/44624) +* \[[`7d9de70f4a`](https://github.com/nodejs/node/commit/7d9de70f4a)] - **src**: avoid using v8 on Isolate termination (Santiago Gimeno) [#44669](https://github.com/nodejs/node/pull/44669) +* \[[`15be38e98c`](https://github.com/nodejs/node/commit/15be38e98c)] - **src**: remove \ from node\_os.cc (Tobias Nießen) [#44668](https://github.com/nodejs/node/pull/44668) +* \[[`8de484963d`](https://github.com/nodejs/node/commit/8de484963d)] - **src**: avoid copy when creating Blob (Tobias Nießen) [#44616](https://github.com/nodejs/node/pull/44616) +* \[[`f4b620f83c`](https://github.com/nodejs/node/commit/f4b620f83c)] - **src**: make ReqWrap weak (Rafael Gonzaga) [#44074](https://github.com/nodejs/node/pull/44074) +* \[[`99ad732f5b`](https://github.com/nodejs/node/commit/99ad732f5b)] - **src**: make NearHeapLimitCallback() more robust (Joyee Cheung) [#44581](https://github.com/nodejs/node/pull/44581) +* \[[`bf77161c48`](https://github.com/nodejs/node/commit/bf77161c48)] - **src**: dump isolate stats when process exits (daomingq) [#44534](https://github.com/nodejs/node/pull/44534) +* \[[`e8101af459`](https://github.com/nodejs/node/commit/e8101af459)] - **src**: consolidate environment cleanup queue (Chengzhong Wu) [#44379](https://github.com/nodejs/node/pull/44379) +* \[[`ce719290de`](https://github.com/nodejs/node/commit/ce719290de)] - **stream**: handle a pending pull request from a released reader (Daeyeon Jeong) [#44702](https://github.com/nodejs/node/pull/44702) +* \[[`457673b0ac`](https://github.com/nodejs/node/commit/457673b0ac)] - **stream**: refactor use es2020 statement (SindreXie) [#44533](https://github.com/nodejs/node/pull/44533) +* \[[`00185f170a`](https://github.com/nodejs/node/commit/00185f170a)] - **stream**: remove `abortReason` from `WritableStreamDefaultController` (Daeyeon Jeong) [#44540](https://github.com/nodejs/node/pull/44540) +* \[[`4a77a11270`](https://github.com/nodejs/node/commit/4a77a11270)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#44505](https://github.com/nodejs/node/pull/44505) +* \[[`9f755e1d88`](https://github.com/nodejs/node/commit/9f755e1d88)] - **stream**: fix `writableStream.abort()` (Daeyeon Jeong) [#44327](https://github.com/nodejs/node/pull/44327) +* \[[`3474cd870f`](https://github.com/nodejs/node/commit/3474cd870f)] - **test**: verify napi\_remove\_wrap with napi\_delete\_reference (Chengzhong Wu) [#44754](https://github.com/nodejs/node/pull/44754) +* \[[`fa315b7a5a`](https://github.com/nodejs/node/commit/fa315b7a5a)] - **test**: change promises to async/await (Madhulika Sharma) [#44683](https://github.com/nodejs/node/pull/44683) +* \[[`0f8ce84005`](https://github.com/nodejs/node/commit/0f8ce84005)] - **test**: use async/await in test-debugger-invalid-args (Nupur Chauhan) [#44678](https://github.com/nodejs/node/pull/44678) +* \[[`1172498a82`](https://github.com/nodejs/node/commit/1172498a82)] - **test**: update test-debugger-low-level to use await/async (Meghana Ramesh) [#44688](https://github.com/nodejs/node/pull/44688) +* \[[`16f85cc82f`](https://github.com/nodejs/node/commit/16f85cc82f)] - **test**: fix watch mode test flake (Moshe Atlow) [#44739](https://github.com/nodejs/node/pull/44739) +* \[[`7ed87538c3`](https://github.com/nodejs/node/commit/7ed87538c3)] - **test**: check that sysconf returns a positive value (Tobias Nießen) [#44666](https://github.com/nodejs/node/pull/44666) +* \[[`dda556d002`](https://github.com/nodejs/node/commit/dda556d002)] - **test**: change promise to async/await in debugger-watcher (“Pooja) [#44687](https://github.com/nodejs/node/pull/44687) +* \[[`8acb425de1`](https://github.com/nodejs/node/commit/8acb425de1)] - **test**: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer) [#44725](https://github.com/nodejs/node/pull/44725) +* \[[`6606a111bd`](https://github.com/nodejs/node/commit/6606a111bd)] - **test**: deflake watch mode tests (Moshe Atlow) [#44621](https://github.com/nodejs/node/pull/44621) +* \[[`792040269a`](https://github.com/nodejs/node/commit/792040269a)] - **test**: fix test-performance-measure (smitley) [#44637](https://github.com/nodejs/node/pull/44637) +* \[[`fcfdb6c31e`](https://github.com/nodejs/node/commit/fcfdb6c31e)] - **test**: improve lib/readline.js coverage (MURAKAMI Masahiko) [#42686](https://github.com/nodejs/node/pull/42686) +* \[[`2618ccb8f8`](https://github.com/nodejs/node/commit/2618ccb8f8)] - **test**: fix `test-repl` not validating leaked globals properly (Antoine du Hamel) [#44640](https://github.com/nodejs/node/pull/44640) +* \[[`938751be43`](https://github.com/nodejs/node/commit/938751be43)] - **test**: fix test-runner-inspect (Moshe Atlow) [#44620](https://github.com/nodejs/node/pull/44620) +* \[[`353cd846e6`](https://github.com/nodejs/node/commit/353cd846e6)] - **test**: ignore stale process cleanup failures on Windows (Joyee Cheung) [#44480](https://github.com/nodejs/node/pull/44480) +* \[[`35f55ae6bb`](https://github.com/nodejs/node/commit/35f55ae6bb)] - **test**: use python3 instead of python (Luigi Pinca) [#44545](https://github.com/nodejs/node/pull/44545) +* \[[`90a98a657a`](https://github.com/nodejs/node/commit/90a98a657a)] - **test**: split watch mode inspector tests to sequential (Moshe Atlow) [#44551](https://github.com/nodejs/node/pull/44551) +* \[[`1b2b0a318a`](https://github.com/nodejs/node/commit/1b2b0a318a)] - **test**: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) [#44341](https://github.com/nodejs/node/pull/44341) +* \[[`ed64119ca8`](https://github.com/nodejs/node/commit/ed64119ca8)] - **test**: add more cases for parse-encoding (Tony Gorez) [#44427](https://github.com/nodejs/node/pull/44427) +* \[[`a28ae1656f`](https://github.com/nodejs/node/commit/a28ae1656f)] - **test\_runner**: include stack of uncaught exceptions (Moshe Atlow) [#44614](https://github.com/nodejs/node/pull/44614) +* \[[`603eb54743`](https://github.com/nodejs/node/commit/603eb54743)] - **test\_runner**: support using `--inspect` with `--test` (Moshe Atlow) [#44520](https://github.com/nodejs/node/pull/44520) +* \[[`42225c38a4`](https://github.com/nodejs/node/commit/42225c38a4)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) [#44580](https://github.com/nodejs/node/pull/44580) +* \[[`2dbc1f8b15`](https://github.com/nodejs/node/commit/2dbc1f8b15)] - **tools**: add update-llhttp.sh (Paolo Insogna) [#44652](https://github.com/nodejs/node/pull/44652) +* \[[`2ad225787f`](https://github.com/nodejs/node/commit/2ad225787f)] - **tools**: fix typo in update-nghttp2.sh (Luigi Pinca) [#44664](https://github.com/nodejs/node/pull/44664) +* \[[`2e77644d6b`](https://github.com/nodejs/node/commit/2e77644d6b)] - **tools**: add timezone update workflow (Lenvin Gonsalves) [#43988](https://github.com/nodejs/node/pull/43988) +* \[[`bdea068dc9`](https://github.com/nodejs/node/commit/bdea068dc9)] - **tools**: update eslint to 8.23.1 (Node.js GitHub Bot) [#44639](https://github.com/nodejs/node/pull/44639) +* \[[`efbd18a51b`](https://github.com/nodejs/node/commit/efbd18a51b)] - **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) +* \[[`d31ea02a01`](https://github.com/nodejs/node/commit/d31ea02a01)] - **tools**: update gyp-next to v0.13.0 (Jiawen Geng) [#44605](https://github.com/nodejs/node/pull/44605) +* \[[`570b099a83`](https://github.com/nodejs/node/commit/570b099a83)] - **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) +* \[[`730b8ce059`](https://github.com/nodejs/node/commit/730b8ce059)] - **tools**: increase timeout of running WPT (Joyee Cheung) [#44574](https://github.com/nodejs/node/pull/44574) +* \[[`d265bf04f8`](https://github.com/nodejs/node/commit/d265bf04f8)] - **tools**: fix shebang to use python3 by default (Himself65) [#44531](https://github.com/nodejs/node/pull/44531) +* \[[`90e8977a2f`](https://github.com/nodejs/node/commit/90e8977a2f)] - **v8**: add setHeapSnapshotNearHeapLimit (theanarkh) [#44420](https://github.com/nodejs/node/pull/44420) +* \[[`2d87b6ffa0`](https://github.com/nodejs/node/commit/2d87b6ffa0)] - **win**: fix fs.realpath.native for long paths (StefanStojanovic) [#44536](https://github.com/nodejs/node/pull/44536) + ## 2022-09-23, Version 18.9.1 (Current), @RafaelGSS diff --git a/src/node_version.h b/src/node_version.h index 8242b6d847f720..5403dd84781473 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -23,13 +23,13 @@ #define SRC_NODE_VERSION_H_ #define NODE_MAJOR_VERSION 18 -#define NODE_MINOR_VERSION 9 -#define NODE_PATCH_VERSION 2 +#define NODE_MINOR_VERSION 10 +#define NODE_PATCH_VERSION 0 #define NODE_VERSION_IS_LTS 0 #define NODE_VERSION_LTS_CODENAME "" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)