|
8 | 8 | </tr>
|
9 | 9 | <tr>
|
10 | 10 | <td>
|
| 11 | +<a href="#17.7.0">17.7.0</a><br/> |
11 | 12 | <a href="#17.6.0">17.6.0</a><br/>
|
12 | 13 | <a href="#17.5.0">17.5.0</a><br/>
|
13 | 14 | <a href="#17.4.0">17.4.0</a><br/>
|
|
40 | 41 | * [io.js](CHANGELOG_IOJS.md)
|
41 | 42 | * [Archive](CHANGELOG_ARCHIVE.md)
|
42 | 43 |
|
| 44 | +<a id="17.7.0"></a> |
| 45 | + |
| 46 | +## 2022-03-8, Version 17.7.0 (Current), @BethGriggs prepared by @sxa |
| 47 | + |
| 48 | +### Notable Changes |
| 49 | + |
| 50 | +(From branch-diff) |
| 51 | + |
| 52 | +* \[[`3df001fa93`](https://github.com/nodejs/node/commit/3df001fa93)] - **doc**: add JakobJingleheimer to collaborators list (Jacob Smith) [#42185](https://github.com/nodejs/node/pull/42185) |
| 53 | +* \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - **(SEMVER-MINOR)** **crypto**: add KeyObject.prototype.equals method (Filip Skokan) [#42093](https://github.com/nodejs/node/pull/42093) |
| 54 | +* \[[`a4969d5c37`](https://github.com/nodejs/node/commit/a4969d5c37)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102) |
| 55 | + |
| 56 | +(SEMVER-MINOR ones) |
| 57 | + |
| 58 | +* \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - (SEMVER-MINOR) crypto: add KeyObject.prototype.equals method (Filip Skokan) <https://github.com/nodejs/node/pull/42093> |
| 59 | +* \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - (SEMVER-MINOR) net: add new options to `net.Socket` and `net.Server` (Paolo Insogna) <https://github.com/nodejs/node/pull/41310> |
| 60 | +* \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - (SEMVER-MINOR) src: allow preventing InitializeInspector in env (Shelley Vohr) <https://github.com/nodejs/node/pull/35025> |
| 61 | + |
| 62 | +### Dependency Updates |
| 63 | + |
| 64 | +* \[[`0b8efea182`](https://github.com/nodejs/node/commit/0b8efea182)] - deps: update nghttp2 to 1.47.0 (Yash Ladha) <https://github.com/nodejs/node/pull/42127> |
| 65 | +* \[[`ccacf99e5c`](https://github.com/nodejs/node/commit/ccacf99e5c)] - deps: upgrade npm to 8.5.2 (npm team) <https://github.com/nodejs/node/pull/42122> |
| 66 | +* \[[`1359f60338`](https://github.com/nodejs/node/commit/1359f60338)] - deps: V8: cherry-pick 77d515484864 (Lu Yahan) <https://github.com/nodejs/node/pull/42067> |
| 67 | +* \[[`769e2a486f`](https://github.com/nodejs/node/commit/769e2a486f)] - deps: V8: cherry-pick b66334313c8b (Lu Yahan) <https://github.com/nodejs/node/pull/42067> |
| 68 | + |
| 69 | +### New Collaborators |
| 70 | + |
| 71 | +* \[[`3df001fa93`](https://github.com/nodejs/node/commit/3df001fa93)] - doc: add JakobJingleheimer to collaborators list (Jacob Smith) <https://github.com/nodejs/node/pull/42185> |
| 72 | +* \[[`0ce00ca5e1`](https://github.com/nodejs/node/commit/0ce00ca5e1)] - doc: move bnoordhuis back to collaborators (Ben Noordhuis) <https://github.com/nodejs/node/pull/42064> |
| 73 | + |
| 74 | +### Commits |
| 75 | + |
| 76 | +* \[[`d05758f79f`](https://github.com/nodejs/node/commit/d05758f79f)] - buffer: improve blob read performance (Xuguang Mei) <https://github.com/nodejs/node/pull/42117> |
| 77 | +* \[[`0bbb44741b`](https://github.com/nodejs/node/commit/0bbb44741b)] - build: drop shortened URL from lint-commit-message (Richard Lau) <https://github.com/nodejs/node/pull/42168> |
| 78 | +* \[[`4e9fac6539`](https://github.com/nodejs/node/commit/4e9fac6539)] - build: fix usage of input in feature action (Michael Dawson) <https://github.com/nodejs/node/pull/42150> |
| 79 | +* \[[`853cbd99b8`](https://github.com/nodejs/node/commit/853cbd99b8)] - build: increase max ops for stale feature action (Michael Dawson) <https://github.com/nodejs/node/pull/42130> |
| 80 | +* \[[`3fc3f521d6`](https://github.com/nodejs/node/commit/3fc3f521d6)] - build: add corepack to the auto-updated dependencies (Maël Nison) <https://github.com/nodejs/node/pull/42090> |
| 81 | +* \[[`ec4c0de6d1`](https://github.com/nodejs/node/commit/ec4c0de6d1)] - build: last test of the stale feature action (Michael Dawson) <https://github.com/nodejs/node/pull/42085> |
| 82 | +* \[[`03ebca86d9`](https://github.com/nodejs/node/commit/03ebca86d9)] - build: update feature close action for testing (Michael Dawson) <https://github.com/nodejs/node/pull/42082> |
| 83 | +* \[[`c9ea6a9261`](https://github.com/nodejs/node/commit/c9ea6a9261)] - crypto: validate `this` value for `webcrypto.getRandomValues` (Antoine du Hamel) <https://github.com/nodejs/node/pull/41760> |
| 84 | +* \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - (SEMVER-MINOR) crypto: add KeyObject.prototype.equals method (Filip Skokan) <https://github.com/nodejs/node/pull/42093> |
| 85 | +* \[[`288f627c46`](https://github.com/nodejs/node/commit/288f627c46)] - crypto: clarify `require("crypto").getRandomValues` is Node.js specific (Antoine du Hamel) <https://github.com/nodejs/node/pull/41782> |
| 86 | +* \[[`0b8efea182`](https://github.com/nodejs/node/commit/0b8efea182)] - deps: update nghttp2 to 1.47.0 (Yash Ladha) <https://github.com/nodejs/node/pull/42127> |
| 87 | +* \[[`ccacf99e5c`](https://github.com/nodejs/node/commit/ccacf99e5c)] - deps: upgrade npm to 8.5.2 (npm team) <https://github.com/nodejs/node/pull/42122> |
| 88 | +* \[[`1359f60338`](https://github.com/nodejs/node/commit/1359f60338)] - deps: V8: cherry-pick 77d515484864 (Lu Yahan) <https://github.com/nodejs/node/pull/42067> |
| 89 | +* \[[`769e2a486f`](https://github.com/nodejs/node/commit/769e2a486f)] - deps: V8: cherry-pick b66334313c8b (Lu Yahan) <https://github.com/nodejs/node/pull/42067> |
| 90 | +* \[[`fc7d429516`](https://github.com/nodejs/node/commit/fc7d429516)] - doc: update stale feature messages (Michael Dawson) <https://github.com/nodejs/node/pull/42217> |
| 91 | +* \[[`6183749861`](https://github.com/nodejs/node/commit/6183749861)] - doc: remove erroneous comma in cluster explainer (Tobias Nießen) <https://github.com/nodejs/node/pull/42238> |
| 92 | +* \[[`555da9b658`](https://github.com/nodejs/node/commit/555da9b658)] - doc: remove "considered" for clarity (Rich Trott) <https://github.com/nodejs/node/pull/42218> |
| 93 | +* \[[`05c3ff5e76`](https://github.com/nodejs/node/commit/05c3ff5e76)] - doc: clarify that some modules don't work when compiled without ssl (Antoine du Hamel) <https://github.com/nodejs/node/pull/42198> |
| 94 | +* \[[`a6c1abf7e1`](https://github.com/nodejs/node/commit/a6c1abf7e1)] - doc: add note about nghttp2 hd pair size (Rafael Silva) <https://github.com/nodejs/node/pull/42172> |
| 95 | +* \[[`04d2c74c8a`](https://github.com/nodejs/node/commit/04d2c74c8a)] - doc: use parenthesis instead of em dash (Antoine du Hamel) <https://github.com/nodejs/node/pull/42202> |
| 96 | +* \[[`6a74fa91bb`](https://github.com/nodejs/node/commit/6a74fa91bb)] - doc: add next-10 to strategic initiatives (Michael Dawson) <https://github.com/nodejs/node/pull/42167> |
| 97 | +* \[[`ee027391e7`](https://github.com/nodejs/node/commit/ee027391e7)] - doc: add missing single-quotes to `http.OutgoingMessage` (Juan José Arboleda) <https://github.com/nodejs/node/pull/42162> |
| 98 | +* \[[`84859c4029`](https://github.com/nodejs/node/commit/84859c4029)] - doc: fix typos (apeltop) <https://github.com/nodejs/node/pull/42146> |
| 99 | +* \[[`3df001fa93`](https://github.com/nodejs/node/commit/3df001fa93)] - doc: add JakobJingleheimer to collaborators list (Jacob Smith) <https://github.com/nodejs/node/pull/42185> |
| 100 | +* \[[`ce86fc3006`](https://github.com/nodejs/node/commit/ce86fc3006)] - doc: remove reference to obsolete security program (Rich Trott) <https://github.com/nodejs/node/pull/42144> |
| 101 | +* \[[`5d010bcde2`](https://github.com/nodejs/node/commit/5d010bcde2)] - doc: remove repeated a word (apeltop) <https://github.com/nodejs/node/pull/42138> |
| 102 | +* \[[`a32ec983c6`](https://github.com/nodejs/node/commit/a32ec983c6)] - doc: make building with ninja more discoverable (Balakrishna Avulapati) <https://github.com/nodejs/node/pull/41840> |
| 103 | +* \[[`26fe61b6ad`](https://github.com/nodejs/node/commit/26fe61b6ad)] - doc: document change to IncomingMessage.headers enumerability (Arnold Zokas) <https://github.com/nodejs/node/pull/42095> |
| 104 | +* \[[`eb622a0761`](https://github.com/nodejs/node/commit/eb622a0761)] - doc: add meixg to triagers (Xuguang Mei) <https://github.com/nodejs/node/pull/42066> |
| 105 | +* \[[`bd04fc89da`](https://github.com/nodejs/node/commit/bd04fc89da)] - doc: clarify persistent ref behavior (Michael Dawson) <https://github.com/nodejs/node/pull/42035> |
| 106 | +* \[[`0ce00ca5e1`](https://github.com/nodejs/node/commit/0ce00ca5e1)] - doc: move bnoordhuis back to collaborators (Ben Noordhuis) <https://github.com/nodejs/node/pull/42064> |
| 107 | +* \[[`8b531dadb1`](https://github.com/nodejs/node/commit/8b531dadb1)] - doc: clarify supported versus enabled TLS ciphers (Tobias Nießen) <https://github.com/nodejs/node/pull/42063> |
| 108 | +* \[[`3789d668f7`](https://github.com/nodejs/node/commit/3789d668f7)] - doc: add missing api entries on performance (legendecas) <https://github.com/nodejs/node/pull/42018> |
| 109 | +* \[[`a4969d5c37`](https://github.com/nodejs/node/commit/a4969d5c37)] - doc: add release key for Bryan English (Bryan English) <https://github.com/nodejs/node/pull/42102> |
| 110 | +* \[[`8b94ea6e1c`](https://github.com/nodejs/node/commit/8b94ea6e1c)] - doc,tools: improve navigability of API docs (Paolo Insogna) <https://github.com/nodejs/node/pull/41404> |
| 111 | +* \[[`2e1231b831`](https://github.com/nodejs/node/commit/2e1231b831)] - errors: do not access .stack in debug (Benjamin Coe) <https://github.com/nodejs/node/pull/42096> |
| 112 | +* \[[`8dd4878850`](https://github.com/nodejs/node/commit/8dd4878850)] - esm: fix base URL for network imports (Bradley Farias) <https://github.com/nodejs/node/pull/42131> |
| 113 | +* \[[`2bc136d3cb`](https://github.com/nodejs/node/commit/2bc136d3cb)] - esm: fix relative imports for https (Bradley Farias) <https://github.com/nodejs/node/pull/42119> |
| 114 | +* \[[`576c1aea8e`](https://github.com/nodejs/node/commit/576c1aea8e)] - fs: adjust default `length` for `fs.readSync` and fsPromises/`read` (Livia Medeiros) <https://github.com/nodejs/node/pull/42128> |
| 115 | +* \[[`041373696f`](https://github.com/nodejs/node/commit/041373696f)] - http: add default argument for Agent.prototype.getName (小菜) <https://github.com/nodejs/node/pull/41906> |
| 116 | +* \[[`1de80872e8`](https://github.com/nodejs/node/commit/1de80872e8)] - http2: add edge case to GOAWAY request (Rafael Silva) <https://github.com/nodejs/node/pull/42190> |
| 117 | +* \[[`9bc7a954fd`](https://github.com/nodejs/node/commit/9bc7a954fd)] - http2: close stream and session on frameError (Rafael Silva) <https://github.com/nodejs/node/pull/42147> |
| 118 | +* \[[`384872fdbd`](https://github.com/nodejs/node/commit/384872fdbd)] - lib: clean after the cancel algorithm throw error (Chen Gang) <https://github.com/nodejs/node/pull/41366> |
| 119 | +* \[[`f7ea75fd0a`](https://github.com/nodejs/node/commit/f7ea75fd0a)] - lib: add legacy built-in functions to primordials (Antoine du Hamel) <https://github.com/nodejs/node/pull/42049> |
| 120 | +* \[[`7f1c83e674`](https://github.com/nodejs/node/commit/7f1c83e674)] - loader: fix esm resolve for symlink file (Xuguang Mei) <https://github.com/nodejs/node/pull/42197> |
| 121 | +* \[[`5b23e67ad5`](https://github.com/nodejs/node/commit/5b23e67ad5)] - meta: update AUTHORS (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/42227> |
| 122 | +* \[[`cad7dde9af`](https://github.com/nodejs/node/commit/cad7dde9af)] - meta: update AUTHORS (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/42142> |
| 123 | +* \[[`7ed2c19cbb`](https://github.com/nodejs/node/commit/7ed2c19cbb)] - meta: correct link to feature request document (Simen Bekkhus) <https://github.com/nodejs/node/pull/42092> |
| 124 | +* \[[`e0448da9a9`](https://github.com/nodejs/node/commit/e0448da9a9)] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/42068> |
| 125 | +* \[[`e3347dbaa8`](https://github.com/nodejs/node/commit/e3347dbaa8)] - meta: remove collaborator (Rich Trott) <https://github.com/nodejs/node/pull/42073> |
| 126 | +* \[[`96510b3411`](https://github.com/nodejs/node/commit/96510b3411)] - module: prefer async/await in https imports (Benjamin Gruenbaum) <https://github.com/nodejs/node/pull/41950> |
| 127 | +* \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - (SEMVER-MINOR) net: add new options to `net.Socket` and `net.Server` (Paolo Insogna) <https://github.com/nodejs/node/pull/41310> |
| 128 | +* \[[`f107f8bf40`](https://github.com/nodejs/node/commit/f107f8bf40)] - node-api: fix typo in `node_api.cc` (Austin Kelleher) <https://github.com/nodejs/node/pull/42110> |
| 129 | +* \[[`c72c3f4bb1`](https://github.com/nodejs/node/commit/c72c3f4bb1)] - perf\_hooks: do not return all entries with getEntriesBy\[Name|Type] (Xuguang Mei) <https://github.com/nodejs/node/pull/42104> |
| 130 | +* \[[`7c49785348`](https://github.com/nodejs/node/commit/7c49785348)] - process: fix named report export (madflow) <https://github.com/nodejs/node/pull/41861> |
| 131 | +* \[[`d6b1a4a235`](https://github.com/nodejs/node/commit/d6b1a4a235)] - repl: remove preview when press escape (meixg) <https://github.com/nodejs/node/pull/42053> |
| 132 | +* \[[`98b1be0ec2`](https://github.com/nodejs/node/commit/98b1be0ec2)] - src: return proper URLs from node\_api\_get\_module\_file\_name (Anna Henningsen) <https://github.com/nodejs/node/pull/41758> |
| 133 | +* \[[`0abc20b6cf`](https://github.com/nodejs/node/commit/0abc20b6cf)] - src: skip revoke\_data\_object if uuid is not found (Xuguang Mei) <https://github.com/nodejs/node/pull/42212> |
| 134 | +* \[[`ce409279d8`](https://github.com/nodejs/node/commit/ce409279d8)] - src: remove dead code in AddFingerprintDigest (Tobias Nießen) <https://github.com/nodejs/node/pull/42145> |
| 135 | +* \[[`4c9f2b5d83`](https://github.com/nodejs/node/commit/4c9f2b5d83)] - src: combine GetCurveASN1Name and GetCurveNistName (Tobias Nießen) <https://github.com/nodejs/node/pull/42118> |
| 136 | +* \[[`f0558d88fb`](https://github.com/nodejs/node/commit/f0558d88fb)] - src: simplify TLSWrap::SetSession (Tobias Nießen) <https://github.com/nodejs/node/pull/42087> |
| 137 | +* \[[`97f5ceda84`](https://github.com/nodejs/node/commit/97f5ceda84)] - src: prefer bool over int in crypto\_common (Tobias Nießen) <https://github.com/nodejs/node/pull/42097> |
| 138 | +* \[[`382ffdade0`](https://github.com/nodejs/node/commit/382ffdade0)] - src: simplify arg type of AddFingerprintDigest (Tobias Nießen) <https://github.com/nodejs/node/pull/42101> |
| 139 | +* \[[`07de4ed641`](https://github.com/nodejs/node/commit/07de4ed641)] - src: do not ignore return value of BIO\_reset (Tobias Nießen) <https://github.com/nodejs/node/pull/42103> |
| 140 | +* \[[`3366618ce2`](https://github.com/nodejs/node/commit/3366618ce2)] - src: simplify GetExponentString (Tobias Nießen) <https://github.com/nodejs/node/pull/42121> |
| 141 | +* \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - (SEMVER-MINOR) src: allow preventing InitializeInspector in env (Shelley Vohr) <https://github.com/nodejs/node/pull/35025> |
| 142 | +* \[[`06e5c0ee39`](https://github.com/nodejs/node/commit/06e5c0ee39)] - stream: use .chunk when calling adapters's writev (Xuguang Mei) <https://github.com/nodejs/node/pull/42161> |
| 143 | +* \[[`53338fe65c`](https://github.com/nodejs/node/commit/53338fe65c)] - stream: allow returning null from pipeline tail (Robert Nagy) <https://github.com/nodejs/node/pull/42078> |
| 144 | +* \[[`8431fb90dc`](https://github.com/nodejs/node/commit/8431fb90dc)] - stream: port more test262 tests (Benjamin Gruenbaum) <https://github.com/nodejs/node/pull/41974> |
| 145 | +* \[[`0be3c61ae9`](https://github.com/nodejs/node/commit/0be3c61ae9)] - test: cover 32-bit sizes in generatePrime (Tobias Nießen) <https://github.com/nodejs/node/pull/42207> |
| 146 | +* \[[`ceb47d13ff`](https://github.com/nodejs/node/commit/ceb47d13ff)] - test: fix test-process-env-tz.js by using RegExp (Khaidi Chu) <https://github.com/nodejs/node/pull/42113> |
| 147 | +* \[[`f21fbeec2e`](https://github.com/nodejs/node/commit/f21fbeec2e)] - test: update V8 trace events test expectations (Nikolaos Papaspyrou) <https://github.com/nodejs/node/pull/42120> |
| 148 | +* \[[`d0f68a398e`](https://github.com/nodejs/node/commit/d0f68a398e)] - test: deflake test-common-expect-warning (Luigi Pinca) <https://github.com/nodejs/node/pull/42046> |
| 149 | +* \[[`482b2205b2`](https://github.com/nodejs/node/commit/482b2205b2)] - test: validate `EventEmitterAsyncResource` methods throw on invalid this (Yoshiki Kurihara) <https://github.com/nodejs/node/pull/42041> |
| 150 | +* \[[`99301469ed`](https://github.com/nodejs/node/commit/99301469ed)] - test: increase Fibonacci argument to 40 (Rich Trott) <https://github.com/nodejs/node/pull/42055> |
| 151 | +* \[[`c01134ed27`](https://github.com/nodejs/node/commit/c01134ed27)] - tools: update lint-md-dependencies to rollup\@2.69.1 (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/42226> |
| 152 | +* \[[`41b6d9e95a`](https://github.com/nodejs/node/commit/41b6d9e95a)] - tools: update lint-md rollup dependencies (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/42141> |
| 153 | +* \[[`28f636422e`](https://github.com/nodejs/node/commit/28f636422e)] - tools: update eslint to 8.10.0 (Node.js GitHub Bot) <https://github.com/nodejs/node/pull/42143> |
| 154 | +* \[[`9aeda47d9c`](https://github.com/nodejs/node/commit/9aeda47d9c)] - url: fix url.parse() for @hostname (Rich Trott) <https://github.com/nodejs/node/pull/42136> |
| 155 | +* \[[`ecb5980e2f`](https://github.com/nodejs/node/commit/ecb5980e2f)] - url, src: modify one `special_back_slash` (Khaidi Chu) <https://github.com/nodejs/node/pull/42112> |
| 156 | + |
43 | 157 | <a id="17.6.0"></a>
|
44 | 158 |
|
45 | 159 | ## 2022-02-22, Version 17.6.0 (Current), @BethGriggs prepared by @bengl
|
|
0 commit comments