Lines Matching full:https
55 * **deps**: add s390 asm rules for OpenSSL-1.1.1 (Shigeki Ohtsu) [#19794](https://github.com/nodejs…
56 * **src**: add .code and SSL specific error properties (Sam Roberts) [#25093](https://github.com/no…
58 * add --tls-min-v1.2 CLI switch (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
59 * supported shared openssl 1.1.0 (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
60 * revert default max toTLSv1.2 (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
61 …* revert change to invalid protocol error type (Sam Roberts) [#26951](https://github.com/nodejs/no…
62 * support TLSv1.3 (Sam Roberts) [#26209](https://github.com/nodejs/node/pull/26209)
63 …* add code for ERR\_TLS\_INVALID\_PROTOCOL\_METHOD (Sam Roberts) [#24729](https://github.com/nodej…
67 * [[`7da23dcbfa`](https://github.com/nodejs/node/commit/7da23dcbfa)] - **deps**: V8: backport 61f4c…
68 …db791d0fe`](https://github.com/nodejs/node/commit/8db791d0fe)] - **deps**: update archs files for …
69 …](https://github.com/nodejs/node/commit/1c98b720b1)] - **(SEMVER-MINOR)** **deps**: add s390 asm r…
70 …`d8cc478ae9`](https://github.com/nodejs/node/commit/d8cc478ae9)] - **deps**: upgrade openssl sourc…
71 …644`](https://github.com/nodejs/node/commit/fa6f0f1644)] - **doc**: describe tls.DEFAULT\_MIN\_VER…
72 …https://github.com/nodejs/node/commit/8b5d350a35)] - **(SEMVER-MINOR)** **src**: add .code and SSL…
73 …3555`](https://github.com/nodejs/node/commit/bf2c283555)] - **(SEMVER-MINOR)** **tls**: add --tls-…
74 …0f6`](https://github.com/nodejs/node/commit/7aeca270f6)] - **(SEMVER-MINOR)** **tls**: supported s…
75 …d2666e6ded`](https://github.com/nodejs/node/commit/d2666e6ded)] - **tls**: add debugging to native…
76 …25417b849`](https://github.com/nodejs/node/commit/225417b849)] - **tls**: add CHECK for impossible…
77 …7797`](https://github.com/nodejs/node/commit/109c097797)] - **(SEMVER-MINOR)** **tls**: revert def…
78 …`7393e37af1`](https://github.com/nodejs/node/commit/7393e37af1)] - **(SEMVER-MINOR)** **tls**: sup…
79 …https://github.com/nodejs/node/commit/8e14859459)] - **(SEMVER-MINOR)** **tls**: revert change to …
80 …https://github.com/nodejs/node/commit/00688b6042)] - **(SEMVER-MINOR)** **tls**: add code for ERR\…
87 * **child_process**: doc deprecate ChildProcess.\_channel (cjihrig) [#26982](https://github.com/nod…
88 * **deps**: update nghttp2 to 1.37.0 (gengjiawen) [#26990](https://github.com/nodejs/node/pull/2699…
90 * make dns.promises enumerable (cjihrig) [#26592](https://github.com/nodejs/node/pull/26592)
91 …* remove dns.promises experimental warning (cjihrig) [#26592](https://github.com/nodejs/node/pull/…
92 * **fs**: remove experimental warning for fs.promises (Anna Henningsen) [#26581](https://github.com…
93 * **stream**: make Symbol.asyncIterator support stable (Matteo Collina) [#26989](https://github.com…
94 * **worker**: use copy of process.env (Anna Henningsen) [#26544](https://github.com/nodejs/node/pul…
98 …f485b`](https://github.com/nodejs/node/commit/ca7c4f485b)] - **async_hooks**: minor cleanup and im…
99 …fa8166`](https://github.com/nodejs/node/commit/e9bffa8166)] - **benchmark**: improve module-loader…
100 …fb21d`](https://github.com/nodejs/node/commit/09d6dfb21d)] - **benchmark**: add new module loading…
101 …cb5b0`](https://github.com/nodejs/node/commit/5512ecb5b0)] - **benchmark**: tidy up eslint ignore …
102 …e4`](https://github.com/nodejs/node/commit/de937375e4)] - **benchmark**: remove unused field in cl…
103 …0aea4d1c77`](https://github.com/nodejs/node/commit/0aea4d1c77)] - **benchmark,lib**: change var to…
104 …`2ba58a6d54`](https://github.com/nodejs/node/commit/2ba58a6d54)] - **buffer**: fix concat error me…
105 …4786f47f`](https://github.com/nodejs/node/commit/a64786f47f)] - **build**: fix inspector dependenc…
106 …a30f3b7e`](https://github.com/nodejs/node/commit/19a30f3b7e)] - **build**: fix inspector dependenc…
107 …b5dbf9eb0`](https://github.com/nodejs/node/commit/ab5dbf9eb0)] - **build**: only emit download ICU…
108 …e43bd81a`](https://github.com/nodejs/node/commit/7fe43bd81a)] - **build**: remove unused label fro…
109 …bd6b5d57`](https://github.com/nodejs/node/commit/6cbd6b5d57)] - **build**: fix skipping of flaky t…
110 …69d12ca9f`](https://github.com/nodejs/node/commit/769d12ca9f)] - **build**: add a `Prepare ccache`…
111 …[`d8aaf2e0db`](https://github.com/nodejs/node/commit/d8aaf2e0db)] - **build,meta**: tweak Travis c…
112 …22377c`](https://github.com/nodejs/node/commit/b64b22377c)] - **build,win**: silence MSVC warning …
113 …67431f5`](https://github.com/nodejs/node/commit/23967431f5)] - **child_process**: doc deprecate Ch…
114 …`](https://github.com/nodejs/node/commit/4defe47228)] - **child_process**: reduce internal usage o…
115 * [[`e43dbaaba4`](https://github.com/nodejs/node/commit/e43dbaaba4)] - **console**: remove unreacha…
116 …(https://github.com/nodejs/node/commit/2b791d8697)] - **crypto**: fix crash of encrypted private k…
117 …(https://github.com/nodejs/node/commit/1d2f4c4c6f)] - **crypto**: fix crash of encrypted private k…
118 …3630`](https://github.com/nodejs/node/commit/98552f3630)] - **crypto**: allow undefined for saltLe…
119 …f0fb12`](https://github.com/nodejs/node/commit/db7df0fb12)] - **deps**: add ARM64 Windows configur…
120 …1eacc949`](https://github.com/nodejs/node/commit/341eacc949)] - **deps**: add ARM64 Windows suppor…
121 …00f293`](https://github.com/nodejs/node/commit/247700f293)] - **(SEMVER-MINOR)** **deps**: update …
122 …`af3ce38902`](https://github.com/nodejs/node/commit/af3ce38902)] - **dns**: refactor lib/internal/…
123 …109d14`](https://github.com/nodejs/node/commit/ac12109d14)] - **(SEMVER-MINOR)** **dns**: make dns…
124 …`](https://github.com/nodejs/node/commit/d3c1de313e)] - **(SEMVER-MINOR)** **dns**: remove dns.pro…
125 …[[`ff126ea13c`](https://github.com/nodejs/node/commit/ff126ea13c)] - **doc**: assign missed deprec…
126 * [[`51dad0aaca`](https://github.com/nodejs/node/commit/51dad0aaca)] - **doc**: fix default maxBuff…
127 …b73d301d`](https://github.com/nodejs/node/commit/7eb73d301d)] - **doc**: document the 'pause' and …
128 …ed2db8c`](https://github.com/nodejs/node/commit/57ced2db8c)] - **doc**: remove unnecessary intro i…
129 * [[`a5314a1af1`](https://github.com/nodejs/node/commit/a5314a1af1)] - **doc**: remove old system\_…
130 …d780f864b`](https://github.com/nodejs/node/commit/2d780f864b)] - **doc**: unify link formatting in…
131 …b6c5e2c`](https://github.com/nodejs/node/commit/6e3b6c5e2c)] - **doc**: unify periods in comments …
132 …fbf9`](https://github.com/nodejs/node/commit/5983cefbf9)] - **doc**: add notes about negative offs…
133 …67ff1378`](https://github.com/nodejs/node/commit/3567ff1378)] - **doc**: mark optional parameters …
134 …60b9`](https://github.com/nodejs/node/commit/eeee6360b9)] - **doc**: add note about Buffer octets …
135 …3d743`](https://github.com/nodejs/node/commit/c3d573d743)] - **doc**: fix error notes in `Buffer.f…
136 …a0e8087`](https://github.com/nodejs/node/commit/e18a0e8087)] - **doc**: unify number/integer types…
137 …`0d75adcd71`](https://github.com/nodejs/node/commit/0d75adcd71)] - **doc**: add missing types in b…
138 …`231eff92ca`](https://github.com/nodejs/node/commit/231eff92ca)] - **doc**: fix possible typo in b…
139 …79db3`](https://github.com/nodejs/node/commit/f475e79db3)] - **doc**: remove description duplicati…
140 …7c65914`](https://github.com/nodejs/node/commit/7b37c65914)] - **doc**: improve the doc of the 'in…
141 …[`c4b790b62b`](https://github.com/nodejs/node/commit/c4b790b62b)] - **doc**: move "Prints: ..." un…
142 …081`](https://github.com/nodejs/node/commit/0f08a8e081)] - **doc**: add information about modules …
143 …](https://github.com/nodejs/node/commit/b88871e80b)] - **doc**: list when promiseResolve hook was …
144 …1ea`](https://github.com/nodejs/node/commit/7a391961ea)] - **doc**: change code lang and update it…
145 …[[`17cc117f4a`](https://github.com/nodejs/node/commit/17cc117f4a)] - **doc**: update changelog for…
146 …fecccd5`](https://github.com/nodejs/node/commit/28efecccd5)] - **doc**: remove "How is an LTS rele…
147 …c30c082`](https://github.com/nodejs/node/commit/d76c30c082)] - **doc**: add note about mkdtemp() p…
148 …6be`](https://github.com/nodejs/node/commit/4a7a84a6be)] - **(SEMVER-MINOR)** **doc**: move dns.pr…
149 …d5198001`](https://github.com/nodejs/node/commit/25d5198001)] - **doc**: change links to https in …
150 * [[`a821a96b50`](https://github.com/nodejs/node/commit/a821a96b50)] - **doc**: correct typo: cert.…
151 …bff5ca0d`](https://github.com/nodejs/node/commit/17bff5ca0d)] - **doc**: remove reference to "cred…
152 …https://github.com/nodejs/node/commit/5e64acd66b)] - **(SEMVER-MINOR)** **embedding**: make `NewIs…
153 …https://github.com/nodejs/node/commit/7671a65dbb)] - **(SEMVER-MINOR)** **embedding**: refactor pu…
154 …47`](https://github.com/nodejs/node/commit/c756b84447)] - **errors**: make range mandatory in ERR\…
155 …https://github.com/nodejs/node/commit/3e386a77d5)] - **(SEMVER-MINOR)** **fs**: remove experimenta…
156 … [[`bb9f1cce42`](https://github.com/nodejs/node/commit/bb9f1cce42)] - **fs**: reduce usage of requ…
157 * [[`5a29a94f0e`](https://github.com/nodejs/node/commit/5a29a94f0e)] - **http**: reduce usage of pu…
158 …9e92`](https://github.com/nodejs/node/commit/760d089e92)] - **inspector**: display error when Togg…
159 …https://github.com/nodejs/node/commit/1b45704c19)] - **inspector**: patch C++ debug options instea…
160 …`100bfc5131`](https://github.com/nodejs/node/commit/100bfc5131)] - **meta**: move ofrobots to TSC …
161 …[`5c39687d01`](https://github.com/nodejs/node/commit/5c39687d01)] - **module**: add extra caching …
162 …b27d5eebb`](https://github.com/nodejs/node/commit/9b27d5eebb)] - **module**: add path to the modul…
163 * [[`3263264f43`](https://github.com/nodejs/node/commit/3263264f43)] - **module**: inline try catch…
164 …b`](https://github.com/nodejs/node/commit/079368a6ab)] - **module**: fix repl require calling the …
165 … [[`3c9292642d`](https://github.com/nodejs/node/commit/3c9292642d)] - **module**: simpler esm load…
166 …fd8de13bbe`](https://github.com/nodejs/node/commit/fd8de13bbe)] - **path**: refactor for less inde…
167 * [[`b62739c85c`](https://github.com/nodejs/node/commit/b62739c85c)] - **path**: remove dead code (…
168 …`bd006e1002`](https://github.com/nodejs/node/commit/bd006e1002)] - **path**: fix win32 parse regre…
169 …[[`a232cd60dd`](https://github.com/nodejs/node/commit/a232cd60dd)] - **process**: store argv in En…
170 …f468e`](https://github.com/nodejs/node/commit/4d06ef468e)] - **process**: run RunBootstrapping in …
171 …46`](https://github.com/nodejs/node/commit/a03552d246)] - **process**: handle --expose-internals d…
172 …](https://github.com/nodejs/node/commit/75c5d9c5b7)] - **process**: create legacy process properti…
173 …`](https://github.com/nodejs/node/commit/d4f95091d0)] - **process**: delay process.argv\[0\] and p…
174 … [[`6c40f7f940`](https://github.com/nodejs/node/commit/6c40f7f940)] - **querystring**: simplify st…
175 …https://github.com/nodejs/node/commit/dbd06088cf)] - **(SEMVER-MINOR)** **readline**: make Symbol.…
176 …fad3210c`](https://github.com/nodejs/node/commit/78fad3210c)] - **readline**: replace quadratic re…
177 * [[`003e085ab5`](https://github.com/nodejs/node/commit/003e085ab5)] - **report**: add cwd to repor…
178 …[`755609c682`](https://github.com/nodejs/node/commit/755609c682)] - **src**: prevent crash in TTYW…
179 …c034bdc`](https://github.com/nodejs/node/commit/32ec034bdc)] - **src**: use sizeof(var) instead of…
180 …391`](https://github.com/nodejs/node/commit/c537daf391)] - **src**: apply clang-tidy rule bugprone…
181 …`80694949f2`](https://github.com/nodejs/node/commit/80694949f2)] - **src**: elevate v8::Task names…
182 * [[`aa6a741102`](https://github.com/nodejs/node/commit/aa6a741102)] - **src**: replace c-style cas…
183 …b75c74`](https://github.com/nodejs/node/commit/f65cb75c74)] - **src**: remove internal includes fr…
184 …0ee1a3dbb`](https://github.com/nodejs/node/commit/d0ee1a3dbb)] - **src**: fix warning on mismatche…
185 …[[`fbdead7f35`](https://github.com/nodejs/node/commit/fbdead7f35)] - **src**: add missing uv\_fs\_…
186 …f242f`](https://github.com/nodejs/node/commit/729e2f242f)] - **src**: implement generic backend fo…
187 …40bcf0d`](https://github.com/nodejs/node/commit/d3840bcf0d)] - **src**: allow per-Environment set …
188 …https://github.com/nodejs/node/commit/e776b013ad)] - **src**: do not call into JS in the maxAsyncC…
189 …0427354a98`](https://github.com/nodejs/node/commit/0427354a98)] - **src**: delete useless code in …
190 …`6bfb17f528`](https://github.com/nodejs/node/commit/6bfb17f528)] - **src**: fix task release in ca…
191 …69731755`](https://github.com/nodejs/node/commit/c969731755)] - **src**: use deleted function for …
192 …824127756`](https://github.com/nodejs/node/commit/c824127756)] - **src**: delete unused field in c…
193 …[`ea7e2c0666`](https://github.com/nodejs/node/commit/ea7e2c0666)] - **src**: tidy up include heade…
194 …def0701e`](https://github.com/nodejs/node/commit/c1def0701e)] - **src**: delete unreachable code i…
195 …cc9e85b`](https://github.com/nodejs/node/commit/c51cc9e85b)] - **src**: apply clang-tidy rule mode…
196 …[[`ab70c96a79`](https://github.com/nodejs/node/commit/ab70c96a79)] - **src**: refactor coverage co…
197 …](https://github.com/nodejs/node/commit/63e7cc7694)] - **src**: forbid access to CLI options befor…
198 …6c1ad5901`](https://github.com/nodejs/node/commit/e6c1ad5901)] - **src**: fix warnings around node…
199 …`](https://github.com/nodejs/node/commit/62f904974d)] - **src**: refactor node options parsers to …
200 …https://github.com/nodejs/node/commit/b29afa212a)] - **(SEMVER-MINOR)** **stream**: make Symbol.as…
201 …](https://github.com/nodejs/node/commit/ea47189b40)] - **stream**: do not unconditionally call `_r…
202 …](https://github.com/nodejs/node/commit/b359a7a7e5)] - **test**: make module test pass with NODE\_…
203 …`](https://github.com/nodejs/node/commit/1b2a07855a)] - **test**: remove test-trace-events-api-wor…
204 …c6547c0`](https://github.com/nodejs/node/commit/ecac6547c0)] - **test**: move test that creates 1G…
205 …19d60d9`](https://github.com/nodejs/node/commit/35119d60d9)] - **test**: add IPv6 brackets but no …
206 …04d`](https://github.com/nodejs/node/commit/8258f0704d)] - **test**: remove unused triggerAsyncId …
207 * [[`06dce392ba`](https://github.com/nodejs/node/commit/06dce392ba)] - **test**: fix error code typ…
208 …](https://github.com/nodejs/node/commit/e5181f8dc4)] - **test**: simplify for loop in test-buffer-…
209 …30d7e4bf`](https://github.com/nodejs/node/commit/9330d7e4bf)] - **test**: add known\_issues test f…
210 …`](https://github.com/nodejs/node/commit/fd6381b056)] - **test**: remove test-path-parse-6229.js f…
211 … [[`edad9afaf8`](https://github.com/nodejs/node/commit/edad9afaf8)] - **test**: move hasCrypto che…
212 …7c6`](https://github.com/nodejs/node/commit/2ef1bd97c6)] - **test**: do not require flags when exe…
213 …[`a1cf7453d8`](https://github.com/nodejs/node/commit/a1cf7453d8)] - **test**: refactor path parse …
214 …7`](https://github.com/nodejs/node/commit/80e845e787)] - **test**: add test about unencrypted PKCS…
215 …d649655`](https://github.com/nodejs/node/commit/03bd649655)] - **test**: show stderr on v8 coverag…
216 …https://github.com/nodejs/node/commit/b24e45ab8d)] - **(SEMVER-MINOR)** **timers**: deprecate acti…
217 * [[`3ff3070442`](https://github.com/nodejs/node/commit/3ff3070442)] - **tools**: fix `test.py --ti…
218 * [[`7cbe1214d0`](https://github.com/nodejs/node/commit/7cbe1214d0)] - **tools**: update ESLint to …
219 …86aaa`](https://github.com/nodejs/node/commit/dc9ce86aaa)] - **tools**: update dependencies in lin…
220 …98db3bf3`](https://github.com/nodejs/node/commit/8798db3bf3)] - **url**: add ws: and wss: to slash…
221 …789`](https://github.com/nodejs/node/commit/12737b3789)] - **util**: `inspect()` should not exceed…
222 …https://github.com/nodejs/node/commit/0f615d4216)] - **util**: add subclass and null prototype sup…
223 …`1aa6e993e3`](https://github.com/nodejs/node/commit/1aa6e993e3)] - **util**: fix map entries inspe…
224 …[`1b08e622aa`](https://github.com/nodejs/node/commit/1b08e622aa)] - **util**: improve proxy inspec…
225 …`21486e5c97`](https://github.com/nodejs/node/commit/21486e5c97)] - **util**: extract uncurryThis f…
226 …9f3f7166`](https://github.com/nodejs/node/commit/169f3f7166)] - **util**: require `isNativeError` …
227 …[[`8bd7909d00`](https://github.com/nodejs/node/commit/8bd7909d00)] - **worker**: use copy of proce…
228 …10581`](https://github.com/nodejs/node/commit/682b410581)] - **worker**: allow execArgv and eval i…
229 …4`](https://github.com/nodejs/node/commit/5d9f819a14)] - **worker**: remove usage of require('util…
230 …[`44450efa6b`](https://github.com/nodejs/node/commit/44450efa6b)] - **worker**: remove usage of re…
238 …* Allow deriving public from private keys (Tobias Nießen) [#26278](https://github.com/nodejs/node/…
240 …* Added a `once` function to use `EventEmitter` with promises (Matteo Collina) [#26078](https://gi…
242 …* Added a `hasColors` method to `WriteStream` (Ruben Bridgewater) [#26247](https://github.com/node…
243 …* Added NO\_COLOR and FORCE\_COLOR support (Ruben Bridgewater) [#26485](https://github.com/nodejs/…
245 …the format used by tools such as Chrome DevTools (James M Snell) [#26501](https://github.com/nodej…
247 … isolation that the vm module seeks to provide (Anna Henningsen) [#26497](https://github.com/nodej…
249 …async_hooks`, since that has `Promise` support (Anna Henningsen) [#26529](https://github.com/nodej…
250 …* Added a `Stop` API to shut down Node.js while it is running (Gireesh Punathil) [#21283](https://…
252 …* [Gireesh Punathil](https://github.com/gireeshpunathil) is now a member of the Technical Steering…
253 …* Added [Yongsheng Zhang](https://github.com/ZYSzys) to collaborators [#26730](https://github.com/…
257 …6792`](https://github.com/nodejs/node/commit/a2d2756792)] - **assert**: reduce internal usage of p…
258 …40b`](https://github.com/nodejs/node/commit/db7c4ac40b)] - **assert**: reduce internal usage of pu…
259 …(https://github.com/nodejs/node/commit/3ab438aa17)] - **benchmark**: replace deprecated and elimin…
260 * [[`0e4ae00676`](https://github.com/nodejs/node/commit/0e4ae00676)] - **benchmark**: use gfm for c…
261 …`509ad40348`](https://github.com/nodejs/node/commit/509ad40348)] - **build**: restore running test…
262 …80c792be`](https://github.com/nodejs/node/commit/b480c792be)] - **build**: temporarily don't run t…
263 …[`4163864be5`](https://github.com/nodejs/node/commit/4163864be5)] - **build**: use Xenial and gcc …
264 …68cdc`](https://github.com/nodejs/node/commit/e39a468cdc)] - **child_process**: ensure message san…
265 * [[`f263f98d5a`](https://github.com/nodejs/node/commit/f263f98d5a)] - **console**: remove unreacha…
266 … [[`e49cd40789`](https://github.com/nodejs/node/commit/e49cd40789)] - **console**: fix trace funct…
267 …f27f`](https://github.com/nodejs/node/commit/f2a07df27f)] - **crypto**: improve error handling in …
268 …https://github.com/nodejs/node/commit/ed7599bf36)] - **(SEMVER-MINOR)** **crypto**: allow deriving…
269 …57aed`](https://github.com/nodejs/node/commit/74c6f57aed)] - **(SEMVER-MINOR)** **crypto**: expose…
270 * [[`54ffe61c56`](https://github.com/nodejs/node/commit/54ffe61c56)] - **deps**: upgrade to libuv 1…
271 …`dae1e301c6`](https://github.com/nodejs/node/commit/dae1e301c6)] - **dgram**: remove usage of publ…
272 …bb44`](https://github.com/nodejs/node/commit/119f83bb44)] - **doc**: mark settings as optional and…
273 …cfe293`](https://github.com/nodejs/node/commit/a545cfe293)] - **doc**: edit "How Can I Help?" in C…
274 …cc4f220c`](https://github.com/nodejs/node/commit/14cc4f220c)] - **doc**: add option to require 'pr…
275 …[`977f5acd04`](https://github.com/nodejs/node/commit/977f5acd04)] - **doc**: minor edit to worker\…
276 …8e6ec7dd5`](https://github.com/nodejs/node/commit/78e6ec7dd5)] - **doc**: edit LTS material in Col…
277 …2c816c`](https://github.com/nodejs/node/commit/7e072c816c)] - **doc**: change error message to 'no…
278 …34cd8ee`](https://github.com/nodejs/node/commit/c7b34cd8ee)] - **doc**: fix comma of the list in w…
279 …[[`560ff919b2`](https://github.com/nodejs/node/commit/560ff919b2)] - **doc**: remove discord commu…
280 …`](https://github.com/nodejs/node/commit/fc0aa50c3d)] - **doc**: remove How Does LTS Work section …
281 …f6d877a`](https://github.com/nodejs/node/commit/bc9f6d877a)] - **doc**: condense LTS material in C…
282 …https://github.com/nodejs/node/commit/8de9fe94a0)] - **doc**: document `error` event is optionally…
283 …2ca33d`](https://github.com/nodejs/node/commit/148c2ca33d)] - **doc**: add Note of options.stdio i…
284 …aba162`](https://github.com/nodejs/node/commit/0303aba162)] - **doc**: update spawnSync() status v…
285 * [[`6744b8cb43`](https://github.com/nodejs/node/commit/6744b8cb43)] - **doc**: add ZYSzys to colla…
286 …[[`0c06631a71`](https://github.com/nodejs/node/commit/0c06631a71)] - **doc**: simplify force-push …
287 …[[`b38cf49094`](https://github.com/nodejs/node/commit/b38cf49094)] - **doc**: make RFC references …
288 …a2835f4`](https://github.com/nodejs/node/commit/1f0a2835f4)] - **doc**: note about DNS ANY queries…
289 … [[`cfa152b589`](https://github.com/nodejs/node/commit/cfa152b589)] - **doc**: simplify Troublesho…
290 …96c`](https://github.com/nodejs/node/commit/e8e8eac96c)] - **doc**: update copy/paste error messag…
291 * [[`3b471db14a`](https://github.com/nodejs/node/commit/3b471db14a)] - **doc**: add Gireesh to TSC …
292 …8cf43a3c`](https://github.com/nodejs/node/commit/058cf43a3c)] - **doc**: edit "Technical How-To" s…
293 … [[`9a5c1495b1`](https://github.com/nodejs/node/commit/9a5c1495b1)] - **errors**: remove usage of …
294 …[`7022609dcc`](https://github.com/nodejs/node/commit/7022609dcc)] - **events**: load internal/erro…
295 …https://github.com/nodejs/node/commit/df55731918)] - **(SEMVER-MINOR)** **events**: add once metho…
296 …6d5f3`](https://github.com/nodejs/node/commit/c96946d5f3)] - **http**: delay ret declaration in me…
297 …[`15af5193af`](https://github.com/nodejs/node/commit/15af5193af)] - **http2**: reduce usage of req…
298 …1073e54ad6`](https://github.com/nodejs/node/commit/1073e54ad6)] - **http2**: delete unused enum in…
299 …https://github.com/nodejs/node/commit/3574b62717)] - **inspector**: always set process.binding('in…
300 …[[`cc4a25a1a9`](https://github.com/nodejs/node/commit/cc4a25a1a9)] - **lib**: lazy load `v8` in er…
301 * [[`5f3b850da5`](https://github.com/nodejs/node/commit/5f3b850da5)] - **lib**: reduce usage of req…
302 * [[`bf2b57e46f`](https://github.com/nodejs/node/commit/bf2b57e46f)] - **lib**: remove usage of req…
303 * [[`64a92290c0`](https://github.com/nodejs/node/commit/64a92290c0)] - **lib**: remove usage of req…
304 …01bf`](https://github.com/nodejs/node/commit/bff5d301bf)] - **lib**: move extra properties into er…
305 * [[`e916a2ad54`](https://github.com/nodejs/node/commit/e916a2ad54)] - **lib**: remove usage of req…
306 …f3f152`](https://github.com/nodejs/node/commit/cc76f3f152)] - **lib**: use Array#includes instead …
307 …](https://github.com/nodejs/node/commit/a44f98e333)] - **lib**: run prepareMainThreadExecution for…
308 …[`1c1305dbc1`](https://github.com/nodejs/node/commit/1c1305dbc1)] - **lib**: make lowerProto scope…
309 …85e7`](https://github.com/nodejs/node/commit/9ce08c85e7)] - **lib**: explicitly initialize debuglo…
310 …https://github.com/nodejs/node/commit/b75af1537d)] - **lib**: move format and formatWithOptions in…
311 …https://github.com/nodejs/node/commit/235bb733a6)] - **module**: do not share the internal require…
312 …9d`](https://github.com/nodejs/node/commit/4cafd7419d)] - **module**: remove usage of require('uti…
313 …ddfa`](https://github.com/nodejs/node/commit/037e3fddfa)] - **module**: remove usage of require('u…
314 …5e04`](https://github.com/nodejs/node/commit/414d6f5e04)] - **module**: remove usage of require('u…
315 … [[`fbe6d30bcf`](https://github.com/nodejs/node/commit/fbe6d30bcf)] - **module**: remove usage of …
316 …75e06`](https://github.com/nodejs/node/commit/a20bf75e06)] - ***Revert*** "**net**: remove usage o…
317 * [[`5e06c3bc0b`](https://github.com/nodejs/node/commit/5e06c3bc0b)] - **net**: remove usage of req…
318 * [[`24e96b24cf`](https://github.com/nodejs/node/commit/24e96b24cf)] - **net**: some scattered clea…
319 …de353b75d5`](https://github.com/nodejs/node/commit/de353b75d5)] - **perf_hooks**: load internal/er…
320 …3c6`](https://github.com/nodejs/node/commit/0bd82c93c6)] - **perf_hooks**: reset prev\_ before sta…
321 …(https://github.com/nodejs/node/commit/c127bec4ab)] - **policy**: reduce internal usage of public …
322 …](https://github.com/nodejs/node/commit/899de0a7c7)] - **process**: check no handle or request is …
323 …](https://github.com/nodejs/node/commit/57d302b563)] - **process**: delay creation of process.env …
324 …55de69596`](https://github.com/nodejs/node/commit/255de69596)] - **process**: refactor global.queu…
325 …(https://github.com/nodejs/node/commit/1481e5b5c1)] - **process**: set the trace category update h…
326 …b`](https://github.com/nodejs/node/commit/be3ea2a1eb)] - **process**: handle node --debug deprecat…
327 …6`](https://github.com/nodejs/node/commit/8b65aa73f6)] - **process**: make stdout and stderr emit …
328 …ca00`](https://github.com/nodejs/node/commit/dd2f2cca00)] - **process**: remove usage of require('…
329 …https://github.com/nodejs/node/commit/41761cc4a6)] - **process**: load internal/async\_hooks befor…
330 …https://github.com/nodejs/node/commit/b0afac2833)] - **process**: call prepareMainThreadExecution …
331 …](https://github.com/nodejs/node/commit/cf1117a818)] - **process**: move deprecation warning setup…
332 …(https://github.com/nodejs/node/commit/4200fc30bd)] - **process**: handle process.env.NODE\_V8\_CO…
333 …fc`](https://github.com/nodejs/node/commit/cc606e2dfc)] - **process**: set up process warning hand…
334 …`](https://github.com/nodejs/node/commit/03dba720da)] - **process**: call `prepareMainThreadExecut…
335 …d5a448`](https://github.com/nodejs/node/commit/04e9d5a448)] - **repl**: remove usage of require('u…
336 …[`e8412bc213`](https://github.com/nodejs/node/commit/e8412bc213)] - **repl**: remove redundant ini…
337 * [[`5b8eae4ea7`](https://github.com/nodejs/node/commit/5b8eae4ea7)] - **report**: remove duplicate…
338 … [[`01778f525b`](https://github.com/nodejs/node/commit/01778f525b)] - **report**: tidy up included…
339 …4187638c`](https://github.com/nodejs/node/commit/5c4187638c)] - **report**: use LocalTime from Dia…
340 …20941`](https://github.com/nodejs/node/commit/e3bae20941)] - **report**: use DiagnosticFilename fo…
341 …b4553401c`](https://github.com/nodejs/node/commit/1b4553401c)] - **report**: remove unnecessary re…
342 …2`](https://github.com/nodejs/node/commit/f50c9c6ae2)] - **src**: move ShouldNotAbortOnUncaughtSco…
343 …5c`](https://github.com/nodejs/node/commit/7e7f07755c)] - **src**: move TrackingTraceStateObserver…
344 …`bc69a81276`](https://github.com/nodejs/node/commit/bc69a81276)] - **src**: move TickInfo out of E…
345 …95e5e9e75`](https://github.com/nodejs/node/commit/495e5e9e75)] - **src**: move ImmediateInfo out o…
346 …220cc4`](https://github.com/nodejs/node/commit/6de1220cc4)] - **src**: move AsyncCallbackScope out…
347 …4af9ff00ff`](https://github.com/nodejs/node/commit/4af9ff00ff)] - **src**: move AsyncHooks out of …
348 …39ba3f`](https://github.com/nodejs/node/commit/3d9839ba3f)] - **src**: add include guard for trace…
349 …1d8f8a`](https://github.com/nodejs/node/commit/13eb1d8f8a)] - **src**: store onread callback in in…
350 …67c6ce`](https://github.com/nodejs/node/commit/220f67c6ce)] - **src**: guard exit label when inspe…
351 …`54753f2446`](https://github.com/nodejs/node/commit/54753f2446)] - **src**: micro-optimize ALPN ne…
352 …7c0f`](https://github.com/nodejs/node/commit/6de2437c0f)] - **src**: apply clang-tidy readability-…
353 …4643f`](https://github.com/nodejs/node/commit/de5034643f)] - **src**: apply clang-tidy performance…
354 …79d6895484`](https://github.com/nodejs/node/commit/79d6895484)] - **src**: initialize worker's sta…
355 …9e`](https://github.com/nodejs/node/commit/6911678f9e)] - **src**: use explicit casts to silence c…
356 …a5f`](https://github.com/nodejs/node/commit/26361d1a5f)] - **src**: add fast path for equal size t…
357 …fb`](https://github.com/nodejs/node/commit/f597b37efb)] - **src**: do not make `Resize(0)`’d buffe…
358 …c3af7f3e`](https://github.com/nodejs/node/commit/14c3af7f3e)] - **src**: only open HandleScope whe…
359 …d5d8e308c`](https://github.com/nodejs/node/commit/ad5d8e308c)] - **src**: refactor thread stopping…
360 …https://github.com/nodejs/node/commit/d075814149)] - **src**: replace heap\_utils.createHeapSnapsh…
361 …bfadec3`](https://github.com/nodejs/node/commit/eafbfadec3)] - **src**: elevate v8 namespaces for …
362 …`15ec381944`](https://github.com/nodejs/node/commit/15ec381944)] - **src**: use EVPKeyPointer in m…
363 …23`](https://github.com/nodejs/node/commit/2d2b6a8c23)] - **src**: remove unused variable in class…
364 …https://github.com/nodejs/node/commit/3637e71328)] - **src**: use deleted function instead of priv…
365 …b8a891d8`](https://github.com/nodejs/node/commit/51b8a891d8)] - **src**: inline macro DISALLOW\_CO…
366 …f259`](https://github.com/nodejs/node/commit/6c90b7f259)] - **(SEMVER-MINOR)** **src**: shutdown n…
367 …5b645d60`](https://github.com/nodejs/node/commit/925b645d60)] - **src**: remove usage of deprecate…
368 …c4a`](https://github.com/nodejs/node/commit/d0801a1c4a)] - **(SEMVER-MINOR)** **src**: deprecate A…
369 …](https://github.com/nodejs/node/commit/a13f0a6362)] - **(SEMVER-MINOR)** **src**: add public API …
370 …https://github.com/nodejs/node/commit/1e669b2e2e)] - **(SEMVER-MINOR)** **src,lib**: make DOMExcep…
371 …https://github.com/nodejs/node/commit/e044563bb0)] - **(SEMVER-MINOR)** **src,lib**: allow running…
372 …a57a4`](https://github.com/nodejs/node/commit/8ba0da57a4)] - **src,win**: fix usage of deprecated …
373 …bf509a3`](https://github.com/nodejs/node/commit/249bf509a3)] - **stream**: fix regression introduc…
374 …https://github.com/nodejs/node/commit/0b2f900c9a)] - **stream**: make sure 'readable' is emitted b…
375 …4`](https://github.com/nodejs/node/commit/b552139554)] - **stream**: reduce internal usage of publ…
376 …ef0a295cf`](https://github.com/nodejs/node/commit/9ef0a295cf)] - **test**: refactor trace event ca…
377 …`5d992f5ef7`](https://github.com/nodejs/node/commit/5d992f5ef7)] - **test**: delete pummel/test-dt…
378 …cae010ea0`](https://github.com/nodejs/node/commit/3cae010ea0)] - **test**: refactor test-https-con…
379 …`](https://github.com/nodejs/node/commit/838fb95059)] - **test**: replace localhost IP with 'local…
380 …205787`](https://github.com/nodejs/node/commit/011c205787)] - **test**: use common.PORT instead of…
381 …4b751`](https://github.com/nodejs/node/commit/4919e4b751)] - **test**: move test-https-connect-loc…
382 …ba134a`](https://github.com/nodejs/node/commit/57d3ba134a)] - **test**: refactor test-dgram-broadc…
383 …`352c31cd7e`](https://github.com/nodejs/node/commit/352c31cd7e)] - **test**: strengthen test-worke…
384 …`963d7d1f4d`](https://github.com/nodejs/node/commit/963d7d1f4d)] - **test**: move pummel tls test …
385 …8ca7d56b2c`](https://github.com/nodejs/node/commit/8ca7d56b2c)] - **test**: fix pummel/test-tls-se…
386 …`41bd7a62e9`](https://github.com/nodejs/node/commit/41bd7a62e9)] - **test**: complete console.asse…
387 …88f6e`](https://github.com/nodejs/node/commit/6874288f6e)] - **test**: fix test-console-stdio-sett…
388 …`1458711846`](https://github.com/nodejs/node/commit/1458711846)] - **test**: remove internal error…
389 …487d6`](https://github.com/nodejs/node/commit/c535e487d6)] - **test**: refresh tmpdir in child-pro…
390 …[[`7ebd6bdf87`](https://github.com/nodejs/node/commit/7ebd6bdf87)] - **test**: optimize test-http2…
391 …83002274`](https://github.com/nodejs/node/commit/9c83002274)] - **test**: use EC cert property now…
392 …0a1`](https://github.com/nodejs/node/commit/ea425140a1)] - **test**: add fs.watchFile() + worker.t…
393 * [[`2d689888b8`](https://github.com/nodejs/node/commit/2d689888b8)] - **test**: update test for li…
394 * [[`31995e4cd2`](https://github.com/nodejs/node/commit/31995e4cd2)] - **test**: fix intrinsics tes…
395 …[[`c65ff3df6d`](https://github.com/nodejs/node/commit/c65ff3df6d)] - **test**: fix test-heapdump-w…
396 …75ddcbf10`](https://github.com/nodejs/node/commit/875ddcbf10)] - **test**: remove unnecessary semi…
397 …(https://github.com/nodejs/node/commit/892282ddb3)] - **test**: whitelist the expected modules in …
398 …(https://github.com/nodejs/node/commit/e5312585c1)] - **(SEMVER-MINOR)** **test**: make cctest ful…
399 …`](https://github.com/nodejs/node/commit/00a6f7686e)] - **test,console**: add testing for monkeypa…
400 …834039`](https://github.com/nodejs/node/commit/a640834039)] - **timers**: move big impl comment to…
401 …ec652ad38`](https://github.com/nodejs/node/commit/3ec652ad38)] - **timers**: fix refresh inside ca…
402 …a5bcc98`](https://github.com/nodejs/node/commit/1f4a5bcc98)] - **timers**: refactor timer callback…
403 …[`ebb0c2a44e`](https://github.com/nodejs/node/commit/ebb0c2a44e)] - **timers**: reduce usage of pu…
404 …`e6367c2da5`](https://github.com/nodejs/node/commit/e6367c2da5)] - **timers**: refactor to use mod…
405 …`](https://github.com/nodejs/node/commit/92b666a6b7)] - **tools**: windows\_boxstarter "choco inst…
406 …50dbc`](https://github.com/nodejs/node/commit/d80cd50dbc)] - **tools**: remove eslint rule no-let-…
407 … [[`fef2a54a4e`](https://github.com/nodejs/node/commit/fef2a54a4e)] - **tools**: enable getter-ret…
408 * [[`08383a7bb6`](https://github.com/nodejs/node/commit/08383a7bb6)] - **tools**: update ESLint to …
409 * [[`30d7f67e0f`](https://github.com/nodejs/node/commit/30d7f67e0f)] - **tools**: update ESLint to …
410 …5b290ef`](https://github.com/nodejs/node/commit/1385b290ef)] - **tools**: update lint-md.js to lin…
411 …cda51440`](https://github.com/nodejs/node/commit/72cda51440)] - **tools**: tidy function arguments…
412 …`0f9a779da8`](https://github.com/nodejs/node/commit/0f9a779da8)] - **trace_events**: remove usage …
413 * [[`83f6ec8876`](https://github.com/nodejs/node/commit/83f6ec8876)] - **tty**: remove util.inherit…
414 …https://github.com/nodejs/node/commit/8cafd83ba7)] - **(SEMVER-MINOR)** **tty**: add NO\_COLOR and…
415 …0bc1`](https://github.com/nodejs/node/commit/070faf0bc1)] - **(SEMVER-MINOR)** **tty**: add hasCol…
416 …[[`04c7db3638`](https://github.com/nodejs/node/commit/04c7db3638)] - **url**: remove usage of requ…
417 …2`](https://github.com/nodejs/node/commit/9092e12b82)] - **(SEMVER-MINOR)** **v8**: integrate node…
418 …`](https://github.com/nodejs/node/commit/4314dbfce9)] - **worker**: create per-Environment message…
419 …https://github.com/nodejs/node/commit/3c6f12c965)] - **(SEMVER-MINOR)** **worker**: implement work…
427 …* Add experimental `--frozen-intrinsics` flag (Guy Bedford) [#25685](https://github.com/nodejs/nod…
429 …* Enable v8's siphash for hash seed creation (Rod Vagg) [#26367](https://github.com/nodejs/node/pu…
431 * Upgrade openssl to 1.1.1b (Sam Roberts) [#26327](https://github.com/nodejs/node/pull/26327)
433 …* Make `process[Symbol.toStringTag]` writable again (Ruben Bridgewater) [#26488](https://github.co…
435 …* Add `util.inspect.replDefaults` to customize the writer (Ruben Bridgewater) [#26375](https://git…
437 …* Rename `triggerReport()` to `writeReport()` (Colin Ihrig) [#26527](https://github.com/nodejs/nod…
441 …142a92ffaf`](https://github.com/nodejs/node/commit/142a92ffaf)] - **benchmark**: refactor path ben…
442 …d76f32`](https://github.com/nodejs/node/commit/52a0d76f32)] - **benchmark,doc,lib,test**: capitali…
443 …67f`](https://github.com/nodejs/node/commit/f79cf7067f)] - **benchmark,lib**: add process.hrtime.b…
444 …https://github.com/nodejs/node/commit/3e54f90911)] - **(SEMVER-MINOR)** **bootstrap**: experimenta…
445 …`](https://github.com/nodejs/node/commit/68bb1e9fd8)] - **buffer**: do not affect memory after tar…
446 …cb9da57`](https://github.com/nodejs/node/commit/9b1cb9da57)] - **build**: enable v8's siphash for …
447 …2b4`](https://github.com/nodejs/node/commit/b2e27a02b4)] - ***Revert*** "**build**: silence cpp li…
448 …e933f4`](https://github.com/nodejs/node/commit/240de933f4)] - **build**: indicate that configure h…
449 …`02faa1a50c`](https://github.com/nodejs/node/commit/02faa1a50c)] - **build,deps**: less warnings f…
450 …1538ef`](https://github.com/nodejs/node/commit/c2471538ef)] - **build,win**: simplify new `msbuild…
451 …8c864deaa4`](https://github.com/nodejs/node/commit/8c864deaa4)] - **child_process**: fire close ev…
452 …d92a`](https://github.com/nodejs/node/commit/cba23ed92a)] - **cluster**: refactor empty for in rou…
453 * [[`2a3cca7ec5`](https://github.com/nodejs/node/commit/2a3cca7ec5)] - **cluster**: improve for-loo…
454 …87fd5f3`](https://github.com/nodejs/node/commit/b9787fd5f3)] - **crypto**: check for invalid chach…
455 …ea8add3`](https://github.com/nodejs/node/commit/991ea8add3)] - **crypto**: simplify GetPublicOrPri…
456 …](https://github.com/nodejs/node/commit/7155aafbab)] - **crypto**: don't call SSL\_CTX\_set\_ciphe…
457 * [[`01e69f948d`](https://github.com/nodejs/node/commit/01e69f948d)] - **deps**: v8, backport 2d089…
458 …[`28dc54bc56`](https://github.com/nodejs/node/commit/28dc54bc56)] - **deps**: update OpenSSL upgra…
459 …264a5`](https://github.com/nodejs/node/commit/58957264a5)] - **deps**: openssl-1.1.1b no longer pa…
460 …8079caffa`](https://github.com/nodejs/node/commit/88079caffa)] - **deps**: update archs files for …
461 …`71c4d75c08`](https://github.com/nodejs/node/commit/71c4d75c08)] - **deps**: upgrade openssl sourc…
462 …(https://github.com/nodejs/node/commit/dd95d072af)] - ***Revert*** "**deps**: remove OpenSSL git a…
463 …[[`0fc975ddc2`](https://github.com/nodejs/node/commit/0fc975ddc2)] - **deps,tools**: include SipHa…
464 …`b9cfaa3c65`](https://github.com/nodejs/node/commit/b9cfaa3c65)] - **doc**: fix misleading sentenc…
465 * [[`6f685706a0`](https://github.com/nodejs/node/commit/6f685706a0)] - **doc**: fix typo in http2.m…
466 …2aaee0ffd`](https://github.com/nodejs/node/commit/e2aaee0ffd)] - **doc**: edit "Using git-node" se…
467 …7`](https://github.com/nodejs/node/commit/667a4026e7)] - **doc**: add version for http.createServe…
468 …3`](https://github.com/nodejs/node/commit/fdad4d2673)] - **doc**: document diverging MessagePort.o…
469 …ad9929d12`](https://github.com/nodejs/node/commit/5ad9929d12)] - **doc**: add inspector API exampl…
470 * [[`76c22f8f6f`](https://github.com/nodejs/node/commit/76c22f8f6f)] - **doc**: edit Landing Pull R…
471 …14ad11e2b`](https://github.com/nodejs/node/commit/414ad11e2b)] - **doc**: document fake ENOTFOUND …
472 …fb436`](https://github.com/nodejs/node/commit/7323ffb436)] - **doc**: add decode() & encode() meth…
473 * [[`931174fd54`](https://github.com/nodejs/node/commit/931174fd54)] - **doc**: remove tsc-review (…
474 …3758f`](https://github.com/nodejs/node/commit/124203758f)] - **doc**: update partner communities l…
475 …[`693505b006`](https://github.com/nodejs/node/commit/693505b006)] - **doc**: fix nits in writing-t…
476 * [[`5897bf4621`](https://github.com/nodejs/node/commit/5897bf4621)] - **doc**: edit "Involving the…
477 …d79550c7`](https://github.com/nodejs/node/commit/e3d79550c7)] - **doc**: add guidance on console o…
478 …962d7`](https://github.com/nodejs/node/commit/2ee9a962d7)] - **doc**: add caveat and tradeoff exam…
479 …45c28b20`](https://github.com/nodejs/node/commit/9945c28b20)] - **doc**: standardize on End-of-Lif…
480 …59fbec`](https://github.com/nodejs/node/commit/6cc559fbec)] - **doc**: add missing https Agent max…
481 …8d26a`](https://github.com/nodejs/node/commit/ca2328d26a)] - **doc**: edit deprecation section of …
482 …6a4`](https://github.com/nodejs/node/commit/05b92c96a4)] - **doc**: fix the example implementation…
483 …b8297d05b`](https://github.com/nodejs/node/commit/8b8297d05b)] - **doc**: clarify http.Agent const…
484 * [[`9299fb8856`](https://github.com/nodejs/node/commit/9299fb8856)] - **doc**: update AUTHORS list…
485 …e9e526c5`](https://github.com/nodejs/node/commit/d2e9e526c5)] - **doc**: hello addon example shoul…
486 * [[`7e40ce1e9f`](https://github.com/nodejs/node/commit/7e40ce1e9f)] - **doc**: fix nits in report …
487 …[[`e79f0c23ad`](https://github.com/nodejs/node/commit/e79f0c23ad)] - **doc**: fix up N-API support…
488 …f789`](https://github.com/nodejs/node/commit/56adebf789)] - **domain**: set `.domain` non-enumerab…
489 * [[`8b0164aa26`](https://github.com/nodejs/node/commit/8b0164aa26)] - **events**: improve for-loop…
490 …`83fba1ebf2`](https://github.com/nodejs/node/commit/83fba1ebf2)] - **events**: onceWrapper returns…
491 …d908939d`](https://github.com/nodejs/node/commit/16d908939d)] - **http**: send connection: close w…
492 …64`](https://github.com/nodejs/node/commit/bf7a52b764)] - **http**: improve for-loop readability i…
493 …d8c608`](https://github.com/nodejs/node/commit/c661d8c608)] - **http**: remove unused variable in …
494 …e`](https://github.com/nodejs/node/commit/4886fbfbee)] - **http**: check for existance in resetHea…
495 …`](https://github.com/nodejs/node/commit/6adcc6f574)] - **http2**: `Http2ServerResponse.end()` sho…
496 …29b0c04cf`](https://github.com/nodejs/node/commit/529b0c04cf)] - **http2**: refactor deprecated me…
497 …6c653d4d`](https://github.com/nodejs/node/commit/4b6c653d4d)] - **https**: add missing localPort w…
498 …04e0e02`](https://github.com/nodejs/node/commit/6b004e0e02)] - **lib**: refactor deprecated functi…
499 …(https://github.com/nodejs/node/commit/f128008474)] - **lib**: import TextEncoder and TextDecoder …
500 …19503`](https://github.com/nodejs/node/commit/fe6c419503)] - **lib**: migrate process.binding to i…
501 …98d84735`](https://github.com/nodejs/node/commit/9398d84735)] - **lib,src**: remove usage of \_ext…
502 …4e81`](https://github.com/nodejs/node/commit/1fa5004e81)] - **lib,test**: improve faulty assert us…
503 …04ed96`](https://github.com/nodejs/node/commit/8e7204ed96)] - **n-api**: improve performance creat…
504 …b94`](https://github.com/nodejs/node/commit/c14aa07b94)] - **net**: use kHandle symbol for accessi…
505 …a8f9316`](https://github.com/nodejs/node/commit/275a8f9316)] - **process**: make Symbol.toStringTa…
506 …`](https://github.com/nodejs/node/commit/ceebbfb869)] - **process**: add --pending-deprecation to …
507 …`1a0004d08e`](https://github.com/nodejs/node/commit/1a0004d08e)] - **repl**: eliminate var in func…
508 * [[`788c57bdc4`](https://github.com/nodejs/node/commit/788c57bdc4)] - **repl**: simplify regex exp…
509 * [[`2101371a8a`](https://github.com/nodejs/node/commit/2101371a8a)] - **repl**: remove redundant e…
510 …https://github.com/nodejs/node/commit/a0b119182d)] - **(SEMVER-MINOR)** **repl**: add replDefaults…
511 …4ab1aa5d1`](https://github.com/nodejs/node/commit/74ab1aa5d1)] - **report**: rename triggerReport(…
512 …`ac81fd202c`](https://github.com/nodejs/node/commit/ac81fd202c)] - **report**: fix stdout/stderr o…
513 …2be9e800f1`](https://github.com/nodejs/node/commit/2be9e800f1)] - **report**: warn on process.repo…
514 …[`9f446a1cf4`](https://github.com/nodejs/node/commit/9f446a1cf4)] - **report**: refactor configura…
515 …0abb724bbc`](https://github.com/nodejs/node/commit/0abb724bbc)] - **report**: support RUSAGE\_SELF…
516 …bc09d2f83d`](https://github.com/nodejs/node/commit/bc09d2f83d)] - **src**: fix SplitString to igno…
517 * [[`5cbd11294d`](https://github.com/nodejs/node/commit/5cbd11294d)] - **src**: de-lint header usag…
518 * [[`9768ec4ec4`](https://github.com/nodejs/node/commit/9768ec4ec4)] - **src**: remove unused varia…
519 …https://github.com/nodejs/node/commit/8822df838b)] - **src**: rename Init and Start overloads to s…
520 …a99fb5419b`](https://github.com/nodejs/node/commit/a99fb5419b)] - **src**: apply clang-tidy variou…
521 …8f2`](https://github.com/nodejs/node/commit/1d4fd218f2)] - **src**: guard against calling `Init()`…
522 …89fcef680`](https://github.com/nodejs/node/commit/989fcef680)] - **src**: delete unused method Set…
523 …085`](https://github.com/nodejs/node/commit/efadb10085)] - **src**: delete unused method SetTempla…
524 …[[`a11cf3054c`](https://github.com/nodejs/node/commit/a11cf3054c)] - **src**: delete unused variab…
525 …c4af0e7d`](https://github.com/nodejs/node/commit/edc4af0e7d)] - **src**: merge debug-only `SealHan…
526 …963c`](https://github.com/nodejs/node/commit/12fb73963c)] - **src**: cleanup in all return paths i…
527 …[[`d688b8a132`](https://github.com/nodejs/node/commit/d688b8a132)] - **src**: remove templating fr…
528 …`203fa63a2b`](https://github.com/nodejs/node/commit/203fa63a2b)] - **src**: remove redundant cast …
529 …https://github.com/nodejs/node/commit/c7bd21cfff)] - **src**: make parameter name const reference …
530 …374d405b`](https://github.com/nodejs/node/commit/bb374d405b)] - **src**: remove redundant call in …
531 …c5382f86`](https://github.com/nodejs/node/commit/81c5382f86)] - **src**: remove redundant cast in …
532 …2a4e69dc`](https://github.com/nodejs/node/commit/2a2a4e69dc)] - **src**: remove unused function in…
533 …`e21fa83dcd`](https://github.com/nodejs/node/commit/e21fa83dcd)] - **src**: fix wrong enum referen…
534 …0`](https://github.com/nodejs/node/commit/0d810b7ef0)] - **src**: use the config binding to carry …
535 …(https://github.com/nodejs/node/commit/88fb7712a8)] - **src**: fix build when NODE\_USE\_V8\_PLATF…
536 …4f4d4338`](https://github.com/nodejs/node/commit/654f4d4338)] - **src**: remove unused variable in…
537 …c269`](https://github.com/nodejs/node/commit/1d279ac269)] - **src**: remove unused variable in nod…
538 …[`dc2119a955`](https://github.com/nodejs/node/commit/dc2119a955)] - **src**: fix more extra-semi w…
539 …205`](https://github.com/nodejs/node/commit/170e196205)] - **src**: forbid handle allocations from…
540 …c04ad`](https://github.com/nodejs/node/commit/9c277c04ad)] - **src**: allow running tasks without …
541 …8d539`](https://github.com/nodejs/node/commit/622048d539)] - **src**: prefer to get `Environment` …
542 …3`](https://github.com/nodejs/node/commit/716ec00883)] - **src**: refactor `Environment::GetCurren…
543 …[[`f99349d416`](https://github.com/nodejs/node/commit/f99349d416)] - **src**: fix if indent in nod…
544 …666`](https://github.com/nodejs/node/commit/b8abb81666)] - **src**: remove unused struct in test\_…
545 … [[`da457a56be`](https://github.com/nodejs/node/commit/da457a56be)] - **src**: remove unused names…
546 …c87`](https://github.com/nodejs/node/commit/b45c22bc87)] - **src**: use object to pass `Environmen…
547 …1baa45581`](https://github.com/nodejs/node/commit/61baa45581)] - **src**: document DoWrite() usage…
548 …cebe3`](https://github.com/nodejs/node/commit/82a68cebe3)] - **stream**: ensure writable.destroy()…
549 …926a`](https://github.com/nodejs/node/commit/9e82ee926a)] - **test**: fix test case in test-http2-…
550 * [[`13253a3d08`](https://github.com/nodejs/node/commit/13253a3d08)] - **test**: use semicolon for …
551 …c`](https://github.com/nodejs/node/commit/adfbfc985c)] - **test**: fix test by removing node-inspe…
552 …(https://github.com/nodejs/node/commit/e1a55e76b4)] - **test**: fix syntax error in test-dns-idna2…
553 …3a3849`](https://github.com/nodejs/node/commit/cccd3a3849)] - **test**: fix compiler warning in te…
554 …6`](https://github.com/nodejs/node/commit/2c55282226)] - **test**: mark test-worker-prof as flake …
555 …[`0f8d8d6262`](https://github.com/nodejs/node/commit/0f8d8d6262)] - **test**: cover triggerReport(…
556 …ed0b0b5`](https://github.com/nodejs/node/commit/5a0ed0b0b5)] - **test**: cover stdout/stderr usage…
557 …6511d`](https://github.com/nodejs/node/commit/bf7836511d)] - **test**: mark `test-worker-prof` as …
558 …590a458a6`](https://github.com/nodejs/node/commit/d590a458a6)] - **test**: rewrite ocsp test to ru…
559 …476dc7e612`](https://github.com/nodejs/node/commit/476dc7e612)] - **test**: de-flake test-dns-idna…
560 …8c4dbdc20`](https://github.com/nodejs/node/commit/78c4dbdc20)] - **test**: bump test-bootstrap-mod…
561 …3a29c1c3`](https://github.com/nodejs/node/commit/153a29c1c3)] - **test**: refactor test/report/tes…
562 …a4b24119`](https://github.com/nodejs/node/commit/71a4b24119)] - **test**: remove usage of `process…
563 …471b0fd`](https://github.com/nodejs/node/commit/2b2471b0fd)] - **test**: fix tests so they work in…
564 …52c4`](https://github.com/nodejs/node/commit/a67fea52c4)] - **test**: relax timer check in test-re…
565 …b7a029d5`](https://github.com/nodejs/node/commit/dbb7a029d5)] - **test**: improve code coverage in…
566 …`](https://github.com/nodejs/node/commit/e1aa5106a7)] - **test**: remove flaky designation for tes…
567 …db8`](https://github.com/nodejs/node/commit/143dbb3db8)] - **timers**: remove dead code and simpli…
568 …`1c8076ef58`](https://github.com/nodejs/node/commit/1c8076ef58)] - **tools**: fix cpplint.py heade…
569 * [[`a32c7492f2`](https://github.com/nodejs/node/commit/a32c7492f2)] - **tools**: update ESLint to …
570 …`9d92887cde`](https://github.com/nodejs/node/commit/9d92887cde)] - **tools**: update to mdast-util…
571 …2e779dc9`](https://github.com/nodejs/node/commit/3e2e779dc9)] - **tools**: update capitalized-comm…
572 …`dcfdef5467`](https://github.com/nodejs/node/commit/dcfdef5467)] - **tools**: update generated lin…
573 …d7c`](https://github.com/nodejs/node/commit/4835504d7c)] - **tools**: update `node-lint-md-cli-rol…
574 …2a0f9f3e`](https://github.com/nodejs/node/commit/972a0f9f3e)] - **tools**: use dmn@2.2.1 to remove…
575 …f1cc735ab`](https://github.com/nodejs/node/commit/9f1cc735ab)] - **tools**: update dmn to 2.2.1 in…
576 * [[`b879c1e2e1`](https://github.com/nodejs/node/commit/b879c1e2e1)] - **tools**: fix test.py --she…
577 …19cbfa3d`](https://github.com/nodejs/node/commit/3b19cbfa3d)] - **tools**: update remark-preset-li…
578 …a1537e4e6`](https://github.com/nodejs/node/commit/0a1537e4e6)] - **tools**: add no-var lint rule f…
579 …[[`57198f2b82`](https://github.com/nodejs/node/commit/57198f2b82)] - **tools**: replace var to let…
580 …76a`](https://github.com/nodejs/node/commit/55b830476a)] - **tools**: add mailmap support for Co-a…
581 …258ad26`](https://github.com/nodejs/node/commit/dc4258ad26)] - **tools**: apply stricter linting t…
582 * [[`580ae5672f`](https://github.com/nodejs/node/commit/580ae5672f)] - **tools**: refactor tools JS…
583 …841a89e47`](https://github.com/nodejs/node/commit/d841a89e47)] - **tools**: roll inspector\_protoc…
584 * [[`c57510effa`](https://github.com/nodejs/node/commit/c57510effa)] - **tools**: rebuild lint-md.j…
585 …d12513f7`](https://github.com/nodejs/node/commit/c2d12513f7)] - **tools**: update node-lint-md-cli…
586 * [[`5bdf71c8bf`](https://github.com/nodejs/node/commit/5bdf71c8bf)] - **tools**: update ESLint to …
587 …de9e138aa`](https://github.com/nodejs/node/commit/1de9e138aa)] - **url**: require encodeStr from i…
588 …d58f3e45`](https://github.com/nodejs/node/commit/3ad58f3e45)] - **win,build**: update Windows buil…
589 …096be1`](https://github.com/nodejs/node/commit/e8f4096be1)] - **win,build**: scope NASM warning to…
590 …e4592e83f`](https://github.com/nodejs/node/commit/7e4592e83f)] - **win,build**: add ARM64 sections…
591 …e60193aef`](https://github.com/nodejs/node/commit/8e60193aef)] - **win,build**: add ARM64 support …
592 …75cb919d0`](https://github.com/nodejs/node/commit/d75cb919d0)] - **win,build**: add arbitrary and …
593 …1b9320`](https://github.com/nodejs/node/commit/62801b9320)] - **worker**: release native Worker ob…
594 …370b4584`](https://github.com/nodejs/node/commit/73370b4584)] - **worker**: remove `ERR_CLOSED_MES…
602 * Implement date object (Jarrod Connolly) [#25917](https://github.com/nodejs/node/pull/25917)
604 …* Add compact depth mode for `util.inspect()` (Ruben Bridgewater) [#26269](https://github.com/node…
606 …* Improve integration with native addons (Anna Henningsen) [#26175](https://github.com/nodejs/node…
607 … arguments closer to the Web specification now (Anna Henningsen) [#26082](https://github.com/nodej…
611 …b4a116`](https://github.com/nodejs/node/commit/d66cb4a116)] - **benchmark,doc,lib,test**: capitali…
612 … [[`f4955fde60`](https://github.com/nodejs/node/commit/f4955fde60)] - **benchmark,test**: refactor…
613 …1c`](https://github.com/nodejs/node/commit/5e4aa28e1c)] - **buffer**: avoid materializing ArrayBuf…
614 …0143`](https://github.com/nodejs/node/commit/05e6ec0143)] - **build**: make 'floating patch' messa…
615 …](https://github.com/nodejs/node/commit/e2baa6836b)] - **build**: remove v8\_typed\_array\_max\_si…
616 …fa8110a60e`](https://github.com/nodejs/node/commit/fa8110a60e)] - **build**: silence cpp lint by d…
617 …cedae6d`](https://github.com/nodejs/node/commit/dbbcedae6d)] - **build**: tidy up comments in `cre…
618 …d78914`](https://github.com/nodejs/node/commit/f408d78914)] - **build**: fixed clang's warning whe…
619 …7471d35`](https://github.com/nodejs/node/commit/a3f7471d35)] - **build,test**: guard eslint with c…
620 …a70bafb3cc`](https://github.com/nodejs/node/commit/a70bafb3cc)] - **console**: prevent constructin…
621 …333dccede`](https://github.com/nodejs/node/commit/1333dccede)] - **crypto**: fix unencrypted DER P…
622 …c294`](https://github.com/nodejs/node/commit/70e463c294)] - **crypto**: fix error condition in Ver…
623 …98f44`](https://github.com/nodejs/node/commit/108c698f44)] - **crypto**: make ConvertKey clear ope…
624 * [[`c8d30a7313`](https://github.com/nodejs/node/commit/c8d30a7313)] - **deps**: update acorn to 6.…
625 … [[`7f08e0238a`](https://github.com/nodejs/node/commit/7f08e0238a)] - **deps**: V8: cherry-pick d3…
626 … [[`206e4b043b`](https://github.com/nodejs/node/commit/206e4b043b)] - **deps**: V8: backport 74571…
627 …`f0a81664c7`](https://github.com/nodejs/node/commit/f0a81664c7)] - **deps**: backport ICU fix for …
628 …6ac0f2b`](https://github.com/nodejs/node/commit/ea26ac0f2b)] - **dns**: refactor QueryWrap lifetim…
629 …e`](https://github.com/nodejs/node/commit/846cba056e)] - **doc**: edit deprecation identifier info…
630 …681`](https://github.com/nodejs/node/commit/3f4b27d681)] - **doc**: maxReservedRemoteStreams value…
631 …[`bc5771ec91`](https://github.com/nodejs/node/commit/bc5771ec91)] - **doc**: correct typos in vari…
632 …0c3abeb`](https://github.com/nodejs/node/commit/3560c3abeb)] - **doc**: sort http.request() option…
633 …2558ad`](https://github.com/nodejs/node/commit/86982558ad)] - **doc**: add documentation for the d…
634 …09f0b`](https://github.com/nodejs/node/commit/7bf6309f0b)] - **doc**: napi\_get\_value\_bigint\_wo…
635 …https://github.com/nodejs/node/commit/40a5a93b41)] - **doc**: add example for setting Vary: Accept…
636 …`](https://github.com/nodejs/node/commit/85840681a4)] - **doc**: revise deprecation semverness inf…
637 …a1c321`](https://github.com/nodejs/node/commit/ff57a1c321)] - **doc**: clarify http.ClientRequest …
638 …](https://github.com/nodejs/node/commit/5e44768e9f)] - **doc**: revise deprecation level explanati…
639 * [[`823f0ce952`](https://github.com/nodejs/node/commit/823f0ce952)] - **doc**: revise Style Guide …
640 * [[`8fac54a22f`](https://github.com/nodejs/node/commit/8fac54a22f)] - **doc**: fix code lang in re…
641 …ed6`](https://github.com/nodejs/node/commit/e5dae20ed6)] - **doc**: remove deprecation definition …
642 …865`](https://github.com/nodejs/node/commit/e108c32865)] - **doc**: eliminate use of "note that" f…
643 …a2d6`](https://github.com/nodejs/node/commit/e506f6a2d6)] - **doc**: remove unnecessary italics fr…
644 …c32`](https://github.com/nodejs/node/commit/b48a04bc32)] - **doc**: remove unnecessary bold text f…
645 …1`](https://github.com/nodejs/node/commit/789b818ad1)] - **doc**: remove unnecessary bold italics …
646 …7ed6b`](https://github.com/nodejs/node/commit/4d1c87ed6b)] - **doc**: remove all-caps shouting fro…
647 …810ced543`](https://github.com/nodejs/node/commit/c810ced543)] - **doc**: wrap child\_process.md a…
648 …b847d18`](https://github.com/nodejs/node/commit/a18b847d18)] - **doc**: improve worker\_threads do…
649 …72e1`](https://github.com/nodejs/node/commit/a9c44372e1)] - **doc**: consolidate N-API material in…
650 * [[`82bc68b08e`](https://github.com/nodejs/node/commit/82bc68b08e)] - **doc**: fix notable changes…
651 * [[`3971510b66`](https://github.com/nodejs/node/commit/3971510b66)] - **doc**: fix changelog entry…
652 …644b34`](https://github.com/nodejs/node/commit/2ff1644b34)] - **doc**: fix notable changes list fo…
653 …`8814d03d4d`](https://github.com/nodejs/node/commit/8814d03d4d)] - **doc,lib,test**: rename node-r…
654 …[`0034820f67`](https://github.com/nodejs/node/commit/0034820f67)] - **errors**: add ERR\_INSPECTOR…
655 …`030b744941`](https://github.com/nodejs/node/commit/030b744941)] - **esm**: process proxy Symbol.t…
656 …22f860`](https://github.com/nodejs/node/commit/14cf22f860)] - **fs, src, lib**: fix `blksize` & `b…
657 …2595fbc8b1`](https://github.com/nodejs/node/commit/2595fbc8b1)] - **http2**: improve compatibility…
658 …a551b9d3b`](https://github.com/nodejs/node/commit/8a551b9d3b)] - **http2**: shrink memory to match…
659 …bc012373a`](https://github.com/nodejs/node/commit/3bc012373a)] - **inspector**: print all listenin…
660 …[`b0c310dcf0`](https://github.com/nodejs/node/commit/b0c310dcf0)] - **inspector**: return Error ob…
661 …bf5`](https://github.com/nodejs/node/commit/be671c3bf5)] - **inspector**: forward errors from Insp…
662 …a444`](https://github.com/nodejs/node/commit/0c4353a444)] - **inspector**: make sure timer handles…
663 …50e91`](https://github.com/nodejs/node/commit/bf61050e91)] - **lib**: converted element to lowerca…
664 …eb70ae`](https://github.com/nodejs/node/commit/733beb70ae)] - **lib**: convert legacy process.bind…
665 …4d7ad`](https://github.com/nodejs/node/commit/b25694d7ad)] - **meta**: update note about building …
666 …[`6d014a6c3d`](https://github.com/nodejs/node/commit/6d014a6c3d)] - **meta**: remove the useless G…
667 …3b844db2`](https://github.com/nodejs/node/commit/143b844db2)] - **meta**: moving jasnell temporari…
668 * [[`d94f4c23fe`](https://github.com/nodejs/node/commit/d94f4c23fe)] - **module**: fix stat cache (…
669 …`2a66cd34fa`](https://github.com/nodejs/node/commit/2a66cd34fa)] - **module**: simpler shebang fun…
670 …https://github.com/nodejs/node/commit/54896a6961)] - **module**: revert module.\_compile to origin…
671 …8edbb0a`](https://github.com/nodejs/node/commit/b338edbb0a)] - **module**: use compileFunction ove…
672 …94df6`](https://github.com/nodejs/node/commit/e72cb94df6)] - **(SEMVER-MINOR)** **n-api**: impleme…
673 …e6`](https://github.com/nodejs/node/commit/2335bcd6e6)] - **n-api**: turn NAPI\_CALL\_INTO\_MODULE…
674 …987`](https://github.com/nodejs/node/commit/1ce5e63987)] - **n-api**: do not call into JS when tha…
675 …[`5b8ac58ed8`](https://github.com/nodejs/node/commit/5b8ac58ed8)] - **path**: refactor code for cl…
676 …348f1fbcb3`](https://github.com/nodejs/node/commit/348f1fbcb3)] - **path**: refactor for less inde…
677 …d54a`](https://github.com/nodejs/node/commit/e00c8cd54a)] - **path**: simplify code and remove obs…
678 …61a`](https://github.com/nodejs/node/commit/55d6b4961a)] - **path**: refactor logic for to reduce …
679 * [[`6c7cd9ee5a`](https://github.com/nodejs/node/commit/6c7cd9ee5a)] - **path**: minor refactoring …
680 …4b854`](https://github.com/nodejs/node/commit/cccc44b854)] - **path**: refactor more path code for…
681 …[[`6c44e68f63`](https://github.com/nodejs/node/commit/6c44e68f63)] - **path**: more small refactor…
682 * [[`b0cde2c4cf`](https://github.com/nodejs/node/commit/b0cde2c4cf)] - **path**: minor refactoring …
683 …4c`](https://github.com/nodejs/node/commit/d91520724c)] - **process**: use common operations to de…
684 …https://github.com/nodejs/node/commit/b1e739d881)] - **process**: move initialization of node-repo…
685 …`](https://github.com/nodejs/node/commit/57179a0aab)] - **process**: setup signal handler in prepa…
686 …aa`](https://github.com/nodejs/node/commit/966546ceaa)] - **process**: simplify the setup of async…
687 …0e25bd6`](https://github.com/nodejs/node/commit/cd10e25bd6)] - **process**: move test-process-upti…
688 …e40116c4`](https://github.com/nodejs/node/commit/fde40116c4)] - **process**: fix calculation in pr…
689 …b54a`](https://github.com/nodejs/node/commit/230e98b54a)] - **process**: start coverage collection…
690 …7ccc9`](https://github.com/nodejs/node/commit/b5fe27ccc9)] - **process**: delay setup of global ex…
691 * [[`0d660d9646`](https://github.com/nodejs/node/commit/0d660d9646)] - **readline**: improve Unicod…
692 …254d6294`](https://github.com/nodejs/node/commit/4c254d6294)] - **repl**: use object writer for th…
693 …d60`](https://github.com/nodejs/node/commit/2a74a1ed60)] - **repl**: hide editor mode if not used …
694 …[[`2fa8170e51`](https://github.com/nodejs/node/commit/2fa8170e51)] - **repl**: add new line on ctr…
695 … [[`f636f15315`](https://github.com/nodejs/node/commit/f636f15315)] - **repl**: add more informati…
696 * [[`2908e6313b`](https://github.com/nodejs/node/commit/2908e6313b)] - **report**: rename location …
697 …0579f4283f`](https://github.com/nodejs/node/commit/0579f4283f)] - **report**: use triggerReport() …
698 …c77ec081`](https://github.com/nodejs/node/commit/b2c77ec081)] - **report**: use triggerReport() to…
699 …289d9`](https://github.com/nodejs/node/commit/b62e2289d9)] - **report**: add fallback for uv\_getn…
700 …e9886f6f`](https://github.com/nodejs/node/commit/2fe9886f6f)] - **report**: fix build warning in n…
701 …5f31ac45`](https://github.com/nodejs/node/commit/ba5f31ac45)] - **report**: use ru\_stime for syst…
702 … [[`d2d94537b2`](https://github.com/nodejs/node/commit/d2d94537b2)] - **report**: simplify heap sp…
703 … [[`6d2a14d385`](https://github.com/nodejs/node/commit/6d2a14d385)] - **report**: refactor argumen…
704 * [[`8e2cc5e440`](https://github.com/nodejs/node/commit/8e2cc5e440)] - **report**: refactor trigger…
705 * [[`8a40468635`](https://github.com/nodejs/node/commit/8a40468635)] - **report**: remove verbose s…
706 …[`0e89d7add6`](https://github.com/nodejs/node/commit/0e89d7add6)] - **report**: simplify OnFatalEr…
707 … [[`633c1eac29`](https://github.com/nodejs/node/commit/633c1eac29)] - **report**: simplify Trigger…
708 * [[`fc9ba36fb2`](https://github.com/nodejs/node/commit/fc9ba36fb2)] - **src**: fix typo in callbac…
709 …42de82c`](https://github.com/nodejs/node/commit/63942de82c)] - **src**: extra-semi warning in node…
710 …2c24e1b`](https://github.com/nodejs/node/commit/cb62c24e1b)] - **src**: reduce to simple `const ch…
711 * [[`3093617c0e`](https://github.com/nodejs/node/commit/3093617c0e)] - **src**: remove unused varia…
712 …b216f44513`](https://github.com/nodejs/node/commit/b216f44513)] - **src**: remove unnecessary func…
713 …2eca`](https://github.com/nodejs/node/commit/cb2cbf2eca)] - **src**: remove already elevated Isola…
714 … [[`2438a4350d`](https://github.com/nodejs/node/commit/2438a4350d)] - **src**: remove unused macro…
715 …4df82f0f1b`](https://github.com/nodejs/node/commit/4df82f0f1b)] - **src**: remove unused macro in …
716 …2a6935ab`](https://github.com/nodejs/node/commit/af2a6935ab)] - **src**: remove redundant cast in …
717 …551`](https://github.com/nodejs/node/commit/06d592c551)] - **src**: simplify native immediate by u…
718 …aad`](https://github.com/nodejs/node/commit/9b4eec0aad)] - **src**: allow not materializing ArrayB…
719 …[[`30f0a3b4bd`](https://github.com/nodejs/node/commit/30f0a3b4bd)] - **src**: remove dead inspecto…
720 …`c37b6796df`](https://github.com/nodejs/node/commit/c37b6796df)] - **src**: remove unused Converte…
721 …5e15b`](https://github.com/nodejs/node/commit/6f9ab5e15b)] - **src**: remove redundant cast in met…
722 …d6a3fcb7`](https://github.com/nodejs/node/commit/33d6a3fcb7)] - **src**: clean up `StreamPipe` in …
723 …](https://github.com/nodejs/node/commit/75ae77d99f)] - **src**: do not access Environment-owned ha…
724 …d6759db15b`](https://github.com/nodejs/node/commit/d6759db15b)] - **src**: remove cast for unsuppo…
725 …`1abe1d1c06`](https://github.com/nodejs/node/commit/1abe1d1c06)] - **src**: track memory retainer …
726 …978d7a3`](https://github.com/nodejs/node/commit/3e0978d7a3)] - **src**: clean unused macro in insp…
727 …b24f79`](https://github.com/nodejs/node/commit/4001b24f79)] - **src**: remove unimplemented method…
728 …4af`](https://github.com/nodejs/node/commit/8b515b24af)] - **src**: apply clang-tidy rule moderniz…
729 …2`](https://github.com/nodejs/node/commit/3c11b4eec2)] - **src**: allocate Buffer memory using Arr…
730 …[`282607644b`](https://github.com/nodejs/node/commit/282607644b)] - **src**: add allocation utils …
731 …`238fa5704b`](https://github.com/nodejs/node/commit/238fa5704b)] - **src**: add debugging array al…
732 …5d92`](https://github.com/nodejs/node/commit/437bb25d92)] - **src**: make IsolateData store ArrayB…
733 …accb5b04`](https://github.com/nodejs/node/commit/68accb5b04)] - **src**: use smart pointer in UDPW…
734 …fc813`](https://github.com/nodejs/node/commit/3abdcfc813)] - **src**: remove unimplemented method …
735 …a6750`](https://github.com/nodejs/node/commit/7e26ca6750)] - **src**: simplify AliasedBuffer lifet…
736 …cb6`](https://github.com/nodejs/node/commit/831aa9acb6)] - **src**: make `node::SignalWrap::OnSign…
737 …e7c2e`](https://github.com/nodejs/node/commit/619b5e7c2e)] - **src**: simplify loop arithmetic in …
738 …71f4a92`](https://github.com/nodejs/node/commit/ddd71f4a92)] - **src**: move function from header …
739 …](https://github.com/nodejs/node/commit/5cc2574fac)] - **src**: move async hooks trace events setu…
740 …`8881c0baaa`](https://github.com/nodejs/node/commit/8881c0baaa)] - **src**: simplify InspectorCons…
741 …3be`](https://github.com/nodejs/node/commit/c6d5af53be)] - **src**: move req\_wrap\_queue to base …
742 …45ce8`](https://github.com/nodejs/node/commit/a39cd45ce8)] - **src**: remove `process.binding('con…
743 …a127f9`](https://github.com/nodejs/node/commit/bd40a127f9)] - **src**: only call .ReThrow() if not…
744 …6b7d8369e3`](https://github.com/nodejs/node/commit/6b7d8369e3)] - **src**: add missing includes fo…
745 …`](https://github.com/nodejs/node/commit/25ddbc9a36)] - **src**: apply clang-tidy rule performance…
746 …851bb5`](https://github.com/nodejs/node/commit/82df851bb5)] - **src**: unify uptime base used acro…
747 …db675c1`](https://github.com/nodejs/node/commit/778db675c1)] - **src**: remove invalid casts in op…
748 …https://github.com/nodejs/node/commit/4ca07898d7)] - **src**: use PauseOnNextJavascriptStatement t…
749 …9b4241`](https://github.com/nodejs/node/commit/e6949b4241)] - **src**: apply clang-tidy rule moder…
750 …fe1`](https://github.com/nodejs/node/commit/d550de4fe1)] - **src**: remove inspector main\_thread\…
751 …71952a25`](https://github.com/nodejs/node/commit/ee71952a25)] - **src**: check HasCaught() in JSSt…
752 …f33569d`](https://github.com/nodejs/node/commit/f44f33569d)] - **src**: extract common sockaddr cr…
753 …3cf083a`](https://github.com/nodejs/node/commit/cbd3cf083a)] - **src**: add debug CHECKs against e…
754 …0408966a9d`](https://github.com/nodejs/node/commit/0408966a9d)] - **src**: remove unused macro in …
755 …d9d8ab2`](https://github.com/nodejs/node/commit/497d9d8ab2)] - **src**: use same parameter name in…
756 …14681420`](https://github.com/nodejs/node/commit/e314681420)] - **src**: use more stable cast wher…
757 …https://github.com/nodejs/node/commit/7612574e42)] - **stream**: make \_read() be called indefinit…
758 …2c9d64`](https://github.com/nodejs/node/commit/50e42c9d64)] - **test**: improve test coverage in p…
759 …8b0cf`](https://github.com/nodejs/node/commit/a41138b0cf)] - **test**: remove duplicated buffer ne…
760 …[[`93d7fa3df3`](https://github.com/nodejs/node/commit/93d7fa3df3)] - **test**: only inspect on fai…
761 …61452c3`](https://github.com/nodejs/node/commit/91b61452c3)] - **test**: always activate colors if…
762 …[`11bd5e07cb`](https://github.com/nodejs/node/commit/11bd5e07cb)] - **test**: rename node-report s…
763 …[`7ccffcbcb6`](https://github.com/nodejs/node/commit/7ccffcbcb6)] - **test**: improve validation o…
764 …1cf351f`](https://github.com/nodejs/node/commit/4561cf351f)] - **test**: verify heap buffer alloca…
765 …(https://github.com/nodejs/node/commit/0c8e9ee62e)] - **test**: fix for activities in tick objects…
766 …405c`](https://github.com/nodejs/node/commit/69154e405c)] - **test**: refactor tick objects prune …
767 …[[`d8f5f55b78`](https://github.com/nodejs/node/commit/d8f5f55b78)] - **test**: eliminate port coll…
768 …88256d7ba2`](https://github.com/nodejs/node/commit/88256d7ba2)] - **test**: simplify node-report/t…
769 * [[`e8995d1b80`](https://github.com/nodejs/node/commit/e8995d1b80)] - **test**: increase getReport…
770 …[[`33fe892ec6`](https://github.com/nodejs/node/commit/33fe892ec6)] - **test**: increase triggerRep…
771 …[[`a382b52fd8`](https://github.com/nodejs/node/commit/a382b52fd8)] - **test**: consolidate trigger…
772 … [[`6f9a764b52`](https://github.com/nodejs/node/commit/6f9a764b52)] - **test**: remove node-report…
773 * [[`bc114152d0`](https://github.com/nodejs/node/commit/bc114152d0)] - **test**: simplify test-api-…
774 …https://github.com/nodejs/node/commit/ca18525896)] - **test**: improve performance of test-crypto-…
775 …https://github.com/nodejs/node/commit/28758b8d69)] - **test**: add test for dynamically enabling n…
776 …42`](https://github.com/nodejs/node/commit/dcbd907142)] - **test**: add test for node.async\_hooks…
777 …b2fa198`](https://github.com/nodejs/node/commit/007b2fa198)] - **test**: increase run time in test…
778 … [[`a1fcde035e`](https://github.com/nodejs/node/commit/a1fcde035e)] - **test**: simplify test-api-…
779 …0a39`](https://github.com/nodejs/node/commit/818b280a39)] - **test**: remove unnecessary default t…
780 …ca9e9ccf`](https://github.com/nodejs/node/commit/59ca9e9ccf)] - **test**: consolidate assertions i…
781 …d5521`](https://github.com/nodejs/node/commit/38a87d5521)] - **test**: increase coverage of node\_…
782 …`76c2f4f46b`](https://github.com/nodejs/node/commit/76c2f4f46b)] - **test**: simplify test-worker-…
783 …41b5453a0`](https://github.com/nodejs/node/commit/441b5453a0)] - **test**: fix flaky test-worker-r…
784 …[`d3525d7505`](https://github.com/nodejs/node/commit/d3525d7505)] - **test**: add --test-root opti…
785 …1175`](https://github.com/nodejs/node/commit/a920721175)] - **test**: silence compiler warning in …
786 …242a69b`](https://github.com/nodejs/node/commit/2d0242a69b)] - **test**: increase coverage for ass…
787 …cd60b3`](https://github.com/nodejs/node/commit/dd60cd60b3)] - **test**: add arg to narrow http ben…
788 …558a`](https://github.com/nodejs/node/commit/fbf6dd558a)] - **test,inspector**: add heap allocatio…
789 …f`](https://github.com/nodejs/node/commit/db94ab778f)] - **test,worker**: posting undefined/null m…
790 …5d`](https://github.com/nodejs/node/commit/d1e3724b5d)] - **test,worker**: add more tests for work…
791 * [[`96a5765491`](https://github.com/nodejs/node/commit/96a5765491)] - **tools**: update extend to …
792 …6e9a7e1048`](https://github.com/nodejs/node/commit/6e9a7e1048)] - **tools**: remove unneeded .giti…
793 …[[`123fad6e1c`](https://github.com/nodejs/node/commit/123fad6e1c)] - **tools**: update babel-eslin…
794 …7dd99251`](https://github.com/nodejs/node/commit/347dd99251)] - **tools**: update eslint-plugin-ma…
795 …`](https://github.com/nodejs/node/commit/adcbcf5bd6)] - **tools**: use latest rather than next for…
796 * [[`0080350f1a`](https://github.com/nodejs/node/commit/0080350f1a)] - **tools**: update markdown l…
797 * [[`dff0149d57`](https://github.com/nodejs/node/commit/dff0149d57)] - **tools**: update ESLint to …
798 * [[`28d607444d`](https://github.com/nodejs/node/commit/28d607444d)] - **tools**: update ESLint to …
799 …66b8c341`](https://github.com/nodejs/node/commit/1766b8c341)] - **trace_events**: fix trace events…
800 * [[`34c685b406`](https://github.com/nodejs/node/commit/34c685b406)] - **tracing**: use ‘real’ atom…
801 …[[`b6355ef602`](https://github.com/nodejs/node/commit/b6355ef602)] - **tty**: improve color detect…
802 …01785520a`](https://github.com/nodejs/node/commit/001785520a)] - **url**: handle quasi-WHATWG URLs…
803 …`](https://github.com/nodejs/node/commit/6828fbb2ef)] - **(SEMVER-MINOR)** **util**: group array e…
804 …85e9`](https://github.com/nodejs/node/commit/4500ed85e9)] - **(SEMVER-MINOR)** **util**: add compa…
805 …34905fc2b9`](https://github.com/nodejs/node/commit/34905fc2b9)] - **util**: mark iterator entries …
806 …ac13d`](https://github.com/nodejs/node/commit/4bf58ac13d)] - **util**: update set iterator entries…
807 …7dba`](https://github.com/nodejs/node/commit/7d66d47dba)] - **vm**: do not overwrite error when cr…
808 …[`8cf4170c94`](https://github.com/nodejs/node/commit/8cf4170c94)] - **worker**: provide process.ex…
809 …a32`](https://github.com/nodejs/node/commit/6fdc502a32)] - **worker**: make MessagePort `uv_async_…
810 …aa25b`](https://github.com/nodejs/node/commit/51f01aa25b)] - **worker**: remove MessagePort::AddTo…
811 …e7d0e`](https://github.com/nodejs/node/commit/74d11e7d0e)] - **worker**: refactor thread life cycl…
812 …](https://github.com/nodejs/node/commit/20dc172011)] - **worker**: copy transferList ArrayBuffers …
813 …023373a`](https://github.com/nodejs/node/commit/7e7023373a)] - **worker**: serialize errors if sta…
814 …https://github.com/nodejs/node/commit/a9a2c5869c)] - **(SEMVER-MINOR)** **worker**: improve integr…
815 …(https://github.com/nodejs/node/commit/dab3d71243)] - **worker**: ignore --abort-on-uncaught-excep…
816 …bb0e8`](https://github.com/nodejs/node/commit/dab64bb0e8)] - **worker**: spin uv\_run twice before…
817 …9d5c`](https://github.com/nodejs/node/commit/24debc9d5c)] - **worker**: do not add removed methods…
818 …[[`8045e40917`](https://github.com/nodejs/node/commit/8045e40917)] - **worker**: remove duplicate …
819 …`69298713af`](https://github.com/nodejs/node/commit/69298713af)] - **worker**: switch to internal …
820 …cdee`](https://github.com/nodejs/node/commit/77a944cdee)] - **worker**: use fake MessageEvent for …
821 …`851a691678`](https://github.com/nodejs/node/commit/851a691678)] - **zlib**: report premature ends…
828 https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
838 …HTTPS connections by consistently applying the receive timeout set by `server.headersTimeout` to c…
842 …https://github.com/nodejs/node/commit/05534a24ca)] - **http**: prevent slowloris with keepalive co…
850 * Updated libuv to 1.26.0. [#26037](https://github.com/nodejs/node/pull/26037)
851 * Updated npm to 6.7.0. [#25804](https://github.com/nodejs/node/pull/25804)
853 …* `response.writeHead` now returns the response object. [#25974](https://github.com/nodejs/node/pu…
855 * Implemented a histogram based API. [#25378](https://github.com/nodejs/node/pull/25378)
857 * Exposed `process.features.inspector`. [#25819](https://github.com/nodejs/node/pull/25819)
859 …* Added `repl.setupHistory` for programmatic repl. [#25895](https://github.com/nodejs/node/pull/25…
861 * Introduced client "session" event. [#25831](https://github.com/nodejs/node/pull/25831)
865 … [[`ccf60bbad2`](https://github.com/nodejs/node/commit/ccf60bbad2)] - **assert**: add internal ass…
866 …b4055e616`](https://github.com/nodejs/node/commit/0b4055e616)] - **assert**: create internal/asser…
867 …[[`37d207cc0c`](https://github.com/nodejs/node/commit/37d207cc0c)] - **assert**: refactor internal…
868 * [[`2b1f88185f`](https://github.com/nodejs/node/commit/2b1f88185f)] - **benchmark**: remove unreac…
869 …`c4d16e80b7`](https://github.com/nodejs/node/commit/c4d16e80b7)] - **benchmark**: refactor for con…
870 …bbcab`](https://github.com/nodejs/node/commit/c4e2bbbcab)] - **benchmark**: use consistent coding …
871 …`18b344c0d2`](https://github.com/nodejs/node/commit/18b344c0d2)] - **benchmark**: refactor benchma…
872 …40398fd07a`](https://github.com/nodejs/node/commit/40398fd07a)] - **benchmark**: refactor \_http-b…
873 …3d8b9`](https://github.com/nodejs/node/commit/d5d163d8b9)] - **build**: export deprecated OpenSSL …
874 …7f84`](https://github.com/nodejs/node/commit/197efb7f84)] - **child_process**: close pipe ends tha…
875 …66a`](https://github.com/nodejs/node/commit/f87352366a)] - **cluster**: migrate round\_robin\_hand…
876 …7`](https://github.com/nodejs/node/commit/8c9800ce27)] - **crypto**: include 'Buffer' in error out…
877 …a0865886`](https://github.com/nodejs/node/commit/baa0865886)] - **crypto**: don't crash X509ToObje…
878 …010aff83`](https://github.com/nodejs/node/commit/3e010aff83)] - **crypto**: fix malloc mixing in X…
879 …e2542`](https://github.com/nodejs/node/commit/da46be2542)] - **crypto**: fix public key encoding n…
880 * [[`8b5a2c4f61`](https://github.com/nodejs/node/commit/8b5a2c4f61)] - **deps**: upgrade to libuv 1…
881 * [[`1c5fbeab34`](https://github.com/nodejs/node/commit/1c5fbeab34)] - **deps**: upgrade npm to 6.7…
882 * [[`3f8c22b4cb`](https://github.com/nodejs/node/commit/3f8c22b4cb)] - **deps**: update llhttp to 1…
883 …https://github.com/nodejs/node/commit/823fd5b493)] - **(SEMVER-MINOR)** **deps**: float fix for bu…
884 * [[`c01bbc5258`](https://github.com/nodejs/node/commit/c01bbc5258)] - **deps**: update acorn to 6.…
885 …6c8e40655`](https://github.com/nodejs/node/commit/a6c8e40655)] - **deps**: patch to fix \*.onion M…
886 …464711`](https://github.com/nodejs/node/commit/8b71464711)] - **deps**: remove OpenSSL git and tra…
887 …434714`](https://github.com/nodejs/node/commit/673e434714)] - **deps**: v8, cherry-pick 9365d09, a…
888 * [[`411f6fe832`](https://github.com/nodejs/node/commit/411f6fe832)] - **deps**: cherry-pick c73688…
889 …4`](https://github.com/nodejs/node/commit/4a254a6ce4)] - **doc**: edit N-API introductory material…
890 …f6094`](https://github.com/nodejs/node/commit/44fc2f6094)] - **doc**: clarify effect of stream.des…
891 * [[`21e6d353af`](https://github.com/nodejs/node/commit/21e6d353af)] - **doc**: renamed remote's na…
892 …[[`e629afa6ae`](https://github.com/nodejs/node/commit/e629afa6ae)] - **doc**: fix minor typo in dg…
893 …[`663b6251a0`](https://github.com/nodejs/node/commit/663b6251a0)] - **doc**: fix some nits in perf…
894 …420a737fe`](https://github.com/nodejs/node/commit/9420a737fe)] - **doc**: edit process.report rela…
895 * [[`eb4b5ea233`](https://github.com/nodejs/node/commit/eb4b5ea233)] - **doc**: clarify http timeou…
896 …[[`a225f99ea8`](https://github.com/nodejs/node/commit/a225f99ea8)] - **doc**: revise Introducing N…
897 …68032`](https://github.com/nodejs/node/commit/f516f68032)] - **doc**: add a sentence about REPLACE…
898 …b74cc6c26`](https://github.com/nodejs/node/commit/3b74cc6c26)] - **doc**: revise Collaborator Guid…
899 …353de0f752`](https://github.com/nodejs/node/commit/353de0f752)] - **doc**: fix err\_synthetic issu…
900 …ae20d20`](https://github.com/nodejs/node/commit/cc4ae20d20)] - **doc**: improve doc on unintended …
901 …acbb279`](https://github.com/nodejs/node/commit/1f6acbb279)] - **doc**: document os.userInfo() thr…
902 …[`699d161f9e`](https://github.com/nodejs/node/commit/699d161f9e)] - **doc**: fix machine field in …
903 …https://github.com/nodejs/node/commit/618f641271)] - **doc**: remove redundant LTS/Current informa…
904 …[[`7a1f166cfa`](https://github.com/nodejs/node/commit/7a1f166cfa)] - **doc**: add documentation fo…
905 …https://github.com/nodejs/node/commit/f5db5090bc)] - **doc**: remove outdated COLLABORATOR\_GUIDE …
906 …ccb8aec35`](https://github.com/nodejs/node/commit/accb8aec35)] - **doc**: revise inspect security …
907 * [[`fd98d62909`](https://github.com/nodejs/node/commit/fd98d62909)] - **doc**: revise style guide …
908 …c5099f4b`](https://github.com/nodejs/node/commit/60c5099f4b)] - **domain**: avoid circular memory …
909 * [[`2b48a381b9`](https://github.com/nodejs/node/commit/2b48a381b9)] - **fs**: remove redundant cal…
910 * [[`29c195e17f`](https://github.com/nodejs/node/commit/29c195e17f)] - **fs**: remove useless inter…
911 …82978eb`](https://github.com/nodejs/node/commit/51982978eb)] - **http**: improve performance for i…
912 …c9f1d323`](https://github.com/nodejs/node/commit/90c9f1d323)] - **http**: reduce multiple output a…
913 …https://github.com/nodejs/node/commit/a5247cc180)] - **(SEMVER-MINOR)** **http**: makes response.w…
914 …9e70a`](https://github.com/nodejs/node/commit/b7fb49e70a)] - **http**: remove redundant call to so…
915 …9eb1d8`](https://github.com/nodejs/node/commit/25c19eb1d8)] - **http**: make timeout event work wi…
916 …[`0899c8bb32`](https://github.com/nodejs/node/commit/0899c8bb32)] - **http2**: improve compat perf…
917 …https://github.com/nodejs/node/commit/237b5e65e4)] - **(SEMVER-MINOR)** **http2**: makes response.…
918 …https://github.com/nodejs/node/commit/6967407b19)] - **inspector, trace_events**: make sure messag…
919 …`d02ad40d42`](https://github.com/nodejs/node/commit/d02ad40d42)] - **inspector,vm**: remove --eval…
920 …2e6bb32b2`](https://github.com/nodejs/node/commit/32e6bb32b2)] - **lib**: merge 'undefined' into o…
921 * [[`b2b37c631a`](https://github.com/nodejs/node/commit/b2b37c631a)] - **lib**: simplify 'umask' (M…
922 * [[`b1a8927adc`](https://github.com/nodejs/node/commit/b1a8927adc)] - **lib**: fix the typo error …
923 …5f4a1f2ac`](https://github.com/nodejs/node/commit/d5f4a1f2ac)] - **lib**: save a copy of Symbol in…
924 …47e`](https://github.com/nodejs/node/commit/bd932a347e)] - **lib**: move per\_context.js under lib…
925 …](https://github.com/nodejs/node/commit/f40e0fcdcb)] - **lib**: replace 'assert' with 'internal/as…
926 …f51`](https://github.com/nodejs/node/commit/8ade433f51)] - **lib**: move signal event handling int…
927 …](https://github.com/nodejs/node/commit/92ca50636c)] - **lib**: save primordials during bootstrap …
928 …b8d2ca85f`](https://github.com/nodejs/node/commit/1b8d2ca85f)] - **lib**: remove dollar symbol for…
929 …https://github.com/nodejs/node/commit/b06f2fafe7)] - **lib**: use `internal/options` to query `--a…
930 …2e4520`](https://github.com/nodejs/node/commit/0b302e4520)] - **lib**: fix a few minor issues flag…
931 * [[`99bc0df74c`](https://github.com/nodejs/node/commit/99bc0df74c)] - **lib**: refactor ERR\_SYNTH…
932 … [[`1c6fadea31`](https://github.com/nodejs/node/commit/1c6fadea31)] - **meta**: clarify EoL platfo…
933 …cf76b7`](https://github.com/nodejs/node/commit/03ffcf76b7)] - **n-api**: finalize during second-pa…
934 * [[`5f6a710d8d`](https://github.com/nodejs/node/commit/5f6a710d8d)] - **os,report**: use UV\_MAXHO…
935 …](https://github.com/nodejs/node/commit/2cbb7a85db)] - **(SEMVER-MINOR)** **perf_hooks**: implemen…
936 …de`](https://github.com/nodejs/node/commit/e81c6c81de)] - **perf_hooks**: only enable GC tracking …
937 …91ad46`](https://github.com/nodejs/node/commit/9d6291ad46)] - **process**: refactor lib/internal/b…
938 …eb47d48`](https://github.com/nodejs/node/commit/8d3eb47d48)] - **process**: use primordials in boo…
939 …4a5c9`](https://github.com/nodejs/node/commit/85bc64a5c9)] - **process**: document the bootstrap p…
940 …`](https://github.com/nodejs/node/commit/ae21fca36b)] - **process**: normalize process.execPath in…
941 …8`](https://github.com/nodejs/node/commit/614bb9f3c8)] - **process**: normalize process.argv befor…
942 …b83`](https://github.com/nodejs/node/commit/9a7e883b83)] - **process**: group main thread executio…
943 …https://github.com/nodejs/node/commit/d7bf070652)] - **process**: move deprecation warning initial…
944 …[`d7ed125fd1`](https://github.com/nodejs/node/commit/d7ed125fd1)] - **process**: stub unsupported …
945 …7d8`](https://github.com/nodejs/node/commit/c8bf4327d8)] - **process**: move process mutation into…
946 …](https://github.com/nodejs/node/commit/1d76ba1b3d)] - **(SEMVER-MINOR)** **process**: expose proc…
947 …6a4fb6d01`](https://github.com/nodejs/node/commit/e6a4fb6d01)] - **process**: split execution into…
948 …c9e`](https://github.com/nodejs/node/commit/f4cfbf4c9e)] - **process**: move setup of process warn…
949 …253b5f2d`](https://github.com/nodejs/node/commit/cc253b5f2d)] - **process**: simplify report uncau…
950 …https://github.com/nodejs/node/commit/4c22d6eaa1)] - **(SEMVER-MINOR)** **repl**: add repl.setupHi…
951 …c737a89d5`](https://github.com/nodejs/node/commit/2c737a89d5)] - **repl**: remove obsolete buffer …
952 … [[`5aaeb01655`](https://github.com/nodejs/node/commit/5aaeb01655)] - **repl**: fix eval return va…
953 …66cb58a9b`](https://github.com/nodejs/node/commit/e66cb58a9b)] - **repl**: simplify and improve co…
954 …1e8`](https://github.com/nodejs/node/commit/dfd47aa1e8)] - **report**: make more items programmati…
955 …`88019b051c`](https://github.com/nodejs/node/commit/88019b051c)] - **report**: rename setDiagnosti…
956 …[`c8ceece815`](https://github.com/nodejs/node/commit/c8ceece815)] - **report**: refactor report op…
957 …2d17c16`](https://github.com/nodejs/node/commit/afb2d17c16)] - **report**: use uv\_getnameinfo() f…
958 * [[`3f400310bd`](https://github.com/nodejs/node/commit/3f400310bd)] - **report**: widen scope of #…
959 …8494a61d79`](https://github.com/nodejs/node/commit/8494a61d79)] - **report**: remove unnecessary c…
960 …7443288c68`](https://github.com/nodejs/node/commit/7443288c68)] - **report**: remove empty string …
961 …014`](https://github.com/nodejs/node/commit/6c51ec3014)] - **report**: include information about e…
962 …`30a4e8900a`](https://github.com/nodejs/node/commit/30a4e8900a)] - **report**: print libuv handle …
963 …d39a54354`](https://github.com/nodejs/node/commit/6d39a54354)] - **report**: use libuv calls for O…
964 … [[`1007416596`](https://github.com/nodejs/node/commit/1007416596)] - **report**: separate release…
965 * [[`b1e0c43abd`](https://github.com/nodejs/node/commit/b1e0c43abd)] - **report**: disambiguate gli…
966 * [[`f6c8820b46`](https://github.com/nodejs/node/commit/f6c8820b46)] - **report**: fix typo in erro…
967 …816ef`](https://github.com/nodejs/node/commit/d4631816ef)] - **report**: use consistent format for…
968 …cc22fd7be9`](https://github.com/nodejs/node/commit/cc22fd7be9)] - **report**: split up osVersion a…
969 …71d6762ca`](https://github.com/nodejs/node/commit/f71d6762ca)] - **src**: remove redundant cast in…
970 …70b`](https://github.com/nodejs/node/commit/adaa2ae70b)] - **src**: add lock to inspector `MainThr…
971 …[[`731c2731d2`](https://github.com/nodejs/node/commit/731c2731d2)] - **src**: add WeakReference ut…
972 …b34ae421`](https://github.com/nodejs/node/commit/7ab34ae421)] - **src**: remove unused method in c…
973 …7ae1054ef`](https://github.com/nodejs/node/commit/d7ae1054ef)] - **src**: remove redundant cast in…
974 …6c6e678eaa`](https://github.com/nodejs/node/commit/6c6e678eaa)] - **src**: remove unused class in …
975 * [[`24d9e9c8b6`](https://github.com/nodejs/node/commit/24d9e9c8b6)] - **src**: remove redundant vo…
976 …`5de103430f`](https://github.com/nodejs/node/commit/5de103430f)] - **src**: use NULL check macros …
977 …(https://github.com/nodejs/node/commit/c47eb932bc)] - **src**: move process.reallyExit impl into n…
978 …7b7559`](https://github.com/nodejs/node/commit/01bb7b7559)] - **src**: split ownsProcessState off …
979 * [[`fd6ce533aa`](https://github.com/nodejs/node/commit/fd6ce533aa)] - **src**: remove main\_isolat…
980 …2ec23201`](https://github.com/nodejs/node/commit/b72ec23201)] - **src**: move public C++ APIs into…
981 …https://github.com/nodejs/node/commit/0a154ff7ad)] - **src**: move v8\_platform implementation int…
982 …7`](https://github.com/nodejs/node/commit/d342707fa7)] - **src**: remove unused `internalBinding('…
983 …7e`](https://github.com/nodejs/node/commit/756558617e)] - **src**: pass cli options to bootstrap/l…
984 * [[`85d5f67efe`](https://github.com/nodejs/node/commit/85d5f67efe)] - **src**: fix return type in …
985 …5773cf`](https://github.com/nodejs/node/commit/779a5773cf)] - **src**: refactor macro to std::min …
986 * [[`76687dedce`](https://github.com/nodejs/node/commit/76687dedce)] - **src**: remove unused varia…
987 …`](https://github.com/nodejs/node/commit/b280d90279)] - **src**: simplify NativeModule caching and…
988 …`](https://github.com/nodejs/node/commit/469cdacd59)] - **src**: pass along errors from StreamBase…
989 …8785f`](https://github.com/nodejs/node/commit/d6f3b8785f)] - **src**: pass along errors from fs ob…
990 …4dc3`](https://github.com/nodejs/node/commit/0672c24dc3)] - **src**: pass along errors from http2 …
991 …520d0`](https://github.com/nodejs/node/commit/e3fd7520d0)] - **src**: pass along errors from tls o…
992 …`e0af205c98`](https://github.com/nodejs/node/commit/e0af205c98)] - **src**: nullcheck on trace con…
993 …1d`](https://github.com/nodejs/node/commit/c72c4b041d)] - **src**: allow --perf-prof-unwinding-inf…
994 …](https://github.com/nodejs/node/commit/e6a2548807)] - **src**: allow --perf-basic-prof-only-funct…
995 …[`7cf484c656`](https://github.com/nodejs/node/commit/7cf484c656)] - **src**: refactor SSLError cas…
996 …313bb31`](https://github.com/nodejs/node/commit/55a313bb31)] - **src**: make watchdog async callba…
997 …e9f37d314`](https://github.com/nodejs/node/commit/de9f37d314)] - **src**: make deleted function pu…
998 …](https://github.com/nodejs/node/commit/620d429343)] - **src**: use bool instead of integer litera…
999 …[[`8cedfb8196`](https://github.com/nodejs/node/commit/8cedfb8196)] - **src**: refactor to nullptr …
1000 … [[`f5d50342b0`](https://github.com/nodejs/node/commit/f5d50342b0)] - **src**: clean unused code i…
1001 …5044ff`](https://github.com/nodejs/node/commit/2d575044ff)] - **src**: fix compiler warnings in no…
1002 …5ed0b1d7`](https://github.com/nodejs/node/commit/015ed0b1d7)] - **src**: remove redundant method i…
1003 …4655e93dd`](https://github.com/nodejs/node/commit/44655e93dd)] - **src**: delete unreachable code …
1004 …[`5a66e380ff`](https://github.com/nodejs/node/commit/5a66e380ff)] - **src**: fix data type in node…
1005 …77d31`](https://github.com/nodejs/node/commit/d4c4f77d31)] - **src**: const\_cast is necessary for…
1006 …a8376ffe`](https://github.com/nodejs/node/commit/b5a8376ffe)] - **src**: organize TLSWrap declarat…
1007 …0772ce35fb`](https://github.com/nodejs/node/commit/0772ce35fb)] - **src**: remove unused TLWrap::E…
1008 …665e`](https://github.com/nodejs/node/commit/703549665e)] - **src**: add PrintLibuvHandleInformati…
1009 …12ef`](https://github.com/nodejs/node/commit/2e80b912ef)] - **src**: use `visibility("default")` e…
1010 …891788`](https://github.com/nodejs/node/commit/e28d891788)] - **src**: fix race condition in `~Nod…
1011 …1d90fd`](https://github.com/nodejs/node/commit/bd771d90fd)] - **src**: remove unimplemented method…
1012 …[[`00f8e86702`](https://github.com/nodejs/node/commit/00f8e86702)] - **src**: use nullptr in node\…
1013 …b5010`](https://github.com/nodejs/node/commit/84358b5010)] - **src**: handle errors while printing…
1014 …290542`](https://github.com/nodejs/node/commit/f027290542)] - **src**: use struct as arguments to …
1015 …880e`](https://github.com/nodejs/node/commit/8a8c17880e)] - **src**: remove unused AsyncResource c…
1016 …7556994d83`](https://github.com/nodejs/node/commit/7556994d83)] - **src**: remove unused method in…
1017 …72`](https://github.com/nodejs/node/commit/882902c672)] - **src**: pass along errors from PromiseW…
1018 …`998cea567f`](https://github.com/nodejs/node/commit/998cea567f)] - **src**: workaround MSVC compil…
1019 …072d0`](https://github.com/nodejs/node/commit/b779c072d0)] - **src**: make `StreamPipe::Unpipe()` …
1020 …b014d5299`](https://github.com/nodejs/node/commit/0b014d5299)] - **src**: make deleted functions p…
1021 … [[`be499c3c7b`](https://github.com/nodejs/node/commit/be499c3c7b)] - **src**: simplify SlicedArgu…
1022 …e0008`](https://github.com/nodejs/node/commit/35454e0008)] - **src**: fix indentation in a few nod…
1023 …d12f4`](https://github.com/nodejs/node/commit/3f080d12f4)] - **src**: add debug check for inspecto…
1024 …49039d26`](https://github.com/nodejs/node/commit/0949039d26)] - **src**: add handle scope to `OnFa…
1025 …2690705`](https://github.com/nodejs/node/commit/d9c2690705)] - **src**: turn ROUND\_UP into an inl…
1026 …34cec4`](https://github.com/nodejs/node/commit/3cd134cec4)] - **src,lib**: remove dead `process.bi…
1027 …b86357d22`](https://github.com/nodejs/node/commit/cb86357d22)] - **test**: replaced anonymous fn w…
1028 …a84`](https://github.com/nodejs/node/commit/64cc234a84)] - **test**: use emitter.listenerCount() i…
1029 …23a9fc57`](https://github.com/nodejs/node/commit/6323a9fc57)] - **test**: refactor two http client…
1030 …1330b2f84`](https://github.com/nodejs/node/commit/61330b2f84)] - **test**: add assert test for pos…
1031 …62fd08`](https://github.com/nodejs/node/commit/896962fd08)] - **test**: add `Worker` + `--prof` re…
1032 …6f6130a`](https://github.com/nodejs/node/commit/3eb6f6130a)] - **test**: capture stderr from child…
1033 …3f944a2`](https://github.com/nodejs/node/commit/d123f944a2)] - **test**: remove extraneous report …
1034 … [[`de587bae8a`](https://github.com/nodejs/node/commit/de587bae8a)] - **test**: refactor to block-…
1035 …[`4dca3ab23d`](https://github.com/nodejs/node/commit/4dca3ab23d)] - **test**: exit sequence sanity…
1036 …9139e5a0`](https://github.com/nodejs/node/commit/ef9139e5a0)] - **test**: end tls gracefully, rath…
1037 …f5ea295`](https://github.com/nodejs/node/commit/7e9f5ea295)] - **test**: pin regression test for #…
1038 …9a608dca`](https://github.com/nodejs/node/commit/1b9a608dca)] - **test**: refactor test-http-agent…
1039 …d007cd`](https://github.com/nodejs/node/commit/c457d007cd)] - **test**: clarify confusion over "cl…
1040 …e867685c`](https://github.com/nodejs/node/commit/1be867685c)] - **test**: use mustCall(), not glob…
1041 …2c8e945`](https://github.com/nodejs/node/commit/50d2c8e945)] - **test**: use common.mustCall(), an…
1042 …b542e8ba0`](https://github.com/nodejs/node/commit/1b542e8ba0)] - **test**: use mustCall in ephemer…
1043 …782f8`](https://github.com/nodejs/node/commit/898cf782f8)] - **test**: send a bad record only afte…
1044 …ce267b21c`](https://github.com/nodejs/node/commit/ace267b21c)] - **test**: do not race connection …
1045 …`639dc07ca0`](https://github.com/nodejs/node/commit/639dc07ca0)] - **test**: do not assume tls han…
1046 …30f4b7`](https://github.com/nodejs/node/commit/cc6b30f4b7)] - **test**: do not assume server gets …
1047 …7a37d95a`](https://github.com/nodejs/node/commit/c17a37d95a)] - **test**: wait for TCP connect, no…
1048 …991fae6`](https://github.com/nodejs/node/commit/1f8991fae6)] - **test**: add util.isDeepStrictEqua…
1049 …aa10aeb75`](https://github.com/nodejs/node/commit/baa10aeb75)] - **test**: add BigInt test for isD…
1050 … [[`c866b52942`](https://github.com/nodejs/node/commit/c866b52942)] - **test**: remove obsolete co…
1051 …e3165d6e7`](https://github.com/nodejs/node/commit/ee3165d6e7)] - **test**: relax expectations in t…
1052 …a7c3e31`](https://github.com/nodejs/node/commit/025a7c3e31)] - **test**: do not fail SLOW tests if…
1053 …9`](https://github.com/nodejs/node/commit/059d30e369)] - **test**: add hasCrypto to worker-cleanex…
1054 …b943937f`](https://github.com/nodejs/node/commit/7cb943937f)] - **test**: refactor test-http-agent…
1055 …f3e84804`](https://github.com/nodejs/node/commit/cdf3e84804)] - **test**: exclude additional test …
1056 …a440d52`](https://github.com/nodejs/node/commit/704a440d52)] - **test**: allow coverage threshold …
1057 …[`5bffcf6246`](https://github.com/nodejs/node/commit/5bffcf6246)] - **test**: run html/webappapis/…
1058 …`579220815a`](https://github.com/nodejs/node/commit/579220815a)] - **test**: pull html/webappapis/…
1059 …ffa`](https://github.com/nodejs/node/commit/d683da7ffa)] - **test, tools**: suppress addon functio…
1060 …18064`](https://github.com/nodejs/node/commit/2009f18064)] - **test,tracing**: use close event to …
1061 …788c6`](https://github.com/nodejs/node/commit/8495a788c6)] - **tls**: renegotiate should take care…
1062 …fb83f842a8`](https://github.com/nodejs/node/commit/fb83f842a8)] - **tls**: in-line comments and ot…
1063 …0b56f3f7`](https://github.com/nodejs/node/commit/4d0b56f3f7)] - **tls**: don't shadow the tls glob…
1064 …ed`](https://github.com/nodejs/node/commit/7656d58eed)] - **(SEMVER-MINOR)** **tls**: introduce cl…
1065 …20`](https://github.com/nodejs/node/commit/6ca8d26020)] - **tools**: apply more stringent lint rul…
1066 …5d662bd1`](https://github.com/nodejs/node/commit/c55d662bd1)] - **tools**: replace deprecated ESLi…
1067 * [[`e13c1850d2`](https://github.com/nodejs/node/commit/e13c1850d2)] - **tools**: update ESLint to …
1068 …[`8d14870b15`](https://github.com/nodejs/node/commit/8d14870b15)] - **tools**: update dmn in updat…
1069 …c7141d4`](https://github.com/nodejs/node/commit/988c7141d4)] - **tools**: improve prerequisites fo…
1070 …728b32`](https://github.com/nodejs/node/commit/f395728b32)] - **tools**: exclude benchmark code fr…
1071 …[`9d2ea1802b`](https://github.com/nodejs/node/commit/9d2ea1802b)] - **tools**: add test-all-suites…
1072 …(https://github.com/nodejs/node/commit/9f1bcd44df)] - **tools**: make test.py Python 3 compatible …
1073 …78a701`](https://github.com/nodejs/node/commit/454278a701)] - **tools**: refloat Node.js patches t…
1074 …b9289f41af`](https://github.com/nodejs/node/commit/b9289f41af)] - **tools**: bump cpplint.py to 3d…
1075 …9aefe2a0`](https://github.com/nodejs/node/commit/9c9aefe2a0)] - **worker**: set stack size for wor…
1076 … [[`23868ba45e`](https://github.com/nodejs/node/commit/23868ba45e)] - **worker**: keep stdio after…
1077 …817f`](https://github.com/nodejs/node/commit/6c1e92817f)] - **worker**: set up child Isolate insid…
1078 …[[`1764aae193`](https://github.com/nodejs/node/commit/1764aae193)] - **worker**: pre-allocate thre…
1079 …f63817fd38`](https://github.com/nodejs/node/commit/f63817fd38)] - **worker**: refactor thread id m…
1080 …a`](https://github.com/nodejs/node/commit/8db6b8a95a)] - **worker**: move worker thread setup code…
1081 …https://github.com/nodejs/node/commit/5d2e064973)] - **worker**: no throw on property access/postM…
1082 …7f0f`](https://github.com/nodejs/node/commit/508a2e7f0f)] - **worker**: use correct ctor for error…
1083 …d4b7a928`](https://github.com/nodejs/node/commit/52d4b7a928)] - **worker**: remove undocumented .o…
1084 …aa30ebd`](https://github.com/nodejs/node/commit/e70aa30ebd)] - **worker**: add mutex lock to Messa…
1085 …70253b`](https://github.com/nodejs/node/commit/55c270253b)] - **worker**: throw for duplicates in …
1086 …60242`](https://github.com/nodejs/node/commit/c959d60242)] - **worker,etw**: only enable ETW on th…
1096 Node.js still does not. [#25381](https://github.com/nodejs/node/pull/25381)
1100 …https://github.com/nodejs/node/commit/bc81a68f20)] - **build**: make compress\_json python3 compat…
1101 …https://github.com/nodejs/node/commit/30949f8dba)] - **build**: make configure.py compatible with …
1102 …](https://github.com/nodejs/node/commit/d4ec110c65)] - **(SEMVER-MINOR)** **deps**: update archs f…
1103 …7`](https://github.com/nodejs/node/commit/5225214d07)] - **(SEMVER-MINOR)** **deps**: fix for non …
1104 …https://github.com/nodejs/node/commit/ad04d7bea1)] - **(SEMVER-MINOR)** **deps**: add only avx2 co…
1105 …](https://github.com/nodejs/node/commit/670f10053a)] - **(SEMVER-MINOR)** **deps**: add s390 asm r…
1106 …https://github.com/nodejs/node/commit/0a0f15f768)] - **(SEMVER-MINOR)** **deps**: fix MacOS and Wi…
1107 …bd`](https://github.com/nodejs/node/commit/e2043999bd)] - **(SEMVER-MINOR)** **deps**: fix gyp/gyp…
1108 …3`](https://github.com/nodejs/node/commit/c581b9a253)] - **(SEMVER-MINOR)** **deps**: upgrade open…
1109 …445e5`](https://github.com/nodejs/node/commit/c82f2445e5)] - **dns**: use IDNA 2008 to encode non-…
1110 …ddc7736`](https://github.com/nodejs/node/commit/c56ddc7736)] - **doc**: document uniqueness of wor…
1111 …9`](https://github.com/nodejs/node/commit/7c8d57d4a9)] - **doc**: revise breaking changes material…
1112 …`edc9ceb16e`](https://github.com/nodejs/node/commit/edc9ceb16e)] - **doc**: fix issue with worker\…
1113 …e18b128`](https://github.com/nodejs/node/commit/1d6e18b128)] - **doc**: fix http.Agent timeout opt…
1114 …https://github.com/nodejs/node/commit/5d5c528120)] - **(SEMVER-MINOR)** **doc**: fix assembler req…
1115 …c69d376`](https://github.com/nodejs/node/commit/34bc69d376)] - **doc**: fix file extension on ESM …
1116 …1204a`](https://github.com/nodejs/node/commit/b218b1204a)] - **doc**: remove outdated s\_client in…
1117 …1aa7f4d72d`](https://github.com/nodejs/node/commit/1aa7f4d72d)] - **doc**: fix metadata for v11.8.…
1118 …https://github.com/nodejs/node/commit/3c5a7a2f97)] - **doc**: fix keyObject.symmetricSize to be ke…
1119 … [[`e47511943b`](https://github.com/nodejs/node/commit/e47511943b)] - **doc**: add metadata to rep…
1120 * [[`237ec396d0`](https://github.com/nodejs/node/commit/237ec396d0)] - **doc**: fix 11.8.0 changelo…
1121 …149cfa3a`](https://github.com/nodejs/node/commit/48149cfa3a)] - **doc**: clarify what dns.setResol…
1122 …88f0df3b`](https://github.com/nodejs/node/commit/3488f0df3b)] - **doc**: link nextTick docs to the…
1123 …e1f65`](https://github.com/nodejs/node/commit/c93e5e1f65)] - **doc**: simplify process.binding() d…
1124 …40b09243`](https://github.com/nodejs/node/commit/0640b09243)] - **lib**: refactor policy code for …
1125 …`634cf131f4`](https://github.com/nodejs/node/commit/634cf131f4)] - **module**: do not use `process…
1126 …8`](https://github.com/nodejs/node/commit/143274af38)] - **module**: silence ModuleJob unhandled r…
1127 …[`fc38b20c7c`](https://github.com/nodejs/node/commit/fc38b20c7c)] - **perf_hooks**: clean up GC li…
1128 …f7701`](https://github.com/nodejs/node/commit/f3179f7701)] - **policy**: ensure workers do not rea…
1129 …`](https://github.com/nodejs/node/commit/ee61ab6894)] - **repl**: improve doc for disabling REPL h…
1130 …ce28caf517`](https://github.com/nodejs/node/commit/ce28caf517)] - **report**: represent numbers as…
1131 … [[`1dfdbc6cf7`](https://github.com/nodejs/node/commit/1dfdbc6cf7)] - **report**: refactor JSON wr…
1132 …a5a`](https://github.com/nodejs/node/commit/14bce1ea5a)] - **report**: do not use `uv_default_loop…
1133 …2d633366`](https://github.com/nodejs/node/commit/152d633366)] - **src**: remove unused env\_ field…
1134 …`](https://github.com/nodejs/node/commit/c0951062b9)] - **src**: pass along errors from i18n conve…
1135 …d5`](https://github.com/nodejs/node/commit/deebf10bd5)] - **src**: pass along errors from vm data …
1136 …029`](https://github.com/nodejs/node/commit/8ee4810029)] - **src**: pass along errors from KeyObje…
1137 …504`](https://github.com/nodejs/node/commit/ced4e71504)] - **src**: pass along errors from perf ob…
1138 …ac`](https://github.com/nodejs/node/commit/5add2b56ac)] - **src**: pass along errors from process …
1139 …79`](https://github.com/nodejs/node/commit/2928672679)] - **src**: pass along errors from stream o…
1140 …ebcdbebcee`](https://github.com/nodejs/node/commit/ebcdbebcee)] - **src**: remove unused field in …
1141 …af41aef`](https://github.com/nodejs/node/commit/6d9af41aef)] - **src**: in-source comments and min…
1142 …10858f7`](https://github.com/nodejs/node/commit/09a10858f7)] - **src**: remove unnecessary call to…
1143 …a521d`](https://github.com/nodejs/node/commit/86e79a521d)] - **src**: remove unused and unimplemen…
1144 …1d1975ff`](https://github.com/nodejs/node/commit/021d1975ff)] - **src**: fix macro duplicate decla…
1145 …ce`](https://github.com/nodejs/node/commit/845bcfa1ce)] - **src**: simplify inspector initializati…
1146 …7111a69b`](https://github.com/nodejs/node/commit/797111a69b)] - **src**: avoid race condition in t…
1147 …(https://github.com/nodejs/node/commit/b113332daf)] - **src**: ensure no more platform foreground …
1148 …1531a7`](https://github.com/nodejs/node/commit/7cc51531a7)] - **src**: remove has\_experimental\_p…
1149 …43eeaf9a`](https://github.com/nodejs/node/commit/4b43eeaf9a)] - **src,test**: fix JSON escaping in…
1150 … [[`af9592d6b1`](https://github.com/nodejs/node/commit/af9592d6b1)] - **test**: refactor test/comm…
1151 …031060`](https://github.com/nodejs/node/commit/e2ee031060)] - **test**: move client renegotiation …
1152 …174dd7280`](https://github.com/nodejs/node/commit/b174dd7280)] - **test**: use fipsMode in test-cr…
1153 …6a`](https://github.com/nodejs/node/commit/fa2a857e6a)] - **test**: refactor test-http-client-time…
1154 …5d`](https://github.com/nodejs/node/commit/15f6b8e25d)] - **test**: add test for `worker.terminate…
1155 …[[`c2136348a1`](https://github.com/nodejs/node/commit/c2136348a1)] - **test**: move heapdump tests…
1156 …[`ae19f944f8`](https://github.com/nodejs/node/commit/ae19f944f8)] - **test**: exit sequence sanity…
1157 …439ad8`](https://github.com/nodejs/node/commit/af6e439ad8)] - **test**: enable marking of failing …
1158 …`6203d05a3c`](https://github.com/nodejs/node/commit/6203d05a3c)] - **test**: fix zlib-brotli outpu…
1159 …7274d07d2`](https://github.com/nodejs/node/commit/77274d07d2)] - **test**: rewrite fs {f}utimes te…
1160 …https://github.com/nodejs/node/commit/29002ceb4e)] - **(SEMVER-MINOR)** **test**: assert on client…
1161 * [[`c7dbb72530`](https://github.com/nodejs/node/commit/c7dbb72530)] - **test**: remove pummel/test…
1162 …adbd`](https://github.com/nodejs/node/commit/4b2a1eadbd)] - **test**: replace s\_client in test-ht…
1163 …2234a6`](https://github.com/nodejs/node/commit/7d682234a6)] - **test**: remove unused uncaughtExce…
1164 …6ad3b`](https://github.com/nodejs/node/commit/271126ad3b)] - **test**: remove s\_client from test-…
1165 …90c063ecb`](https://github.com/nodejs/node/commit/190c063ecb)] - **test**: replace Google servers …
1166 …05033`](https://github.com/nodejs/node/commit/f33d705033)] - **test**: fix sequential/test-perform…
1167 * [[`1905f8ef55`](https://github.com/nodejs/node/commit/1905f8ef55)] - **test**: remove common.isOS…
1168 …3`](https://github.com/nodejs/node/commit/9f1b5c6193)] - **test**: remove known\_issues/test-clust…
1169 …[`d0705bd24b`](https://github.com/nodejs/node/commit/d0705bd24b)] - **timers**: truncate decimal v…
1170 …https://github.com/nodejs/node/commit/d5b2135dde)] - **tls**: fix malloc mismatch in SSL\_set\_tls…
1171 …https://github.com/nodejs/node/commit/6e80f6d9a1)] - **(SEMVER-MINOR)** **tls**: workaround handsh…
1172 …](https://github.com/nodejs/node/commit/c34c5694eb)] - **(SEMVER-MINOR)** **tls**: make ossl 1.1.1…
1173 …69c69`](https://github.com/nodejs/node/commit/8032969c69)] - **tools**: make trailing commas consi…
1174 …6505e3`](https://github.com/nodejs/node/commit/7ba66505e3)] - **tools**: make test.py Queue part P…
1175 …https://github.com/nodejs/node/commit/e6ad7f4c9c)] - **tools**: make mkssldef.py Python 3 compatib…
1176 …81fef988`](https://github.com/nodejs/node/commit/bc81fef988)] - **vm**: mark scripts as shareable …
1177 …69b2bf14`](https://github.com/nodejs/node/commit/fb69b2bf14)] - **worker**: export workerData to E…
1185 …eption will have more information about the argument. [nodejs/node#25621](https://github.com/nodej…
1187 …runcated rather than unavailable in case of an error. [nodejs/node#24951](https://github.com/nodej…
1189 …ty checks through a manifest file is implemented now. [nodejs/node#23834](https://github.com/nodej…
1191 …* The `napi_threadsafe_function` feature is now stable. [nodejs/node#25556](https://github.com/nod…
1193 …e as `process.report` and through command line flags. [nodejs/node#22712](https://github.com/nodej…
1195 …timeout` option analogous to the `net.connect()` one. [nodejs/node#25517](https://github.com/nodej…
1197 …ble as a read-only function inside Worker threads now [nodejs/node#25526](https://github.com/nodej…
1198 …set of Node.js command line options is supported now. [nodejs/node#25467](https://github.com/nodej…
1202 …ab92c88a`](https://github.com/nodejs/node/commit/5fab92c88a)] - **build**: remove AIX/ppc (32bit) …
1203 …https://github.com/nodejs/node/commit/34da9a3089)] - **build**: make install.py python 3 compatiab…
1204 …https://github.com/nodejs/node/commit/8cc936a8ea)] - **build**: remove erroneous duplicate declara…
1205 …902`](https://github.com/nodejs/node/commit/28894af902)] - **build**: do not lint python scripts u…
1206 …7d040dd77`](https://github.com/nodejs/node/commit/47d040dd77)] - **build**: introduce --openssl-is…
1207 …](https://github.com/nodejs/node/commit/ac5fa2c7f6)] - **child_process**: truncate output when max…
1208 …6`](https://github.com/nodejs/node/commit/3c661f0aa6)] - **console**: refactor inspector console e…
1209 …069c65`](https://github.com/nodejs/node/commit/f415069c65)] - **crypto**: add crypto modules to ca…
1210 …[[`bb7f71ad8a`](https://github.com/nodejs/node/commit/bb7f71ad8a)] - **crypto**: fix key handle ex…
1211 * [[`c0859d7176`](https://github.com/nodejs/node/commit/c0859d7176)] - **deps**: upgrade to libuv 1…
1212 …8a225c6c`](https://github.com/nodejs/node/commit/9d8a225c6c)] - **doc**: add note regarding pushin…
1213 …f9d4bc`](https://github.com/nodejs/node/commit/5440f9d4bc)] - **doc**: use correct placeholder for…
1214 …6ef5`](https://github.com/nodejs/node/commit/4f38106ef5)] - **(SEMVER-MINOR)** **doc**: add node-r…
1215 …c438acc8`](https://github.com/nodejs/node/commit/eac438acc8)] - **doc**: running coverage for indi…
1216 …478faa7b`](https://github.com/nodejs/node/commit/65478faa7b)] - **doc**: hyperlink reference to pr…
1217 …https://github.com/nodejs/node/commit/c5d89e6333)] - **doc**: reword stream docs to clarify that d…
1218 …46e8e68`](https://github.com/nodejs/node/commit/0c046e8e68)] - **doc**: correct my wrong note abou…
1219 …ff7a58c`](https://github.com/nodejs/node/commit/10bff7a58c)] - **doc**: add a note to `buf.fill()`…
1220 * [[`688fb8d619`](https://github.com/nodejs/node/commit/688fb8d619)] - **doc**: fix typo in Buffer …
1221 … [[`417023046e`](https://github.com/nodejs/node/commit/417023046e)] - **doc**: add Rich back to TS…
1222 …6c5bd8a5c`](https://github.com/nodejs/node/commit/26c5bd8a5c)] - **doc**: add metadata about ecdh …
1223 …`](https://github.com/nodejs/node/commit/593714e4bd)] - **events**: show inspected error in uncaug…
1224 …0c66cc`](https://github.com/nodejs/node/commit/d6b50c66cc)] - **http**: make ClientRequest#setTime…
1225 …e55c5c341d`](https://github.com/nodejs/node/commit/e55c5c341d)] - **http**: reuse noop function in…
1226 …410a189e`](https://github.com/nodejs/node/commit/9a410a189e)] - **http2**: allow fully synchronous…
1227 …73984`](https://github.com/nodejs/node/commit/f688e73984)] - **n-api**: change #ifdef to #if in no…
1228 …https://github.com/nodejs/node/commit/2b1858298a)] - **(SEMVER-MINOR)** **n-api**: mark thread-saf…
1229 …be6ebbb1`](https://github.com/nodejs/node/commit/0ebe6ebbb1)] - **os**: implement os.release() usi…
1230 …https://github.com/nodejs/node/commit/da8c526888)] - **(SEMVER-MINOR)** **policy**: manifest with …
1231 …8`](https://github.com/nodejs/node/commit/647a37f5d8)] - **process**: clarify the pre- and post-co…
1232 …ce65b`](https://github.com/nodejs/node/commit/b2834ce65b)] - **process**: fix call process.reallyE…
1233 …d8998e7`](https://github.com/nodejs/node/commit/92dd8998e7)] - **process**: check env-\>EmitProces…
1234 …[[`07f1bb001c`](https://github.com/nodejs/node/commit/07f1bb001c)] - **process**: allow reading um…
1235 …f`](https://github.com/nodejs/node/commit/f3d0591abf)] - **report**: use `uv_handle_type_name()` t…
1236 …01b`](https://github.com/nodejs/node/commit/03ba34401b)] - **report**: downgrade reinterpret\_cast…
1237 …`](https://github.com/nodejs/node/commit/07a0dc89ad)] - **report**: roll extra loop iteration in `…
1238 …68`](https://github.com/nodejs/node/commit/64959b6668)] - **report**: remove `internalBinding('con…
1239 …`4031b5c267`](https://github.com/nodejs/node/commit/4031b5c267)] - **report**: remove `InitializeR…
1240 … [[`0f91e0355a`](https://github.com/nodejs/node/commit/0f91e0355a)] - **report**: simplify rlimit …
1241 * [[`a02b621312`](https://github.com/nodejs/node/commit/a02b621312)] - **report**: simplify option …
1242 …8d98970`](https://github.com/nodejs/node/commit/c598d98970)] - **report**: use uv\_pid\_t instead …
1243 * [[`213eddd323`](https://github.com/nodejs/node/commit/213eddd323)] - **report**: remove unnecessa…
1244 …bbe58c47`](https://github.com/nodejs/node/commit/42bbe58c47)] - **report**: remove unnecessary int…
1245 …1a9b9c3`](https://github.com/nodejs/node/commit/a161a9b9c3)] - **src**: remove unnecessary `filena…
1246 …c59edcadc1`](https://github.com/nodejs/node/commit/c59edcadc1)] - **src**: remove using v8::Functi…
1247 …`](https://github.com/nodejs/node/commit/dbecc82524)] - **src**: remove outdated `Neuter()` call i…
1248 …efe9`](https://github.com/nodejs/node/commit/8f42c9efe9)] - **src**: silence compiler warning in n…
1249 …9216a138`](https://github.com/nodejs/node/commit/549216a138)] - **(SEMVER-MINOR)** **src**: merge …
1250 …0079`](https://github.com/nodejs/node/commit/55768c0079)] - **src**: restrict unloading addons to …
1251 …3a5b`](https://github.com/nodejs/node/commit/d9a8113a5b)] - **src**: pass along errors from `--sec…
1252 …91cedf25d`](https://github.com/nodejs/node/commit/291cedf25d)] - **src**: reduce includes of node\…
1253 …e05cb4fb`](https://github.com/nodejs/node/commit/03e05cb4fb)] - **src**: fix FIPS section in Sign:…
1254 …dc`](https://github.com/nodejs/node/commit/0897504adc)] - **src**: call `Environment::Exit()` for …
1255 …`](https://github.com/nodejs/node/commit/7ffa8ec756)] - **src**: reset `StopTracingAgent()` before…
1256 * [[`a9ffce908d`](https://github.com/nodejs/node/commit/a9ffce908d)] - **test**: fix pummel/test-ex…
1257 …3`](https://github.com/nodejs/node/commit/08ade9b0d3)] - **test**: clarify the path relativeness o…
1258 …8d3b72`](https://github.com/nodejs/node/commit/74ee8d3b72)] - **test**: run html/webappapis/microt…
1259 …70feae`](https://github.com/nodejs/node/commit/572a70feae)] - **test**: pull html/webappapis/micro…
1260 …4ab280`](https://github.com/nodejs/node/commit/90a64ab280)] - **test**: add stdio checks to cp-exe…
1261 …f91dcc`](https://github.com/nodejs/node/commit/0800f91dcc)] - **(SEMVER-MINOR)** **test**: add nod…
1262 …[[`7490fc880e`](https://github.com/nodejs/node/commit/7490fc880e)] - **test**: switch to native v8…
1263 …d358b1fd`](https://github.com/nodejs/node/commit/ecd358b1fd)] - **test**: revoke flaky designation…
1264 …(https://github.com/nodejs/node/commit/5a0332ed31)] - **test**: remove potential race condition in…
1265 …`](https://github.com/nodejs/node/commit/6881454d92)] - **test**: replace common.PORT with `0` in …
1266 …5684da5360`](https://github.com/nodejs/node/commit/5684da5360)] - **test**: changed function to ar…
1267 …efe089e01a`](https://github.com/nodejs/node/commit/efe089e01a)] - **test**: use stronger curves fo…
1268 …27399`](https://github.com/nodejs/node/commit/3dcdf27399)] - **test**: change ciphers from RC4 to …
1269 …faa1776048`](https://github.com/nodejs/node/commit/faa1776048)] - **test**: relax chunk count expe…
1270 …0c0ee`](https://github.com/nodejs/node/commit/b8d780c0ee)] - **test**: ensure npm version is not r…
1271 …`2112b707e6`](https://github.com/nodejs/node/commit/2112b707e6)] - **test**: improve code coverage…
1272 …fb7`](https://github.com/nodejs/node/commit/4e52b07fb7)] - **test**: use fipsMode instead of commo…
1273 …](https://github.com/nodejs/node/commit/4c207d9b84)] - **test**: do not use uninitialized memory i…
1274 …[[`cfcb759e5d`](https://github.com/nodejs/node/commit/cfcb759e5d)] - **test**: prepare test-hash-s…
1275 …[`35240cab05`](https://github.com/nodejs/node/commit/35240cab05)] - **test**: refactor min() in te…
1276 …779ce29f39`](https://github.com/nodejs/node/commit/779ce29f39)] - **test**: add check for wrk to t…
1277 …61433c9`](https://github.com/nodejs/node/commit/ab861433c9)] - **test**: fix test-repl timeout and…
1278 …`6347940e9f`](https://github.com/nodejs/node/commit/6347940e9f)] - **test**: refactor pummel/test-…
1279 …07da2d3e7`](https://github.com/nodejs/node/commit/307da2d3e7)] - **test**: refactor pummel/test-ne…
1280 …41a5a`](https://github.com/nodejs/node/commit/69c0841a5a)] - **test**: refactor pummel/test-net-co…
1281 …[`817b44db54`](https://github.com/nodejs/node/commit/817b44db54)] - **test**: refactor pummel/test…
1282 …https://github.com/nodejs/node/commit/aa9a86aa32)] - **test,worker**: verify that `.terminate()` b…
1283 …9f57fd`](https://github.com/nodejs/node/commit/c3409f57fd)] - **tls**: do not free cert in `.getCe…
1284 …https://github.com/nodejs/node/commit/58952a1a96)] - **(SEMVER-MINOR)** **tls**: make tls.connect(…
1285 …[[`1cbadd8d1c`](https://github.com/nodejs/node/commit/1cbadd8d1c)] - **tools**: improve valgrind s…
1286 * [[`d9da4af245`](https://github.com/nodejs/node/commit/d9da4af245)] - **tools**: update ESLint to …
1287 …6107`](https://github.com/nodejs/node/commit/338f456107)] - **util**: fix iterable types with spec…
1288 …`](https://github.com/nodejs/node/commit/219b1b8ce1)] - **(SEMVER-MINOR)** **worker**: enable pass…
1296 …* Added brotli support (Anna Henningsen and Zach Vacura) [#24938](https://github.com/nodejs/node/p…
1298 …* Added `inspectOptions` option (Ruben Bridgewater) [#24978](https://github.com/nodejs/node/pull/2…
1300 …* Always accept private keys as public keys (Tobias Nießen) [#25217](https://github.com/nodejs/nod…
1302 * Upgrade npm to v6.5.0 (Jordan Harband) [#25234](https://github.com/nodejs/node/pull/25234)
1304 …s') internally instead of process.binding('fs') (Masashi Hirano) [#22478](https://github.com/nodej…
1306 …* Support overriding http\\s.globalAgent (Roy Sommer) [#25170](https://github.com/nodejs/node/pull…
1308 …* Inspect ArrayBuffers contents closely (Ruben Bridgewater) [#25006](https://github.com/nodejs/nod…
1310 …efault and remove `--experimental-worker` flag (Anna Henningsen) [#25361](https://github.com/nodej…
1314 …0c5f0`](https://github.com/nodejs/node/commit/e09dd0c5f0)] - **assert**: make `actual` and `expect…
1315 …6f75fda8`](https://github.com/nodejs/node/commit/516f75fda8)] - **benchmark**: fix net-wrap-js-str…
1316 …7a4694`](https://github.com/nodejs/node/commit/9a627a4694)] - **(SEMVER-MINOR)** **benchmark,test*…
1317 …`](https://github.com/nodejs/node/commit/8e84ccb502)] - **buffer**: move Buffer prototype wiring i…
1318 …`](https://github.com/nodejs/node/commit/042d20ab47)] - **buffer**: move initialization of buffer …
1319 …`68014fbc22`](https://github.com/nodejs/node/commit/68014fbc22)] - **buffer**: inspect extra prope…
1320 …d4940888d`](https://github.com/nodejs/node/commit/1d4940888d)] - **buffer**: refactor checks for S…
1321 …c4c3be03`](https://github.com/nodejs/node/commit/7dc4c3be03)] - **buffer**: fix crash for invalid …
1322 * [[`a4f50a62d5`](https://github.com/nodejs/node/commit/a4f50a62d5)] - **build**: set `-blibpath:` …
1323 …a3f189`](https://github.com/nodejs/node/commit/07ffa3f189)] - **build**: add check for empty opens…
1324 …[[`a2cc4bad0e`](https://github.com/nodejs/node/commit/a2cc4bad0e)] - **build**: fix Windows shared…
1325 …[`56e7e4f0cd`](https://github.com/nodejs/node/commit/56e7e4f0cd)] - **child_process**: simplify ar…
1326 …`272ddb1765`](https://github.com/nodejs/node/commit/272ddb1765)] - **console**: improve inspectOpt…
1327 …`](https://github.com/nodejs/node/commit/65d485b880)] - **(SEMVER-MINOR)** **console**: add `inspe…
1328 …(https://github.com/nodejs/node/commit/57323e8048)] - **console**: move the inspector console wrap…
1329 …c4`](https://github.com/nodejs/node/commit/b549058cc4)] - **console**: split console into global.j…
1330 …c321`](https://github.com/nodejs/node/commit/4052aec321)] - **console**: lazy load process.stderr …
1331 …f`](https://github.com/nodejs/node/commit/7f5bb9d3bf)] - **console**: bind methods from the protot…
1332 …`](https://github.com/nodejs/node/commit/b2b0645805)] - **console**: create the global console fro…
1333 …f`](https://github.com/nodejs/node/commit/561c2689ef)] - **console**: use spread notation instead …
1334 …63fbd00834`](https://github.com/nodejs/node/commit/63fbd00834)] - **coverage**: pass cwd to path.r…
1335 …aca3188af`](https://github.com/nodejs/node/commit/daca3188af)] - **coverage**: use process.\_rawDe…
1336 …https://github.com/nodejs/node/commit/eaaaa0d479)] - **(SEMVER-MINOR)** **crypto**: always accept …
1337 …5b20da`](https://github.com/nodejs/node/commit/32e45b20da)] - **crypto**: fix key object wrapping …
1338 …6f4bc0c5`](https://github.com/nodejs/node/commit/bc6f4bc0c5)] - **crypto**: add crypto/keys to can…
1339 …91a3`](https://github.com/nodejs/node/commit/f3ebc391a3)] - **crypto**: fix zero byte allocation a…
1340 …4384a`](https://github.com/nodejs/node/commit/e1d4f4384a)] - **deps**: cherry-pick d9fbfeb from up…
1341 * [[`91015918d8`](https://github.com/nodejs/node/commit/91015918d8)] - **deps**: upgrade npm to v6.…
1342 … [[`11c01a6a69`](https://github.com/nodejs/node/commit/11c01a6a69)] - **(SEMVER-MINOR)** **deps**:…
1343 … [[`f2abe7bf76`](https://github.com/nodejs/node/commit/f2abe7bf76)] - **deps**: V8: backport 3e010…
1344 … [[`201cf97fcb`](https://github.com/nodejs/node/commit/201cf97fcb)] - **deps**: V8: backport bf847…
1345 …https://github.com/nodejs/node/commit/ec87b6c994)] - **(SEMVER-MINOR)** **deps,tools**: update lic…
1346 …40`](https://github.com/nodejs/node/commit/5b4fab1a40)] - **dns**: fix TTL value for AAAA replies …
1347 …d61fd`](https://github.com/nodejs/node/commit/edab2d61fd)] - **doc**: revert incorrect change on r…
1348 …2172dbfce4`](https://github.com/nodejs/node/commit/2172dbfce4)] - **doc**: add TLSSocket.isSession…
1349 …123167e31`](https://github.com/nodejs/node/commit/7123167e31)] - **doc**: improve Sign/Verify exam…
1350 …[[`9a61a7abb3`](https://github.com/nodejs/node/commit/9a61a7abb3)] - **doc**: fix section order in…
1351 … [[`2b0c8538ef`](https://github.com/nodejs/node/commit/2b0c8538ef)] - **doc**: fix sorting in buff…
1352 …44bfb`](https://github.com/nodejs/node/commit/f8bb544bfb)] - **doc**: fix `napi_open_callback_scop…
1353 …](https://github.com/nodejs/node/commit/b67c4b4f99)] - **doc**: document that stream.on('close') w…
1354 …a9ffba`](https://github.com/nodejs/node/commit/3db7a9ffba)] - **doc**: fix, unify, formalize, and …
1355 * [[`ebd202736c`](https://github.com/nodejs/node/commit/ebd202736c)] - **doc**: fix the path to pos…
1356 …177635b320`](https://github.com/nodejs/node/commit/177635b320)] - **doc**: update `os.networkInter…
1357 …613bb`](https://github.com/nodejs/node/commit/67782613bb)] - **doc**: make sure that calls to .rea…
1358 …8b5300cd`](https://github.com/nodejs/node/commit/f58b5300cd)] - **doc**: wrap and punctuate YAML d…
1359 …0bd46a0`](https://github.com/nodejs/node/commit/8380bd46a0)] - **doc**: add history to http.reques…
1360 …651249`](https://github.com/nodejs/node/commit/8bc1651249)] - **doc**: add clarification for excep…
1361 …f3d86391d9`](https://github.com/nodejs/node/commit/f3d86391d9)] - **doc**: clarify timing of socke…
1362 * [[`7d46437c45`](https://github.com/nodejs/node/commit/7d46437c45)] - **doc**: update benchmark do…
1363 * [[`071f84e80a`](https://github.com/nodejs/node/commit/071f84e80a)] - **doc**: use lowercase for z…
1364 …`7d1d26191d`](https://github.com/nodejs/node/commit/7d1d26191d)] - **doc**: fix heading in cpp sty…
1365 …[[`354fba1b26`](https://github.com/nodejs/node/commit/354fba1b26)] - **doc**: fix process.stdin ex…
1366 …[`1e20c5e440`](https://github.com/nodejs/node/commit/1e20c5e440)] - **doc**: make modules.md more …
1367 …dcbba563`](https://github.com/nodejs/node/commit/f8dcbba563)] - **doc**: fs.mkdir('/') throws EPER…
1368 …`b9b2ba22ec`](https://github.com/nodejs/node/commit/b9b2ba22ec)] - **doc**: document key encryptio…
1369 * [[`f5008fd1ef`](https://github.com/nodejs/node/commit/f5008fd1ef)] - **doc**: simplify DEP0119 wo…
1370 …(https://github.com/nodejs/node/commit/1c5a99797b)] - **(SEMVER-MINOR)** **doc**: add documentatio…
1371 …`be45469744`](https://github.com/nodejs/node/commit/be45469744)] - **doc**: edit and simplify util…
1372 …fce`](https://github.com/nodejs/node/commit/8a701c3fce)] - **doc**: include license for src/large\…
1373 …[`e6da77b12c`](https://github.com/nodejs/node/commit/e6da77b12c)] - **doc**: describe TLS session …
1374 …af173df00`](https://github.com/nodejs/node/commit/3af173df00)] - **doc**: link and expand --tls-ci…
1375 …d1b61`](https://github.com/nodejs/node/commit/39b3fd1b61)] - **doc**: revise "Breaking Changes to …
1376 * [[`2c50bcda8a`](https://github.com/nodejs/node/commit/2c50bcda8a)] - **doc**: fix NAPI typo (Phil…
1377 …[`1697604ae0`](https://github.com/nodejs/node/commit/1697604ae0)] - **doc,worker**: revise worker\…
1378 …`](https://github.com/nodejs/node/commit/dd0381fe4e)] - **(SEMVER-MAJOR)** **fs**: make process.bi…
1379 …7adcafda`](https://github.com/nodejs/node/commit/ca7adcafda)] - **fs**: extract start and end chec…
1380 … [[`26f2eb8b12`](https://github.com/nodejs/node/commit/26f2eb8b12)] - **http2**: add test case for…
1381 …f283`](https://github.com/nodejs/node/commit/445ba9f283)] - **inspector**: move process.binding to…
1382 …https://github.com/nodejs/node/commit/8cc97571a4)] - ***Revert*** "**inspector**: move process.bin…
1383 …601e`](https://github.com/nodejs/node/commit/4794cf601e)] - **inspector**: move process.binding to…
1384 …430`](https://github.com/nodejs/node/commit/cb73fed430)] - **inspector, test**: verify reported co…
1385 …(https://github.com/nodejs/node/commit/6528ce6176)] - **lib**: expose all type checks from the int…
1386 …23`](https://github.com/nodejs/node/commit/207612c723)] - **lib**: remove internalBinding('config'…
1387 …20622`](https://github.com/nodejs/node/commit/d8ba520622)] - **lib**: remove unused NativeModule/N…
1388 * [[`87a58beed7`](https://github.com/nodejs/node/commit/87a58beed7)] - **lib**: remove duplicated n…
1389 …b2f8`](https://github.com/nodejs/node/commit/d7d772b2f8)] - ***Revert*** "**lib**: remove duplicat…
1390 …https://github.com/nodejs/node/commit/42a7eaf9d4)] - ***Revert*** "**lib**: remove unused NativeMo…
1391 …(https://github.com/nodejs/node/commit/b48865f03f)] - **lib**: move lib/console.js to lib/internal…
1392 …30e20`](https://github.com/nodejs/node/commit/3350230e20)] - **lib**: remove internal `util._exten…
1393 …https://github.com/nodejs/node/commit/73c3a3d5ed)] - **(SEMVER-MAJOR)** **lib**: make the global c…
1394 …`](https://github.com/nodejs/node/commit/8d0c638583)] - **(SEMVER-MINOR)** **lib**: support overri…
1395 * [[`217bb0e5f0`](https://github.com/nodejs/node/commit/217bb0e5f0)] - **lib**: simplify several de…
1396 …4f8646e2`](https://github.com/nodejs/node/commit/e14f8646e2)] - **lib,test**: remove lib/internal/…
1397 …e740`](https://github.com/nodejs/node/commit/c13e5be740)] - **net**: use decodeStrings public API …
1398 …ac8d41925`](https://github.com/nodejs/node/commit/9ac8d41925)] - **net**: check for close on strea…
1399 …[[`3bd8e4b6a3`](https://github.com/nodejs/node/commit/3bd8e4b6a3)] - **os**: add fallback for unde…
1400 …40ec230f1`](https://github.com/nodejs/node/commit/840ec230f1)] - **os**: improve networkInterfaces…
1401 …97105476`](https://github.com/nodejs/node/commit/d197105476)] - **os**: move process.binding('os')…
1402 …(https://github.com/nodejs/node/commit/f64e5ec148)] - ***Revert*** "**os**: move process.binding('…
1403 …d185f0dd`](https://github.com/nodejs/node/commit/55d185f0dd)] - **os**: move process.binding('os')…
1404 …(https://github.com/nodejs/node/commit/c718592147)] - **process**: register the inspector async ho…
1405 …7bed0`](https://github.com/nodejs/node/commit/b524a7bed0)] - **process**: refactor coverage setup …
1406 …e6`](https://github.com/nodejs/node/commit/83900148e6)] - **process**: allow StartExecution() to t…
1407 …](https://github.com/nodejs/node/commit/28baf266c7)] - **process**: move C++ process events into n…
1408 …https://github.com/nodejs/node/commit/5eada9dce4)] - **process**: move --help and --bash-completei…
1409 …f`](https://github.com/nodejs/node/commit/743056e3af)] - **process**: move process.features initia…
1410 …https://github.com/nodejs/node/commit/c07b12da42)] - **process**: make tick callback and promise r…
1411 …(https://github.com/nodejs/node/commit/655c1c9232)] - **process**: move worker bootstrap code into…
1412 …b795`](https://github.com/nodejs/node/commit/9480e1b795)] - **process**: split worker IO into inte…
1413 …https://github.com/nodejs/node/commit/456b1b55b1)] - **process**: move eval and exception bootstra…
1414 …](https://github.com/nodejs/node/commit/f32e6a81a6)] - **process**: make internal/queue\_microtask…
1415 …`](https://github.com/nodejs/node/commit/6b5c962a0a)] - **process**: move child process IPC setup …
1416 …https://github.com/nodejs/node/commit/e93dd4dad6)] - **process**: move POSIX credential accessors …
1417 …4`](https://github.com/nodejs/node/commit/0e2fbe4ff4)] - **process**: specialize building and stor…
1418 …`](https://github.com/nodejs/node/commit/18052364ce)] - **process**: provide dummy stdio for non-c…
1419 …f9a8f1`](https://github.com/nodejs/node/commit/1ccaf9a8f1)] - **repl**: indicate if errors are thr…
1420 …`](https://github.com/nodejs/node/commit/2ed3fa187e)] - **src**: declare process-related C++ metho…
1421 …(https://github.com/nodejs/node/commit/49ac9688f3)] - **src**: move process object creation into n…
1422 …81a`](https://github.com/nodejs/node/commit/299aefd81a)] - **src**: clean up `node::Init()` wrt em…
1423 …741b9b`](https://github.com/nodejs/node/commit/dca6741b9b)] - **src**: move InternalMakeCallback a…
1424 …`81924ffa4f`](https://github.com/nodejs/node/commit/81924ffa4f)] - **src**: remove unused isolate …
1425 …75e001`](https://github.com/nodejs/node/commit/8e6175e001)] - **src**: use generic helper for spli…
1426 …ce`](https://github.com/nodejs/node/commit/6cdaf038ce)] - **src**: split `LoadEnvironment()` at `s…
1427 …](https://github.com/nodejs/node/commit/c6adf4b44f)] - **src**: move per-process global variables …
1428 …`](https://github.com/nodejs/node/commit/69d8e60596)] - **src**: use `internalBinding('config').ha…
1429 * [[`c5ab3408b1`](https://github.com/nodejs/node/commit/c5ab3408b1)] - **src**: refactor tickInfo a…
1430 …https://github.com/nodejs/node/commit/2e33ad1caa)] - **src**: move process.nextTick and promise se…
1431 …cd352f`](https://github.com/nodejs/node/commit/fa74cd352f)] - **src**: move symbols binding into n…
1432 …4d48`](https://github.com/nodejs/node/commit/57a0cd4d48)] - **src**: move node::errno\_string into…
1433 * [[`f8ba4880ab`](https://github.com/nodejs/node/commit/f8ba4880ab)] - **src**: fix compiler warnin…
1434 …https://github.com/nodejs/node/commit/dde71520ba)] - **src**: move more process methods initializa…
1435 …4104f`](https://github.com/nodejs/node/commit/5fe774104f)] - **src**: dispose of V8 platform in `p…
1436 …`](https://github.com/nodejs/node/commit/e9b4d24eda)] - **src**: move arch, platform and release i…
1437 …[[`43535f56fd`](https://github.com/nodejs/node/commit/43535f56fd)] - **src**: simplify JS Array cr…
1438 …](https://github.com/nodejs/node/commit/de6f1f5e4d)] - **src**: initialize ICU version in per\_pro…
1439 …https://github.com/nodejs/node/commit/e5b4af43fd)] - **src**: move the declaration of http parser …
1440 …3a2e7`](https://github.com/nodejs/node/commit/64c713a2e7)] - **src**: move GetOpenSSLVersion into …
1441 …a7f`](https://github.com/nodejs/node/commit/b1500d9a7f)] - **src**: pass isMainThread into bootstr…
1442 …`](https://github.com/nodejs/node/commit/ee461feaee)] - **src**: always compile and store code cac…
1443 …`fd913fe365`](https://github.com/nodejs/node/commit/fd913fe365)] - **src**: remove code cache inte…
1444 …`](https://github.com/nodejs/node/commit/d245c4cd50)] - **src**: use NativeModuleLoader to compile…
1445 …`](https://github.com/nodejs/node/commit/d1ff107b51)] - **src**: initialize `Environment` members …
1446 …565ac`](https://github.com/nodejs/node/commit/5b933565ac)] - **src**: check curve ID existence ins…
1447 …2832`](https://github.com/nodejs/node/commit/807e732832)] - **src**: trace\_events: fix race with …
1448 …`1e60e0afcb`](https://github.com/nodejs/node/commit/1e60e0afcb)] - **src**: remove unused method d…
1449 …`f6e341a546`](https://github.com/nodejs/node/commit/f6e341a546)] - **src**: improve ToV8Value() fu…
1450 …`465d02b817`](https://github.com/nodejs/node/commit/465d02b817)] - **src**: add NAPI\_VERSION\_EXP…
1451 …86252df`](https://github.com/nodejs/node/commit/d7186252df)] - **src**: unload addons when environ…
1452 * [[`f62e35fd05`](https://github.com/nodejs/node/commit/f62e35fd05)] - **src**: fix warning in care…
1453 …5041`](https://github.com/nodejs/node/commit/2f5c8b5041)] - **src**: remove unused variable from s…
1454 …](https://github.com/nodejs/node/commit/e00b326f33)] - **src**: pass along MaybeLocal\<\> state fr…
1455 …32`](https://github.com/nodejs/node/commit/ae86192732)] - **src**: ignore termination exceptions i…
1456 …9d65a4`](https://github.com/nodejs/node/commit/c9d49d65a4)] - **src**: fulfill Maybe contract in I…
1457 …https://github.com/nodejs/node/commit/dd6667d05e)] - **src**: lazily load internalBinding('uv') an…
1458 …`bc66356093`](https://github.com/nodejs/node/commit/bc66356093)] - **src**: use consistent names f…
1459 * [[`99a5af65df`](https://github.com/nodejs/node/commit/99a5af65df)] - **src**: introduce DCHECK ma…
1460 …[`e2a01ca061`](https://github.com/nodejs/node/commit/e2a01ca061)] - **src**: use DCHECK\_\* macros…
1461 …73ccfc81c9`](https://github.com/nodejs/node/commit/73ccfc81c9)] - **src**: fix compiler warnings i…
1462 …365b00929`](https://github.com/nodejs/node/commit/7365b00929)] - **src**: do not leak NodeTraceSta…
1463 …12a`](https://github.com/nodejs/node/commit/37ba20112a)] - **src,lib**: prefer internal/options ov…
1464 …64c51`](https://github.com/nodejs/node/commit/7480864c51)] - **src,lib**: make process.binding('co…
1465 …(https://github.com/nodejs/node/commit/577da835d2)] - ***Revert*** "**src,lib**: make process.bind…
1466 …(https://github.com/nodejs/node/commit/d7bc03e2ca)] - **test**: improve known\_issues/test-vm-time…
1467 * [[`3afb4813c8`](https://github.com/nodejs/node/commit/3afb4813c8)] - **test**: add test for fs.lc…
1468 …`067d38fb07`](https://github.com/nodejs/node/commit/067d38fb07)] - **test**: make test-v8-coverage…
1469 …4bd1e2`](https://github.com/nodejs/node/commit/f6c14bd1e2)] - **test**: rework ephemeralkeyinfo to…
1470 …29b89badb5`](https://github.com/nodejs/node/commit/29b89badb5)] - **test**: check for tls renegoti…
1471 …41fbf01`](https://github.com/nodejs/node/commit/23d41fbf01)] - **test**: fix test-net-connect-econ…
1472 …`d86a3e8245`](https://github.com/nodejs/node/commit/d86a3e8245)] - **test**: remove unnecessary sk…
1473 …2fc9a8889`](https://github.com/nodejs/node/commit/82fc9a8889)] - **test**: fix module loading erro…
1474 …097d1`](https://github.com/nodejs/node/commit/3f661097d1)] - **test**: improve test coverage of na…
1475 …e88b`](https://github.com/nodejs/node/commit/fe9b6ee88b)] - **test**: move require('https') to aft…
1476 …`b545b4c1e9`](https://github.com/nodejs/node/commit/b545b4c1e9)] - **test**: fix test-net-connect-…
1477 …62`](https://github.com/nodejs/node/commit/0f290e8f62)] - **test**: remove test/pummel/test-http-c…
1478 …aa7`](https://github.com/nodejs/node/commit/58de81faa7)] - **test**: remove duplicate encoding tes…
1479 …a34c6c575`](https://github.com/nodejs/node/commit/da34c6c575)] - **test**: use WPT runner to run e…
1480 …a`](https://github.com/nodejs/node/commit/8d8c30599a)] - **test**: support more icu requirements i…
1481 …`d9adceecb6`](https://github.com/nodejs/node/commit/d9adceecb6)] - **test**: pull enconding WPT te…
1482 …837ca76a0d`](https://github.com/nodejs/node/commit/837ca76a0d)] - **test**: refactor test-fs-watch…
1483 …eb9a9`](https://github.com/nodejs/node/commit/65dfeeb9a9)] - **test**: fix test/pummel/test-fs-wat…
1484 …dcf8f4784`](https://github.com/nodejs/node/commit/bdcf8f4784)] - **test**: fix test/pummel/test-fs…
1485 * [[`be16cc9fd6`](https://github.com/nodejs/node/commit/be16cc9fd6)] - **test**: set umask for test…
1486 … [[`3bebcf0180`](https://github.com/nodejs/node/commit/3bebcf0180)] - **test**: fix failing assert…
1487 …1a8d9dc2`](https://github.com/nodejs/node/commit/201a8d9dc2)] - **test**: refactor `common.expectW…
1488 …f0202a7604`](https://github.com/nodejs/node/commit/f0202a7604)] - **test**: fix test/pummel/test-f…
1489 …[[`fc22df9552`](https://github.com/nodejs/node/commit/fc22df9552)] - **test**: more tests for inte…
1490 * [[`c826af781f`](https://github.com/nodejs/node/commit/c826af781f)] - **test**: clean up wasm fixt…
1491 …[`c1aa5f0dae`](https://github.com/nodejs/node/commit/c1aa5f0dae)] - **test**: tune test-uv-threadp…
1492 * [[`f80fbd2c16`](https://github.com/nodejs/node/commit/f80fbd2c16)] - **test**: remove redundant f…
1493 …d2ad9`](https://github.com/nodejs/node/commit/ce7bbd2ad9)] - **test**: move test-tls-securepair-cl…
1494 …[[`7ac1db2c31`](https://github.com/nodejs/node/commit/7ac1db2c31)] - **test**: fix test-tls-secure…
1495 …92c`](https://github.com/nodejs/node/commit/239d5ec92c)] - **test**: http2 origin length ERR\_HTTP…
1496 …f76a48b`](https://github.com/nodejs/node/commit/456f76a48b)] - **test**: remove flag for test-addo…
1497 * [[`523872b37f`](https://github.com/nodejs/node/commit/523872b37f)] - **test**: fix test-benchmark…
1498 …`379260e4bd`](https://github.com/nodejs/node/commit/379260e4bd)] - **test**: replace internals wit…
1499 * [[`973b32d3c3`](https://github.com/nodejs/node/commit/973b32d3c3)] - **test**: set umask explicit…
1500 …31ec9`](https://github.com/nodejs/node/commit/c10b131ec9)] - **test**: make sure tmpdir is created…
1501 …bc58b4f`](https://github.com/nodejs/node/commit/5a5bc58b4f)] - **test**: remove unused --expose-na…
1502 …fc3bfd8e`](https://github.com/nodejs/node/commit/61fc3bfd8e)] - **test**: mark test-util-callbacki…
1503 * [[`ee8a4a291d`](https://github.com/nodejs/node/commit/ee8a4a291d)] - **test**: remove unnecessary…
1504 * [[`4ca4b546ab`](https://github.com/nodejs/node/commit/4ca4b546ab)] - **test**: remove `util.inher…
1505 …f0f`](https://github.com/nodejs/node/commit/11c9a82f0f)] - **test**: slightly refactor test-child-…
1506 …d1a536cc`](https://github.com/nodejs/node/commit/05d1a536cc)] - **test**: remove try/catch in comm…
1507 …ad7`](https://github.com/nodejs/node/commit/b0b1414ad7)] - **test**: regression test for uv thread…
1508 …](https://github.com/nodejs/node/commit/c7d2dbd5da)] - **test**: add TODO to encoding tests that c…
1509 …https://github.com/nodejs/node/commit/b45be671db)] - **test**: rename custom encoding tests that c…
1510 …https://github.com/nodejs/node/commit/be421823e5)] - **test**: split encoding tests where some cas…
1511 …238`](https://github.com/nodejs/node/commit/deceb26238)] - **test**: split test-whatwg-encoding-te…
1512 …191eb9`](https://github.com/nodejs/node/commit/a8f5191eb9)] - **test**: split test-whatwg-encoding…
1513 …7e2ae75a6b`](https://github.com/nodejs/node/commit/7e2ae75a6b)] - **test**: mark two tests as flak…
1514 …2ca9bdc`](https://github.com/nodejs/node/commit/e182ca9bdc)] - **test**: add more inspect subclass…
1515 …85d9f`](https://github.com/nodejs/node/commit/58af085d9f)] - **test**: refactor stdio handling in …
1516 …[`91d1aea311`](https://github.com/nodejs/node/commit/91d1aea311)] - **test**: refactor test-esm-na…
1517 * [[`b7b1d7eb88`](https://github.com/nodejs/node/commit/b7b1d7eb88)] - **test**: fix test-repl-envv…
1518 …7c20`](https://github.com/nodejs/node/commit/95353c7c20)] - **test,doc**: add tests and docs for a…
1519 …a29adef252`](https://github.com/nodejs/node/commit/a29adef252)] - **test,worker**: simplify common…
1520 …7278d8`](https://github.com/nodejs/node/commit/a6df7278d8)] - **test,worker**: refactor test-worke…
1521 …453bd18969`](https://github.com/nodejs/node/commit/453bd18969)] - **tls**: do not confuse TLSSocke…
1522 …6b2ea8bb9`](https://github.com/nodejs/node/commit/f6b2ea8bb9)] - **tls**: do not confuse session a…
1523 …`d5ba121e74`](https://github.com/nodejs/node/commit/d5ba121e74)] - **tls**: fix initRead socket ar…
1524 …acf7802fe3`](https://github.com/nodejs/node/commit/acf7802fe3)] - **tls**: remove unused ocsp exte…
1525 …[`f0409be2a7`](https://github.com/nodejs/node/commit/f0409be2a7)] - **tools**: lint for use of int…
1526 * [[`2a85cc7cae`](https://github.com/nodejs/node/commit/2a85cc7cae)] - **tools**: update crypo chec…
1527 …f1d9da4`](https://github.com/nodejs/node/commit/dcbf1d9da4)] - **tools**: add openssl-cli to macos…
1528 * [[`ee4c46c72f`](https://github.com/nodejs/node/commit/ee4c46c72f)] - **tools**: update ESLint to …
1529 …`1be566bd2f`](https://github.com/nodejs/node/commit/1be566bd2f)] - **tools**: replace NULL with nu…
1530 …e8a11634`](https://github.com/nodejs/node/commit/fee8a11634)] - **tools**: remove custom buffer-co…
1531 …ee43540aa7`](https://github.com/nodejs/node/commit/ee43540aa7)] - **tools**: enable no-buffer-cons…
1532 …[`e6b5232381`](https://github.com/nodejs/node/commit/e6b5232381)] - **tools**: enable no-useless-c…
1533 * [[`f944a75336`](https://github.com/nodejs/node/commit/f944a75336)] - **tools**: update ESLint to …
1534 …https://github.com/nodejs/node/commit/19f1a506ee)] - **trace_events**: move SetupTraceCategoryStat…
1535 …6ed1d6`](https://github.com/nodejs/node/commit/6e716ed1d6)] - **url**: return backslashes from fil…
1536 …c3d06`](https://github.com/nodejs/node/commit/71432c3d06)] - **util**: fixes type in argument type…
1537 …8aa`](https://github.com/nodejs/node/commit/46ec26f8aa)] - **util**: remove eslint comments and re…
1538 …[[`7ff44105be`](https://github.com/nodejs/node/commit/7ff44105be)] - **util**: remove outdated com…
1539 …45a8eb6ed3`](https://github.com/nodejs/node/commit/45a8eb6ed3)] - **util**: simpler module namespa…
1540 * [[`a333272fb0`](https://github.com/nodejs/node/commit/a333272fb0)] - **util**: code cleanup (Rube…
1541 …`7696d1fe84`](https://github.com/nodejs/node/commit/7696d1fe84)] - **util**: switch recurseTimes c…
1542 …e6e4cfaf5`](https://github.com/nodejs/node/commit/2e6e4cfaf5)] - **util**: add null prototype supp…
1543 …https://github.com/nodejs/node/commit/901d3d0959)] - **(SEMVER-MINOR)** **util**: inspect ArrayBuf…
1544 …4ca0968918`](https://github.com/nodejs/node/commit/4ca0968918)] - **util**: update comment in util…
1545 …976251b5`](https://github.com/nodejs/node/commit/37976251b5)] - **util**: fix util.inspect with pr…
1546 * [[`88e73862ca`](https://github.com/nodejs/node/commit/88e73862ca)] - **util**: simplify code (Kaz…
1547 …https://github.com/nodejs/node/commit/73f3a1c4e6)] - **util**: make inspect aware of RegExp subcla…
1548 …8137c37`](https://github.com/nodejs/node/commit/7f78137c37)] - **v8**: enable inline WASM in seria…
1549 …d14e18`](https://github.com/nodejs/node/commit/2df0d14e18)] - **win, build**: fix building addons …
1550 …f90283c`](https://github.com/nodejs/node/commit/243f90283c)] - **worker**: remove `--experimental-…
1551 …[`e8a6cc8802`](https://github.com/nodejs/node/commit/e8a6cc8802)] - **worker**: improve JS-side de…
1552 …de`](https://github.com/nodejs/node/commit/65c136f3de)] - **worker**: partially remove `--experime…
1553 …7b9a61f`](https://github.com/nodejs/node/commit/7bb7b9a61f)] - **worker**: set `--experimental-wor…
1554 …8795f4a0`](https://github.com/nodejs/node/commit/dd8795f4a0)] - **worker**: enable transferring WA…
1555 …(https://github.com/nodejs/node/commit/2014eba782)] - **worker**: use engine-provided deleter for …
1556 …f8c7e74`](https://github.com/nodejs/node/commit/7edf8c7e74)] - **(SEMVER-MINOR)** **zlib**: add br…
1557 …e`](https://github.com/nodejs/node/commit/e534dcd75e)] - **zlib**: split JS code as prep for non-z…
1565 * add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
1567 …* always accept certificates as public keys (Tobias Nießen) [#24234](https://github.com/nodejs/nod…
1568 * add key object API (Tobias Nießen) [#24234](https://github.com/nodejs/node/pull/24234)
1569 * update root certificates (Sam Roberts) [#25113](https://github.com/nodejs/node/pull/25113)
1571 * upgrade to libuv 1.24.1 (cjihrig) [#25078](https://github.com/nodejs/node/pull/25078)
1572 * upgrade npm to 6.5.0 (Audrey Eschright) [#24734](https://github.com/nodejs/node/pull/24734)
1574 * add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860)
1578 * [[`a9ab28df2c`](https://github.com/nodejs/node/commit/a9ab28df2c)] - **assert**: inspect getters …
1579 * [[`c6bfa66b2e`](https://github.com/nodejs/node/commit/c6bfa66b2e)] - **buffer**: simplify code (R…
1580 …38bbff7f`](https://github.com/nodejs/node/commit/9b38bbff7f)] - **build**: correct fi indentation …
1581 …6f5e`](https://github.com/nodejs/node/commit/4513516f5e)] - **build**: add a space to clarify skip…
1582 …https://github.com/nodejs/node/commit/7b2eefc103)] - **child_process**: spawn ignores options in c…
1583 …d0ee0`](https://github.com/nodejs/node/commit/edd8bd0ee0)] - **(SEMVER-MINOR)** **cli**: add --max…
1584 …https://github.com/nodejs/node/commit/e6c1e8de95)] - **(SEMVER-MINOR)** **crypto**: always accept …
1585 …3df0748`](https://github.com/nodejs/node/commit/3b53df0748)] - **(SEMVER-MINOR)** **crypto**: add …
1586 … [[`6f6f339ef0`](https://github.com/nodejs/node/commit/6f6f339ef0)] - **crypto**: update root cert…
1587 …18968`](https://github.com/nodejs/node/commit/e855018968)] - **(SEMVER-MINOR)** **deps**: upgrade …
1588 * [[`155d1d54bf`](https://github.com/nodejs/node/commit/155d1d54bf)] - **deps**: upgrade to libuv 1…
1589 …https://github.com/nodejs/node/commit/0057af293a)] - **(SEMVER-MINOR)** **deps**: cherry-pick http…
1590 …78d48749a`](https://github.com/nodejs/node/commit/b78d48749a)] - **doc**: fix links in test/common…
1591 …90ee51b`](https://github.com/nodejs/node/commit/6a690ee51b)] - **doc**: revise "Breaking Changes a…
1592 …`4ca09517c2`](https://github.com/nodejs/node/commit/4ca09517c2)] - **doc**: describe root cert upd…
1593 …4`](https://github.com/nodejs/node/commit/4561e2c984)] - **doc**: revise "Breaking Changes" sectio…
1594 …e9cfd0`](https://github.com/nodejs/node/commit/2516e9cfd0)] - **doc,lib,test**: capitalize comment…
1595 …a98a8d0a`](https://github.com/nodejs/node/commit/d1a98a8d0a)] - **events**: simplify stack compare…
1596 …0f480d2`](https://github.com/nodejs/node/commit/ae50f480d2)] - **(SEMVER-MINOR)** **http**: add ma…
1597 …b3f45daf7b`](https://github.com/nodejs/node/commit/b3f45daf7b)] - **lib**: make internal API warni…
1598 …3fbe43`](https://github.com/nodejs/node/commit/2fc43fbe43)] - **lib**: switch to object spread whe…
1599 …d47734`](https://github.com/nodejs/node/commit/96bdd47734)] - **lib**: refactor argument validatio…
1600 …a4fdc`](https://github.com/nodejs/node/commit/0cde1a4fdc)] - **lib**: remove unused NativeModule/N…
1601 …`add566eee5`](https://github.com/nodejs/node/commit/add566eee5)] - **os**: use uv\_os\_gethostname…
1602 …74e`](https://github.com/nodejs/node/commit/85a136974e)] - **perf_hooks**: make GC tracking state …
1603 …https://github.com/nodejs/node/commit/3f82144c98)] - **process**: move environment variable proxy …
1604 * [[`c9f809e36f`](https://github.com/nodejs/node/commit/c9f809e36f)] - **src**: add DCHECK macros (…
1605 …2a`](https://github.com/nodejs/node/commit/b801b0372a)] - **src**: use std::vector for setting up …
1606 …e42f04a7`](https://github.com/nodejs/node/commit/54e42f04a7)] - **src**: port GetLoadedLibraries f…
1607 …`fd0361bff0`](https://github.com/nodejs/node/commit/fd0361bff0)] - **src**: mark options parsers a…
1608 …df34`](https://github.com/nodejs/node/commit/c6388edf34)] - **src**: handle empty Maybe in uv bind…
1609 …(https://github.com/nodejs/node/commit/6f3b421dd5)] - **src**: schedule destroy hooks in BeforeExi…
1610 * [[`a4505c698f`](https://github.com/nodejs/node/commit/a4505c698f)] - **src**: extract common Bind…
1611 …09a99c6834`](https://github.com/nodejs/node/commit/09a99c6834)] - **src**: mark some global state …
1612 …768da`](https://github.com/nodejs/node/commit/7f34c768da)] - **src**: remove internalBinding('conf…
1613 …c7fae3`](https://github.com/nodejs/node/commit/c80ac7fae3)] - **(SEMVER-MINOR)** **src**: add kUIn…
1614 … [[`45d48510bd`](https://github.com/nodejs/node/commit/45d48510bd)] - **test**: fix test-tls-sessi…
1615 …180c`](https://github.com/nodejs/node/commit/6557ea180c)] - **test**: mark test-trace-events-api-w…
1616 …`](https://github.com/nodejs/node/commit/db54531c8d)] - **test**: remove Files: comment processing…
1617 …e0e55`](https://github.com/nodejs/node/commit/a28cae0e55)] - **test**: add hasCrypto check to comm…
1618 …f7b60c2`](https://github.com/nodejs/node/commit/175f7b60c2)] - **test**: remove unnecessary eslint…
1619 … [[`d09e3335a6`](https://github.com/nodejs/node/commit/d09e3335a6)] - **test**: remove obsolete es…
1620 * [[`8279826ce6`](https://github.com/nodejs/node/commit/8279826ce6)] - **test**: verify input flags…
1621 …f45b2370d`](https://github.com/nodejs/node/commit/1f45b2370d)] - **test**: add signal check to tes…
1622 …94`](https://github.com/nodejs/node/commit/3e1fe19194)] - **test**: add missing tmpdir.refresh() i…
1623 * [[`5eb5d1d7b1`](https://github.com/nodejs/node/commit/5eb5d1d7b1)] - **test**: test internal/util…
1624 …6e`](https://github.com/nodejs/node/commit/9ad6bc2e6e)] - **test**: remove magic numbers in test-g…
1625 …61554f6`](https://github.com/nodejs/node/commit/30b61554f6)] - **test**: merge test with unnecessa…
1626 …340b8f1ff`](https://github.com/nodejs/node/commit/e340b8f1ff)] - **tls**: re-define max supported …
1627 * [[`8ab0a48928`](https://github.com/nodejs/node/commit/8ab0a48928)] - **tools**: update ESLint to …
1628 …32aea`](https://github.com/nodejs/node/commit/c7fa132aea)] - **tools**: alphabetize IGNORED\_SUITE…
1629 …51220e`](https://github.com/nodejs/node/commit/073a51220e)] - **tools**: report unused disable-dir…
1630 * [[`9b941da78d`](https://github.com/nodejs/node/commit/9b941da78d)] - **tools**: update certdata.t…
1631 …5bccc2919`](https://github.com/nodejs/node/commit/a5bccc2919)] - **tools**: make apilinks building…
1632 …d3303ba99`](https://github.com/nodejs/node/commit/ed3303ba99)] - **tools**: enable no-useless-cons…
1633 …df59f824b`](https://github.com/nodejs/node/commit/7df59f824b)] - **vm**: reuse validateString of i…
1634 …08c0458`](https://github.com/nodejs/node/commit/74e08c0458)] - **vm**: simplify Script constructor…
1635 …`](https://github.com/nodejs/node/commit/4f28da883f)] - **worker**: fix nullptr deref after Messag…
1643 …* support "BEGIN TRUSTED CERTIFICATE" for ca: (Sam Roberts) [#24733](https://github.com/nodejs/nod…
1645 …* add inspection getter option (Ruben Bridgewater) [#24852](https://github.com/nodejs/node/pull/24…
1649 …[`bf4faf3ffc`](https://github.com/nodejs/node/commit/bf4faf3ffc)] - **assert,util**: harden compar…
1650 …1bafc`](https://github.com/nodejs/node/commit/302081bafc)] - **build**: make lint-addon-docs run o…
1651 …[`cc8a805e31`](https://github.com/nodejs/node/commit/cc8a805e31)] - **build**: fix compiler versio…
1652 …[`bde5df20d6`](https://github.com/nodejs/node/commit/bde5df20d6)] - **doc**: fix node.1 --http-par…
1653 …`a9f239fb60`](https://github.com/nodejs/node/commit/a9f239fb60)] - **doc**: add EventTarget link t…
1654 …00ce972305`](https://github.com/nodejs/node/commit/00ce972305)] - **doc**: make README formatting …
1655 …bdea36190`](https://github.com/nodejs/node/commit/dbdea36190)] - **doc**: add codebytere's info to…
1656 …94`](https://github.com/nodejs/node/commit/877f8a0094)] - **doc**: revise internal vs. public API …
1657 …`f0bcacdcc6`](https://github.com/nodejs/node/commit/f0bcacdcc6)] - **doc**: update a link of npm r…
1658 …[`1e096291d6`](https://github.com/nodejs/node/commit/1e096291d6)] - **doc**: fix author-ready conf…
1659 …dd8`](https://github.com/nodejs/node/commit/b2e6cbddd8)] - **doc**: update Useful CI Jobs section …
1660 …`9bfbb6822b`](https://github.com/nodejs/node/commit/9bfbb6822b)] - **doc**: add class worker docum…
1661 … [[`0220cd3260`](https://github.com/nodejs/node/commit/0220cd3260)] - **doc**: remove bad link to …
1662 … [[`a6a3829962`](https://github.com/nodejs/node/commit/a6a3829962)] - **doc**: simplify author rea…
1663 …da9200`](https://github.com/nodejs/node/commit/cda1da9200)] - **doc**: update "Testing and CI" in …
1664 …https://github.com/nodejs/node/commit/81dce68a9d)] - **doc**: update http doc for new Agent()/supp…
1665 …a14d2c`](https://github.com/nodejs/node/commit/643ca14d2c)] - **doc**: fix order of events when re…
1666 * [[`c300aaa208`](https://github.com/nodejs/node/commit/c300aaa208)] - **doc**: update LICENSE file…
1667 …3cf9759`](https://github.com/nodejs/node/commit/c4f3cf9759)] - **doc**: revise Waiting for Approva…
1668 …https://github.com/nodejs/node/commit/56b2a7274c)] - **inspector**: split the HostPort being used …
1669 …456a545a6`](https://github.com/nodejs/node/commit/2456a545a6)] - **lib**: ensure readable stream f…
1670 …c52a9f88`](https://github.com/nodejs/node/commit/79c52a9f88)] - **lib**: improve error creation pe…
1671 …[`25dae6cffd`](https://github.com/nodejs/node/commit/25dae6cffd)] - **module**: use validateString…
1672 …[`2a11e6aaf3`](https://github.com/nodejs/node/commit/2a11e6aaf3)] - **module**: use validateString…
1673 * [[`f4d5c358d9`](https://github.com/nodejs/node/commit/f4d5c358d9)] - **net**: use strict comparis…
1674 …[`5f60ed7647`](https://github.com/nodejs/node/commit/5f60ed7647)] - **path**: replace assertPath()…
1675 …a26c`](https://github.com/nodejs/node/commit/f43f45a26c)] - **process**: properly close file descr…
1676 …109f05d9`](https://github.com/nodejs/node/commit/8b109f05d9)] - **process**: simplify check in pre…
1677 * [[`2e94f3b798`](https://github.com/nodejs/node/commit/2e94f3b798)] - **querystring**: remove esli…
1678 …(https://github.com/nodejs/node/commit/5f8950b652)] - **src**: emit 'params' instead of 'data' for…
1679 …d0270f3a5c`](https://github.com/nodejs/node/commit/d0270f3a5c)] - **src**: add GetLoadedLibraries …
1680 …9c7`](https://github.com/nodejs/node/commit/f8547019c7)] - **src**: include node\_internals.h in n…
1681 …8`](https://github.com/nodejs/node/commit/5a1289d128)] - **src**: create env-\>inspector\_console\…
1682 …`d7605725df`](https://github.com/nodejs/node/commit/d7605725df)] - **src**: remove use of CallOnFo…
1683 … [[`08c6b2126c`](https://github.com/nodejs/node/commit/08c6b2126c)] - **src**: use Local version o…
1684 …206f3add5`](https://github.com/nodejs/node/commit/5206f3add5)] - **src**: do not alias new and old…
1685 …cabb9`](https://github.com/nodejs/node/commit/94d02cabb9)] - **src**: fix warning for potential sn…
1686 …e5088`](https://github.com/nodejs/node/commit/9b000e5088)] - **src**: remove finalized\_ member fr…
1687 …1ea45`](https://github.com/nodejs/node/commit/90d481ea45)] - **src**: remove unused env variables …
1688 …36500`](https://github.com/nodejs/node/commit/d449c36500)] - **stream**: re-use existing `once()` …
1689 …39af61faa2`](https://github.com/nodejs/node/commit/39af61faa2)] - **stream**: fix end-of-stream fo…
1690 …[[`4f0d17b019`](https://github.com/nodejs/node/commit/4f0d17b019)] - **test**: remove unnecessary …
1691 … [[`ab1801b8ad`](https://github.com/nodejs/node/commit/ab1801b8ad)] - **test**: use global.gc() in…
1692 …44172`](https://github.com/nodejs/node/commit/ddff644172)] - **test**: run eslint on test file and…
1693 * [[`110fd39dfe`](https://github.com/nodejs/node/commit/110fd39dfe)] - **test**: remove dead code (…
1694 …04e85460f`](https://github.com/nodejs/node/commit/e04e85460f)] - **test**: use blocks instead of a…
1695 …b9e6e6576`](https://github.com/nodejs/node/commit/eb9e6e6576)] - **test**: adding history regressi…
1696 …c919efbaf`](https://github.com/nodejs/node/commit/ac919efbaf)] - **test**: mark test-child-process…
1697 …3fb0ae03`](https://github.com/nodejs/node/commit/1e3fb0ae03)] - **test**: mark test-child-process-…
1698 …`7e0dbc6e01`](https://github.com/nodejs/node/commit/7e0dbc6e01)] - **test**: improve WPT runner na…
1699 …](https://github.com/nodejs/node/commit/da984be0a3)] - **test**: remove reference to whatwg in fil…
1700 …89456c`](https://github.com/nodejs/node/commit/282589456c)] - **test**: mark test-worker-memory fl…
1701 …d42671c9`](https://github.com/nodejs/node/commit/9bd42671c9)] - **test**: mark test-cli-node-optio…
1702 …4a0a6`](https://github.com/nodejs/node/commit/a4ef54a0a6)] - **test**: mark test-child-process-exe…
1703 …2f3f`](https://github.com/nodejs/node/commit/900a412f3f)] - **test**: increase error information i…
1704 …[`d5b0ce15d3`](https://github.com/nodejs/node/commit/d5b0ce15d3)] - **test**: refactor test-enable…
1705 …`](https://github.com/nodejs/node/commit/649a7289dc)] - **test**: from functools import reduce in …
1706 …6676cc5`](https://github.com/nodejs/node/commit/d366676cc5)] - **test**: split test-cli-syntax int…
1707 …[`e61bbda85d`](https://github.com/nodejs/node/commit/e61bbda85d)] - **test**: improve internet/tes…
1708 …10c`](https://github.com/nodejs/node/commit/016e35210c)] - **(SEMVER-MINOR)** **test**: test TLS c…
1709 …[`e050a5756f`](https://github.com/nodejs/node/commit/e050a5756f)] - **test**: replace callback wit…
1710 …b6befa14`](https://github.com/nodejs/node/commit/22b6befa14)] - **test**: mark test-cli-syntax as …
1711 …[[`56fd127ef0`](https://github.com/nodejs/node/commit/56fd127ef0)] - **test**: do not lint macros …
1712 …71e9e0d6`](https://github.com/nodejs/node/commit/bc71e9e0d6)] - **test**: prepare test/pseudo-tty/…
1713 …`f41443cc5c`](https://github.com/nodejs/node/commit/f41443cc5c)] - **test**: move test-cli-syntax …
1714 … [[`592bad1b0b`](https://github.com/nodejs/node/commit/592bad1b0b)] - **test**: move http2 test to…
1715 …[[`91ce957037`](https://github.com/nodejs/node/commit/91ce957037)] - **test**: make http2 timeout …
1716 * [[`3d87688fba`](https://github.com/nodejs/node/commit/3d87688fba)] - **test**: fix wrong paramete…
1717 …[`6db760c231`](https://github.com/nodejs/node/commit/6db760c231)] - **test**: improve test-net-soc…
1718 …f1d1d2`](https://github.com/nodejs/node/commit/526ff1d1d2)] - **test**: prepare test/pseudo-tty/te…
1719 …[`a5c57861a9`](https://github.com/nodejs/node/commit/a5c57861a9)] - **test**: refactor test-fs-wri…
1720 …8af7af4`](https://github.com/nodejs/node/commit/a5c8af7af4)] - **test**: prepare test/message/test…
1721 …https://github.com/nodejs/node/commit/390e050ae0)] - **(SEMVER-MINOR)** **tls**: support "BEGIN TR…
1722 …5beffc`](https://github.com/nodejs/node/commit/16a75beffc)] - **tools**: prepare ./tools/compress\…
1723 …`b60808a2da`](https://github.com/nodejs/node/commit/b60808a2da)] - **tools**: prepare tools/testp.…
1724 …61c89a7f`](https://github.com/nodejs/node/commit/1f61c89a7f)] - **tools**: prepare tools/icu/icutr…
1725 … [[`e140d41789`](https://github.com/nodejs/node/commit/e140d41789)] - **tools**: capitalize senten…
1726 * [[`ad6104dbac`](https://github.com/nodejs/node/commit/ad6104dbac)] - **tools**: update ESLint to …
1727 …`](https://github.com/nodejs/node/commit/ac46e27714)] - **tools**: do not lint tools/inspector\_pr…
1728 …[`c3dda00e48`](https://github.com/nodejs/node/commit/c3dda00e48)] - **tools**: prepare tools/js2c.…
1729 …cdd5`](https://github.com/nodejs/node/commit/7cac76cdd5)] - **tools**: prepare tools/specialize\_n…
1730 …[`15632c3867`](https://github.com/nodejs/node/commit/15632c3867)] - **tools**: prepare tools/test.…
1731 …599c0e1`](https://github.com/nodejs/node/commit/022599c0e1)] - **tools**: prepare tools/genv8const…
1732 … [[`e7b77ead74`](https://github.com/nodejs/node/commit/e7b77ead74)] - **url**: remove an eslint-di…
1733 …[[`59317470e3`](https://github.com/nodejs/node/commit/59317470e3)] - **util**: inspect all prototy…
1734 * [[`a1f0da1d40`](https://github.com/nodejs/node/commit/a1f0da1d40)] - **util**: remove todo (Ruben…
1735 …c`](https://github.com/nodejs/node/commit/117e99121c)] - **(SEMVER-MINOR)** **util**: add inspecti…
1736 …6044b9`](https://github.com/nodejs/node/commit/331f6044b9)] - **worker**: drain messages from inte…
1744 …* `console` functions now handle symbols as defined in the spec. https://github.com/nodejs/node/pu…
1745 * The inspection `depth` default is now back at 2. https://github.com/nodejs/node/pull/24326
1747 * Added ipv6Only option for `net` and `dgram`. https://github.com/nodejs/node/pull/23798
1749 …* Chosing between the http parser is now possible per runtime flag. https://github.com/nodejs/node…
1751 * The `readline` module now supports async iterators. https://github.com/nodejs/node/pull/23916
1753 * The multiline history feature is removed. https://github.com/nodejs/node/pull/24804
1755 * Added min/max protocol version options. https://github.com/nodejs/node/pull/24405
1756 …* The X.509 public key info now includes the RSA bit size and the elliptic curve. https://github.c…
1758 * `pathToFileURL()` now supports LF, CR and TAB. https://github.com/nodejs/node/pull/23720
1760 * Tools are not installed using Boxstarter anymore. https://github.com/nodejs/node/pull/24677
1761 * The install-tools scripts or now included in the dist. https://github.com/nodejs/node/pull/24233
1763 …* [antsmartian](https://github.com/antsmartian) - Anto Aravinth. https://github.com/nodejs/node/pu…
1767 …d319fa`](https://github.com/nodejs/node/commit/7fb8d319fa)] - **assert**: fix loose deepEqual map …
1768 …5518650`](https://github.com/nodejs/node/commit/8905518650)] - **assert,util**: fix sparse array c…
1769 …87d`](https://github.com/nodejs/node/commit/ef63bb287d)] - **benchmark**: support URL inputs in cr…
1770 …1e9c`](https://github.com/nodejs/node/commit/f5d4db1e9c)] - **benchmark**: pre-generate data set f…
1771 * [[`73786c854a`](https://github.com/nodejs/node/commit/73786c854a)] - **buffer**: remove checkNumb…
1772 …2ac0bb66`](https://github.com/nodejs/node/commit/a22ac0bb66)] - **build**: add '.git' to 'make lin…
1773 …c6a4eb3`](https://github.com/nodejs/node/commit/bfec6a4eb3)] - **build**: fix check-xz for platfor…
1774 …4c91c7d`](https://github.com/nodejs/node/commit/3a24c91c7d)] - **build**: make tar.xz creation opt…
1775 …99303`](https://github.com/nodejs/node/commit/6b71099303)] - **build**: add line break as soon tes…
1776 …e15da6ca`](https://github.com/nodejs/node/commit/e0e15da6ca)] - **build**: fix line length off by …
1777 …fe4498fe1`](https://github.com/nodejs/node/commit/3fe4498fe1)] - **build**: fix c++ code coverage …
1778 …819e0a3`](https://github.com/nodejs/node/commit/955819e0a3)] - **build**: only check REPLACEME & D…
1779 …`3fa4def6ea`](https://github.com/nodejs/node/commit/3fa4def6ea)] - **build**: replace `-not` with …
1780 …https://github.com/nodejs/node/commit/e37c6182e5)] - **build**: fix Python detection when depot\_t…
1781 …39614add79`](https://github.com/nodejs/node/commit/39614add79)] - **build**: remove sudo:false fro…
1782 …`21e59a68cf`](https://github.com/nodejs/node/commit/21e59a68cf)] - **build**: use print() function…
1783 …a3`](https://github.com/nodejs/node/commit/4dc1e785a3)] - **build**: check minimum ICU in configur…
1784 …2fdebf`](https://github.com/nodejs/node/commit/c5e32fdebf)] - **build**: remove unnecessary prereq…
1785 …92b1`](https://github.com/nodejs/node/commit/383d8092b1)] - **build, tools, win**: add .S files su…
1786 …4df5b326`](https://github.com/nodejs/node/commit/bd4df5b326)] - **build,src**: sync src files with…
1787 …b26eda9`](https://github.com/nodejs/node/commit/331b26eda9)] - **build,tools**: update make-v8.sh …
1788 …https://github.com/nodejs/node/commit/706bc414b9)] - **(SEMVER-MINOR)** **build,win**: pack the in…
1789 * [[`b214ae44c8`](https://github.com/nodejs/node/commit/b214ae44c8)] - **cli**: add missing env var…
1790 … [[`50005e7ddf`](https://github.com/nodejs/node/commit/50005e7ddf)] - **console**: improve code re…
1791 …feb9e492`](https://github.com/nodejs/node/commit/12feb9e492)] - **crypto**: harden bignum-to-binar…
1792 … [[`c15efcec92`](https://github.com/nodejs/node/commit/c15efcec92)] - **crypto**: convert to arrow…
1793 …3a1`](https://github.com/nodejs/node/commit/16d70603a1)] - **crypto**: allow monkey patching of ps…
1794 …b83b`](https://github.com/nodejs/node/commit/7c29e9b83b)] - **crypto**: remove unnecessary fully q…
1795 …`0afcb9ad3a`](https://github.com/nodejs/node/commit/0afcb9ad3a)] - **deps**: cherry-pick 88f8fe1 f…
1796 …`61179e6cfe`](https://github.com/nodejs/node/commit/61179e6cfe)] - **deps**: cherry-pick 073073b f…
1797 * [[`230eb0dde9`](https://github.com/nodejs/node/commit/230eb0dde9)] - **deps**: update llhttp to 1…
1798 * [[`06c28b9d75`](https://github.com/nodejs/node/commit/06c28b9d75)] - **deps**: upgrade to libuv 1…
1799 …[`2dfaa480de`](https://github.com/nodejs/node/commit/2dfaa480de)] - **dns**: simplify dns.promises…
1800 …1fb1e663`](https://github.com/nodejs/node/commit/5a1fb1e663)] - **doc**: mention util depth defaul…
1801 …998161`](https://github.com/nodejs/node/commit/d800998161)] - **doc**: list all versions WHATWG UR…
1802 …fa6`](https://github.com/nodejs/node/commit/71e520cfa6)] - **doc**: add authority and scheme psued…
1803 * [[`5b78d2c504`](https://github.com/nodejs/node/commit/5b78d2c504)] - **doc**: remove duplicate wh…
1804 …162b3a12b6`](https://github.com/nodejs/node/commit/162b3a12b6)] - **doc**: add triaging section to…
1805 …611a384a`](https://github.com/nodejs/node/commit/b8611a384a)] - **doc**: use author's titles for l…
1806 … [[`566046ca4e`](https://github.com/nodejs/node/commit/566046ca4e)] - **doc**: revise code review …
1807 …b178`](https://github.com/nodejs/node/commit/3d1853b178)] - **doc**: add a note on usage scope of …
1808 …`](https://github.com/nodejs/node/commit/997c0e05a4)] - **doc**: hide undocumented object artifact…
1809 …0c9b`](https://github.com/nodejs/node/commit/58e5c00c9b)] - **doc**: fix added version of randomFi…
1810 …`](https://github.com/nodejs/node/commit/751d961d29)] - **doc**: streamline Accepting Modification…
1811 …a83869`](https://github.com/nodejs/node/commit/c09ea83869)] - **doc**: make release README link be…
1812 …f501d`](https://github.com/nodejs/node/commit/06011f501d)] - **doc**: fix REPLACEME for tls min/ma…
1813 …[`4d41c8f6d6`](https://github.com/nodejs/node/commit/4d41c8f6d6)] - **doc**: add missing changes e…
1814 …[`25e5164cf1`](https://github.com/nodejs/node/commit/25e5164cf1)] - **doc**: cookie is joined usin…
1815 …`66d83305f8`](https://github.com/nodejs/node/commit/66d83305f8)] - **doc**: sort bottom-of-file ma…
1816 … [[`654bd65464`](https://github.com/nodejs/node/commit/654bd65464)] - **doc**: remove trailing whi…
1817 …dc100565`](https://github.com/nodejs/node/commit/68dc100565)] - **doc**: describe current HTTP hea…
1818 …7a5690`](https://github.com/nodejs/node/commit/b3e77a5690)] - **doc**: fix nits in http(s) server.…
1819 …`3288c27453`](https://github.com/nodejs/node/commit/3288c27453)] - **doc**: add antsmartian to col…
1820 …5aa03085d`](https://github.com/nodejs/node/commit/85aa03085d)] - **doc**: revise accepting-modific…
1821 …bb32b480`](https://github.com/nodejs/node/commit/2ebb32b480)] - **doc**: document fs.write limitat…
1822 …7c2e7d3`](https://github.com/nodejs/node/commit/5a47c2e7d3)] - **doc**: clarify symlink resolution…
1823 …ffd5b1d`](https://github.com/nodejs/node/commit/b65ffd5b1d)] - **doc**: use arrow function for ano…
1824 …4491a48ba`](https://github.com/nodejs/node/commit/d4491a48ba)] - **doc**: revise handling-own-pull…
1825 …c8823`](https://github.com/nodejs/node/commit/663d1c8823)] - **doc**: fix duplicate "this" and "th…
1826 …50f7888`](https://github.com/nodejs/node/commit/8d550f7888)] - **doc**: replace anonymous function…
1827 * [[`657d7a5f9d`](https://github.com/nodejs/node/commit/657d7a5f9d)] - **doc**: use arrow function …
1828 …7a13fb`](https://github.com/nodejs/node/commit/f80e7a13fb)] - **doc**: replace anonymous function …
1829 …6c6aba4`](https://github.com/nodejs/node/commit/5796c6aba4)] - **doc**: mark napi\_add\_finalizer …
1830 …ada88`](https://github.com/nodejs/node/commit/4da44ada88)] - **doc**: clarify who may land on an L…
1831 …[`7463a7f5cf`](https://github.com/nodejs/node/commit/7463a7f5cf)] - **doc**: revise `author ready`…
1832 …(https://github.com/nodejs/node/commit/41f2e36046)] - **doc**: add readable and writable property …
1833 * [[`580eb5ba66`](https://github.com/nodejs/node/commit/580eb5ba66)] - **doc**: move trott to tsc e…
1834 …fad1cd`](https://github.com/nodejs/node/commit/1a74fad1cd)] - **doc**: add Ruben Bridgewater to re…
1835 …31c91b`](https://github.com/nodejs/node/commit/672a31c91b)] - **doc**: edit COLLABORATOR\_GUIDE.md…
1836 … [[`6d147efa92`](https://github.com/nodejs/node/commit/6d147efa92)] - **doc**: move Timothy to TSC…
1837 …[`91494bf023`](https://github.com/nodejs/node/commit/91494bf023)] - **doc**: add NODE\_DEBUG\_NATI…
1838 …`6e4a12062a`](https://github.com/nodejs/node/commit/6e4a12062a)] - **doc**: add missing env variab…
1839 …`48852cc51f`](https://github.com/nodejs/node/commit/48852cc51f)] - **doc**: minor cleanup of tls.g…
1840 …[`d34527177c`](https://github.com/nodejs/node/commit/d34527177c)] - **doc**: add Beth Griggs to re…
1841 …](https://github.com/nodejs/node/commit/dadc2eb62d)] - **(SEMVER-MINOR)** **doc**: describe certif…
1842 …2bcf97c`](https://github.com/nodejs/node/commit/9ab2bcf97c)] - **doc**: update 11.0.0 changelog wi…
1843 …`](https://github.com/nodejs/node/commit/a499db714c)] - **doc**: add filehandle.write(string\[, po…
1844 …f2306d380`](https://github.com/nodejs/node/commit/cf2306d380)] - **doc**: udpate list item spacing…
1845 …6b`](https://github.com/nodejs/node/commit/ed78339a6b)] - **doc**: update crypto examples to not u…
1846 …https://github.com/nodejs/node/commit/5c4f569857)] - **doc**: simplify first-time contributors sec…
1847 …ec97ba3d`](https://github.com/nodejs/node/commit/81ec97ba3d)] - **doc**: adjusting formatting when…
1848 …a3599a5067`](https://github.com/nodejs/node/commit/a3599a5067)] - **doc**: better linkage to node-…
1849 …747f1dc5`](https://github.com/nodejs/node/commit/5f747f1dc5)] - **doc**: add help on fixing IPv6 t…
1850 …687`](https://github.com/nodejs/node/commit/85f9201687)] - **doc**: update collaborator guide with…
1851 …[`2245e5e484`](https://github.com/nodejs/node/commit/2245e5e484)] - **doc,meta**: update PR approv…
1852 * [[`1743568975`](https://github.com/nodejs/node/commit/1743568975)] - **esm**: refactor dynamic mo…
1853 …`dd89cfeb30`](https://github.com/nodejs/node/commit/dd89cfeb30)] - **events**: extract listener ch…
1854 …[[`124fca0267`](https://github.com/nodejs/node/commit/124fca0267)] - **fs**: simplify fs.promises …
1855 * [[`b1622a2c92`](https://github.com/nodejs/node/commit/b1622a2c92)] - **fs**: inline typeof check …
1856 …](https://github.com/nodejs/node/commit/c8d5e31db4)] - **(SEMVER-MINOR)** **http**: make parser ch…
1857 …`1f8787c32d`](https://github.com/nodejs/node/commit/1f8787c32d)] - **http**: destroy the socket on…
1858 …`3fe3bc961f`](https://github.com/nodejs/node/commit/3fe3bc961f)] - **http**: fix error return in `…
1859 …https://github.com/nodejs/node/commit/798504a8c9)] - **http2**: make compat writeHead not crash if…
1860 …60`](https://github.com/nodejs/node/commit/61e0103d60)] - **http2**: add compat support for nested…
1861 …91238a9a7`](https://github.com/nodejs/node/commit/091238a9a7)] - **http2**: fix session\[kSession\…
1862 … [[`5051e1bdab`](https://github.com/nodejs/node/commit/5051e1bdab)] - **http2**: cleanup endStream…
1863 * [[`81a7056378`](https://github.com/nodejs/node/commit/81a7056378)] - **http2**: set js callbacks …
1864 … [[`cd7df56903`](https://github.com/nodejs/node/commit/cd7df56903)] - **http2**: throw from mapToH…
1865 …9bb1b39`](https://github.com/nodejs/node/commit/f5e9bb1b39)] - **http2**: replace unreachable erro…
1866 … [[`1f544999af`](https://github.com/nodejs/node/commit/1f544999af)] - **http2**: order declaration…
1867 …6ce`](https://github.com/nodejs/node/commit/454883b6ce)] - **http2**: elevate v8 namespaces of rep…
1868 …9a`](https://github.com/nodejs/node/commit/73bc5fd39a)] - ***Revert*** "**lib**: repl multiline hi…
1869 …[[`6c8a73de33`](https://github.com/nodejs/node/commit/6c8a73de33)] - **lib**: remove some useless …
1870 * [[`1ec4f8dc3d`](https://github.com/nodejs/node/commit/1ec4f8dc3d)] - **lib**: remove duplicated n…
1871 …981e76f`](https://github.com/nodejs/node/commit/eab981e76f)] - **lib**: do not register DOMExcepti…
1872 …929cf`](https://github.com/nodejs/node/commit/d77cf929cf)] - **lib**: move setupAllowedFlags() int…
1873 …[[`b1d3747b5b`](https://github.com/nodejs/node/commit/b1d3747b5b)] - **lib**: convert to arrow fun…
1874 …[[`97b803fa13`](https://github.com/nodejs/node/commit/97b803fa13)] - **lib**: change callbacks to …
1875 …bc86388`](https://github.com/nodejs/node/commit/1c4bc86388)] - **lib**: chenged anonymous function…
1876 …049`](https://github.com/nodejs/node/commit/83ab5f4049)] - **lib**: rearm pre-existing signal even…
1877 * [[`6f42b98a1a`](https://github.com/nodejs/node/commit/6f42b98a1a)] - **lib**: convert to arrow fu…
1878 * [[`e5c85ef886`](https://github.com/nodejs/node/commit/e5c85ef886)] - **lib**: convert to Arrow Fu…
1879 …e0c92c`](https://github.com/nodejs/node/commit/1063e0c92c)] - **lib**: fix comment nits in bootstr…
1880 …3b86`](https://github.com/nodejs/node/commit/3df8633b86)] - **lib**: suppress crypto related env v…
1881 …[[`59c2ee0c37`](https://github.com/nodejs/node/commit/59c2ee0c37)] - **lib**: convert to arrow fun…
1882 …8e93f7691`](https://github.com/nodejs/node/commit/a8e93f7691)] - **lib**: change anonymous functio…
1883 …[[`b2c243ff8b`](https://github.com/nodejs/node/commit/b2c243ff8b)] - **lib**: simplify own keys re…
1884 …460b8`](https://github.com/nodejs/node/commit/35a76460b8)] - **lib**: fix nits in lib/internal/boo…
1885 …34809a`](https://github.com/nodejs/node/commit/daeb34809a)] - **lib**: move encodeStr function to …
1886 …4abfe432`](https://github.com/nodejs/node/commit/e14abfe432)] - **lib**: refactor setupInspector i…
1887 …16ff521d4`](https://github.com/nodejs/node/commit/e16ff521d4)] - **lib**: set stderr.\_destroy to …
1888 …`](https://github.com/nodejs/node/commit/bc5a0d3c05)] - **lib**: gather all errors constant in the…
1889 …fc51b0`](https://github.com/nodejs/node/commit/0c51fc51b0)] - **n-api**: handle reference delete b…
1890 …de`](https://github.com/nodejs/node/commit/7ef516a9de)] - **n-api,test**: remove last argument in …
1891 …https://github.com/nodejs/node/commit/e82f67d710)] - ***Revert*** "**net**: partially revert "simp…
1892 …https://github.com/nodejs/node/commit/a1254a3e90)] - **(SEMVER-MINOR)** **net,dgram**: add ipv6Onl…
1893 …[`24acd53cc4`](https://github.com/nodejs/node/commit/24acd53cc4)] - **net,http2**: merge after-wri…
1894 …](https://github.com/nodejs/node/commit/5874a03f39)] - **process**: refactor the bootstrap mode br…
1895 …77b`](https://github.com/nodejs/node/commit/effe30777b)] - **process**: fix omitting `--` from `pr…
1896 …d2258`](https://github.com/nodejs/node/commit/81b42d2258)] - **process**: emit unhandled warning i…
1897 …d`](https://github.com/nodejs/node/commit/b22e95d5ed)] - **(SEMVER-MINOR)** **readline**: add supp…
1898 …(https://github.com/nodejs/node/commit/6fed6f5e1f)] - ***Revert*** "**repl**: handle buffered stri…
1899 …be407b1`](https://github.com/nodejs/node/commit/bd8be407b1)] - **repl**: handle buffered string lo…
1900 …3f18ea`](https://github.com/nodejs/node/commit/5bd33f18ea)] - **src**: fix type mismatch warnings …
1901 …2b`](https://github.com/nodejs/node/commit/7c70b6192b)] - **src**: move version metadata into node…
1902 …3b59b4066`](https://github.com/nodejs/node/commit/53b59b4066)] - **src**: move READONLY\_\* macros…
1903 … [[`c957adb171`](https://github.com/nodejs/node/commit/c957adb171)] - **src**: use custom TryCatch…
1904 …ecbe616b9d`](https://github.com/nodejs/node/commit/ecbe616b9d)] - **src**: use arraysize instead o…
1905 …88f44547`](https://github.com/nodejs/node/commit/0e88f44547)] - **src**: set HAS\_USERNAME/PASSWOR…
1906 …f315560`](https://github.com/nodejs/node/commit/193f315560)] - **src**: elevate v8 namespaces for …
1907 …6ef`](https://github.com/nodejs/node/commit/f28fdc96ef)] - **src**: remove unused context variable…
1908 …48c1d4f9`](https://github.com/nodejs/node/commit/0148c1d4f9)] - **src**: elevate v8 namespaces ref…
1909 …https://github.com/nodejs/node/commit/f31292dff3)] - **src**: move C++ binding/addon related code …
1910 …64cd5e`](https://github.com/nodejs/node/commit/87c864cd5e)] - **src**: remove unused variables in …
1911 …122ba598e`](https://github.com/nodejs/node/commit/a122ba598e)] - **src**: simplify LibuvStreamWrap…
1912 * [[`b554ff7620`](https://github.com/nodejs/node/commit/b554ff7620)] - **src**: replace create new …
1913 …[`c26b10caeb`](https://github.com/nodejs/node/commit/c26b10caeb)] - **src**: migrate to new V8 arr…
1914 …3ba`](https://github.com/nodejs/node/commit/c708abb3ba)] - **src**: use NativeModuleLoader to comp…
1915 …`9caad06d6f`](https://github.com/nodejs/node/commit/9caad06d6f)] - **src**: simplify uptime and pp…
1916 …`dca1ecffbd`](https://github.com/nodejs/node/commit/dca1ecffbd)] - **src**: replace array implemen…
1917 * [[`955a8a720a`](https://github.com/nodejs/node/commit/955a8a720a)] - **src**: replace new Array c…
1918 …a91fc1af0`](https://github.com/nodejs/node/commit/8a91fc1af0)] - **src**: elevate v8 namespaces fo…
1919 …aa220cf9d7`](https://github.com/nodejs/node/commit/aa220cf9d7)] - **src**: enable detailed source …
1920 …[`b9bd4e9d09`](https://github.com/nodejs/node/commit/b9bd4e9d09)] - **src**: add include for stand…
1921 …f0785`](https://github.com/nodejs/node/commit/2565ff0785)] - **src**: elevate namespaces for repea…
1922 …d930674`](https://github.com/nodejs/node/commit/b8ed930674)] - **src**: elevate namespaces of repe…
1923 …51b2a`](https://github.com/nodejs/node/commit/216f751b2a)] - **src**: elevate v8 namespaces of nod…
1924 …https://github.com/nodejs/node/commit/21e9aa2bf4)] - **src**: use STL containers instead of v8 val…
1925 …3dee9789`](https://github.com/nodejs/node/commit/873dee9789)] - **src**: elevate v8 namespaces of …
1926 …c4198`](https://github.com/nodejs/node/commit/aa481c4198)] - **src**: elevate repeated use of v8 n…
1927 …862acc7a`](https://github.com/nodejs/node/commit/ea862acc7a)] - **src**: use smart pointers in car…
1928 * [[`53fac5c0d3`](https://github.com/nodejs/node/commit/53fac5c0d3)] - **src**: fix compiler warnin…
1929 … [[`c2fde2124f`](https://github.com/nodejs/node/commit/c2fde2124f)] - **src**: remove unused varia…
1930 …003cbff`](https://github.com/nodejs/node/commit/dba003cbff)] - **src**: include util-inl.h in work…
1931 …eee9fd`](https://github.com/nodejs/node/commit/25a9eee9fd)] - **src**: add direct dependency on `*…
1932 …[`33e7f6e953`](https://github.com/nodejs/node/commit/33e7f6e953)] - **src**: add AliasedBuffer::re…
1933 …a97a96`](https://github.com/nodejs/node/commit/74c0a97a96)] - **src**: clean clang-tidy errors in …
1934 …7710e`](https://github.com/nodejs/node/commit/260d77710e)] - **src**: fix resource leak in node::f…
1935 … [[`c0a9a83c51`](https://github.com/nodejs/node/commit/c0a9a83c51)] - **src**: refactor FillStatsA…
1936 …0094`](https://github.com/nodejs/node/commit/5061610094)] - **src**: remove `Environment::tracing_…
1937 …3c7efffc`](https://github.com/nodejs/node/commit/af3c7efffc)] - **src**: factor out Node.js-agnost…
1938 …e776`](https://github.com/nodejs/node/commit/b44623e776)] - **src**: elevate v8 namespaces of refe…
1939 …](https://github.com/nodejs/node/commit/a7f6c043a4)] - ***Revert*** "**src**: enable detailed sour…
1940 * [[`5d67eeca1a`](https://github.com/nodejs/node/commit/5d67eeca1a)] - **src**: emit warnings from …
1941 * [[`fa9e03c1a7`](https://github.com/nodejs/node/commit/fa9e03c1a7)] - **src**: re-sort the symbol …
1942 …2d885ed0f9`](https://github.com/nodejs/node/commit/2d885ed0f9)] - **src**: fix compiler warning in…
1943 … [[`806570d80a`](https://github.com/nodejs/node/commit/806570d80a)] - **src**: remove unused varia…
1944 …497e5`](https://github.com/nodejs/node/commit/88a54497e5)] - **src,lib**: make process.binding('co…
1945 …8571`](https://github.com/nodejs/node/commit/b809fa8571)] - **stream**: make async iterator .next(…
1946 …[`99b018bf48`](https://github.com/nodejs/node/commit/99b018bf48)] - **stream**: use arrow function…
1947 …`](https://github.com/nodejs/node/commit/ba1ebb4a40)] - **stream**: correctly pause and resume aft…
1948 …https://github.com/nodejs/node/commit/7bc2011ad9)] - **stream**: do not use crypto.DEFAULT\_ENCODI…
1949 …a8d5`](https://github.com/nodejs/node/commit/01e8a3a8d5)] - **stream**: change comment on duplex s…
1950 …0ed669cf65`](https://github.com/nodejs/node/commit/0ed669cf65)] - **test**: remove unused addons-n…
1951 …[`7069ed7546`](https://github.com/nodejs/node/commit/7069ed7546)] - **test**: add .gitignore file …
1952 … [[`c227b1be16`](https://github.com/nodejs/node/commit/c227b1be16)] - **test**: partition N-API te…
1953 …5d7`](https://github.com/nodejs/node/commit/63b06b55d7)] - **test**: fix `common.mustNotCall()` us…
1954 …[[`cc133c4432`](https://github.com/nodejs/node/commit/cc133c4432)] - **test**: use ES2017 syntax i…
1955 …](https://github.com/nodejs/node/commit/a7a1cb48f5)] - **test**: check for the correct strict equa…
1956 …9d5`](https://github.com/nodejs/node/commit/95720089d5)] - **test**: add flag scenario in test-fs-…
1957 …8928b06`](https://github.com/nodejs/node/commit/5f58928b06)] - **test**: improve comparison covera…
1958 …e754bb`](https://github.com/nodejs/node/commit/7577e754bb)] - **test**: check invalid argument err…
1959 …2916b592d3`](https://github.com/nodejs/node/commit/2916b592d3)] - **test**: increase assert test c…
1960 …](https://github.com/nodejs/node/commit/085f5b6366)] - **test**: show stdout and stderr in test-cl…
1961 …3cf35`](https://github.com/nodejs/node/commit/026e03cf35)] - **test**: minor refactoring of ontick…
1962 …a8`](https://github.com/nodejs/node/commit/10c2773da8)] - **test**: mark test\_threadsafe\_functio…
1963 …04f533`](https://github.com/nodejs/node/commit/8ffe04f533)] - **test**: verify order of error in h…
1964 …[[`3c3ebe57f6`](https://github.com/nodejs/node/commit/3c3ebe57f6)] - **test**: cover path empty st…
1965 …89965c`](https://github.com/nodejs/node/commit/089489965c)] - **test**: use arrow syntax for anony…
1966 …f7362b9`](https://github.com/nodejs/node/commit/d5bf7362b9)] - **test**: fix the arguments order i…
1967 …6de6`](https://github.com/nodejs/node/commit/1035e36de6)] - **test**: mark test-vm-timeout-escape-…
1968 …bc2751e`](https://github.com/nodejs/node/commit/603bc2751e)] - **test**: fix the arguments order i…
1969 …ae7a598`](https://github.com/nodejs/node/commit/969ae7a598)] - **test**: fix the arguments order i…
1970 …0e472`](https://github.com/nodejs/node/commit/e96c60e472)] - **test**: reach res.\_dump after abor…
1971 …(https://github.com/nodejs/node/commit/053f3d6289)] - **test**: validate fs.rename() when NODE\_TE…
1972 …6eb6aa`](https://github.com/nodejs/node/commit/9e1c6eb6aa)] - **test**: test and docs for detached…
1973 …a9040bf`](https://github.com/nodejs/node/commit/992a9040bf)] - **test**: fix arguments order in `a…
1974 …acf73ae7`](https://github.com/nodejs/node/commit/f8acf73ae7)] - **test**: fix arguments order in a…
1975 …fac6`](https://github.com/nodejs/node/commit/84249dfac6)] - **test**: make test-uv-binding-constan…
1976 * [[`0a492c730a`](https://github.com/nodejs/node/commit/0a492c730a)] - **test**: use arrow function…
1977 …85c`](https://github.com/nodejs/node/commit/8072a2b85c)] - **test**: fix arguments order in `asser…
1978 …`9d5455515c`](https://github.com/nodejs/node/commit/9d5455515c)] - **test**: use arrow functions i…
1979 …[[`99dbdca73b`](https://github.com/nodejs/node/commit/99dbdca73b)] - **test**: update strictEqual …
1980 …9191e13`](https://github.com/nodejs/node/commit/3b99191e13)] - **test**: fix argument order in ass…
1981 … [[`d6fff0e618`](https://github.com/nodejs/node/commit/d6fff0e618)] - **test**: add test for socke…
1982 …`](https://github.com/nodejs/node/commit/abb1c64c2d)] - **test**: replace anonymous closure functi…
1983 …312672`](https://github.com/nodejs/node/commit/b7aa312672)] - **test**: fix arguments order in `as…
1984 …82b420883`](https://github.com/nodejs/node/commit/a82b420883)] - **test**: convert callback to arr…
1985 …30af`](https://github.com/nodejs/node/commit/7edea030af)] - **test**: change anonymous function to…
1986 …1dfbb2b`](https://github.com/nodejs/node/commit/a701dfbb2b)] - **test**: split out http2 from test…
1987 …3a`](https://github.com/nodejs/node/commit/8849d8073a)] - **test**: cover path.basename when path …
1988 * [[`12d7107edc`](https://github.com/nodejs/node/commit/12d7107edc)] - **test**: fix assert.strictE…
1989 …4778a082a`](https://github.com/nodejs/node/commit/54778a082a)] - **test**: fix arguments order in …
1990 …aa2b0b5`](https://github.com/nodejs/node/commit/cd1aa2b0b5)] - **test**: fix http2-binding strictE…
1991 …18e98`](https://github.com/nodejs/node/commit/82ef618e98)] - **test**: fix the arguments order in …
1992 …1067653221`](https://github.com/nodejs/node/commit/1067653221)] - **test**: replace callback with …
1993 …363d3c6deb`](https://github.com/nodejs/node/commit/363d3c6deb)] - **test**: use destructuring on r…
1994 …5ab`](https://github.com/nodejs/node/commit/34b40af5ab)] - **test**: fix test case in test-child-p…
1995 …01520ce`](https://github.com/nodejs/node/commit/40701520ce)] - **test**: replace callback with arr…
1996 …[`2a67a49053`](https://github.com/nodejs/node/commit/2a67a49053)] - **test**: replace callback wit…
1997 …dfc8d48`](https://github.com/nodejs/node/commit/39adfc8d48)] - **test**: replace anonymous functio…
1998 …8541fe2`](https://github.com/nodejs/node/commit/6b88541fe2)] - **test**: replace anonymous functio…
1999 … [[`765a81e32a`](https://github.com/nodejs/node/commit/765a81e32a)] - **test**: add information to…
2000 …6e5c`](https://github.com/nodejs/node/commit/759ed86e5c)] - **test**: replace anonymous function w…
2001 …](https://github.com/nodejs/node/commit/9bf2659af4)] - **test**: change anonymous closure function…
2002 …95`](https://github.com/nodejs/node/commit/e8c0fcee95)] - **test**: replace closure functions with…
2003 …2d`](https://github.com/nodejs/node/commit/2c8c7b882d)] - **test**: replace anonymous function wit…
2004 …0292a839`](https://github.com/nodejs/node/commit/7b0292a839)] - **test**: favor arrow function in …
2005 … [[`8fcf3b3c59`](https://github.com/nodejs/node/commit/8fcf3b3c59)] - **test**: remove unused reje…
2006 …[`46b5df0f1f`](https://github.com/nodejs/node/commit/46b5df0f1f)] - **test**: refactor test to use…
2007 …28ec86c90`](https://github.com/nodejs/node/commit/c28ec86c90)] - **test**: replace closure with ar…
2008 * [[`1cd73a81fa`](https://github.com/nodejs/node/commit/1cd73a81fa)] - **test**: using arrow functi…
2009 …9dd2be3`](https://github.com/nodejs/node/commit/b309dd2be3)] - **test**: replace anonymous closure…
2010 …16ddccd`](https://github.com/nodejs/node/commit/c4f16ddccd)] - **test**: replace callback with arr…
2011 …7b`](https://github.com/nodejs/node/commit/dbf14ce17b)] - **test**: replcae anonymous closure with…
2012 …`](https://github.com/nodejs/node/commit/4792bea514)] - **test**: refactor test-http-write-empty-s…
2013 …fd53`](https://github.com/nodejs/node/commit/c45660fd53)] - **test**: replace anonymous closure wi…
2014 …e6`](https://github.com/nodejs/node/commit/f19dae33e6)] - **test**: replace anonymous closure func…
2015 …(https://github.com/nodejs/node/commit/fbb228be97)] - **test**: replace anonymous closure function…
2016 …08cb8f`](https://github.com/nodejs/node/commit/c15208cb8f)] - **test**: replace anonymous closure …
2017 …https://github.com/nodejs/node/commit/8f18f0d5bd)] - **test**: add whatwg-encoding TextDecoder cus…
2018 * [[`33b524203b`](https://github.com/nodejs/node/commit/33b524203b)] - **test**: use Worker scope i…
2019 …a2e79`](https://github.com/nodejs/node/commit/ed714a2e79)] - **test**: modify order of parameters …
2020 …3bfa953990`](https://github.com/nodejs/node/commit/3bfa953990)] - **test**: replace closure with a…
2021 …https://github.com/nodejs/node/commit/7d743e659d)] - **test**: replace anonymous closure function …
2022 …e9abf42751`](https://github.com/nodejs/node/commit/e9abf42751)] - **test**: add typeerror test for…
2023 …`](https://github.com/nodejs/node/commit/237e479196)] - **test**: change anonymous closure functio…
2024 …f0a5b6a45`](https://github.com/nodejs/node/commit/2f0a5b6a45)] - **test**: favor arrow functions i…
2025 …7ecbe019`](https://github.com/nodejs/node/commit/957ecbe019)] - **test**: use print() function on …
2026 …6`](https://github.com/nodejs/node/commit/b1dee7dab6)] - **test**: replace anonymous closure funct…
2027 …8ffede5`](https://github.com/nodejs/node/commit/4348ffede5)] - **test**: fix arguments order in na…
2028 …](https://github.com/nodejs/node/commit/0a08cd714e)] - **test**: fix the arguments order in `asser…
2029 …585ebfffa7`](https://github.com/nodejs/node/commit/585ebfffa7)] - **test**: replace closure with a…
2030 …7c`](https://github.com/nodejs/node/commit/d5543ead7c)] - **test**: change callback function to ar…
2031 …00a0`](https://github.com/nodejs/node/commit/5d663100a0)] - **test**: fix the arguments order in `…
2032 * [[`9b2ab12b8c`](https://github.com/nodejs/node/commit/9b2ab12b8c)] - **test**: assertion equality…
2033 …a`](https://github.com/nodejs/node/commit/2777bc42aa)] - **test**: remove unused function argument…
2034 …b2b`](https://github.com/nodejs/node/commit/59723d4b2b)] - **test**: fix actual parameter order fo…
2035 * [[`658df6ba26`](https://github.com/nodejs/node/commit/658df6ba26)] - **test**: swap actual&option…
2036 …378c0c2d`](https://github.com/nodejs/node/commit/de378c0c2d)] - **test**: skip test that use --tls…
2037 …0ae`](https://github.com/nodejs/node/commit/c1777990ae)] - **test**: change callback function to a…
2038 …](https://github.com/nodejs/node/commit/ffb5e5da4b)] - **test**: replace anonymous closure for tes…
2039 …c809bb`](https://github.com/nodejs/node/commit/3fadc809bb)] - **test**: replace callback functions…
2040 …[`856a0fc8e4`](https://github.com/nodejs/node/commit/856a0fc8e4)] - **test**: use arrow functions …
2041 …`f112c06b3e`](https://github.com/nodejs/node/commit/f112c06b3e)] - **test**: replace anonymous clo…
2042 …`](https://github.com/nodejs/node/commit/6dd29252c7)] - **test**: fixed the arguments order in `as…
2043 …2a2849db`](https://github.com/nodejs/node/commit/7e2a2849db)] - **test**: use destructuring and re…
2044 …7f4f18`](https://github.com/nodejs/node/commit/cdda7f4f18)] - **test**: https agent clientcertengi…
2045 …26622b`](https://github.com/nodejs/node/commit/92f826622b)] - **test**: confirm tls server suite d…
2046 …aa7884c`](https://github.com/nodejs/node/commit/261aa7884c)] - **test**: cover tls multi-identity …
2047 …b883b4`](https://github.com/nodejs/node/commit/3c2fb883b4)] - **test**: add independent multi-alg …
2048 …2fc9550280`](https://github.com/nodejs/node/commit/2fc9550280)] - **test**: rename agent1-pfx.pem …
2049 …d`](https://github.com/nodejs/node/commit/ee64ae0f6d)] - **test**: remove unused function argument…
2050 …d2e9b76c1d`](https://github.com/nodejs/node/commit/d2e9b76c1d)] - **timers**: fix setTimeout expir…
2051 …`](https://github.com/nodejs/node/commit/acb73518b7)] - **(SEMVER-MINOR)** **tls**: add min/max pr…
2052 …https://github.com/nodejs/node/commit/f30c7c4911)] - **(SEMVER-MINOR)** **tls**: include RSA bit s…
2053 …https://github.com/nodejs/node/commit/37f0bd7e3a)] - **(SEMVER-MINOR)** **tls**: include elliptic …
2054 …7b2`](https://github.com/nodejs/node/commit/71a9c987b2)] - **tls**: destroy TLS socket if StreamWr…
2055 …5e4`](https://github.com/nodejs/node/commit/0c93b125e4)] - **tls**: do not rely on 'drain' handler…
2056 …249c143703`](https://github.com/nodejs/node/commit/249c143703)] - **tools**: prepare tools/install…
2057 * [[`1ea01c5790`](https://github.com/nodejs/node/commit/1ea01c5790)] - **tools**: replace rollup wi…
2058 …034`](https://github.com/nodejs/node/commit/09cd2ec034)] - **tools**: fix eslint usage for Node.js…
2059 …a79a192`](https://github.com/nodejs/node/commit/9e5a79a192)] - **tools**: don't use GH API for com…
2060 …649c8e09`](https://github.com/nodejs/node/commit/e3649c8e09)] - **tools**: only sign release if pr…
2061 …6aed58a`](https://github.com/nodejs/node/commit/2ef6aed58a)] - **tools**: check for git tag before…
2062 …df5784`](https://github.com/nodejs/node/commit/e7fbdf5784)] - **tools**: update remark-preset-lint…
2063 …815292f`](https://github.com/nodejs/node/commit/23d815292f)] - **tools**: use print() function on …
2064 …a4d10f67`](https://github.com/nodejs/node/commit/13a4d10f67)] - **tools**: update to remark-lint-p…
2065 …48e862b0`](https://github.com/nodejs/node/commit/5748e862b0)] - **tools**: fix `make lint-md-rollu…
2066 …8b7778`](https://github.com/nodejs/node/commit/7ffc8b7778)] - **tools**: update remark-lint to v6.…
2067 …a4bc15c2`](https://github.com/nodejs/node/commit/b9a4bc15c2)] - **tools**: update remark version t…
2068 …625329fbf`](https://github.com/nodejs/node/commit/1625329fbf)] - **tools,doc**: fix version picker…
2069 …https://github.com/nodejs/node/commit/b6004b3651)] - **trace_events**: forbid tracing modification…
2070 …https://github.com/nodejs/node/commit/d881b33028)] - **(SEMVER-MINOR)** **url**: support LF, CR an…
2071 …40929d597`](https://github.com/nodejs/node/commit/540929d597)] - **url**: simplify native URL obje…
2072 …0d7ee19786`](https://github.com/nodejs/node/commit/0d7ee19786)] - **url**: reuse existing context …
2073 …73dd0`](https://github.com/nodejs/node/commit/96e6873dd0)] - ***Revert*** "**url**: make the conte…
2074 …c0f72`](https://github.com/nodejs/node/commit/be54dc0f72)] - **url**: use SafeSet to filter known …
2075 * [[`5a853a093c`](https://github.com/nodejs/node/commit/5a853a093c)] - ***Revert*** "**util**: chan…
2076 …08be8`](https://github.com/nodejs/node/commit/807c108be8)] - **util**: improve internal `isError()…
2077 …6f684`](https://github.com/nodejs/node/commit/764d76f684)] - ***Revert*** "**util**: change %o dep…
2078 …[[`9e8f91dbc7`](https://github.com/nodejs/node/commit/9e8f91dbc7)] - **util**: remove unreachable …
2079 …https://github.com/nodejs/node/commit/e13571c199)] - **(SEMVER-MINOR)** **util,console**: handle s…
2080 …4d9a2650b2`](https://github.com/nodejs/node/commit/4d9a2650b2)] - **win**: do not use Boxstarter t…
2081 …7c30b0`](https://github.com/nodejs/node/commit/899e7c30b0)] - **win, build**: skip building cctest…
2088 https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/
2105 …n and possible Denial of Service. Reported by Jan Maybach ([liebdich.com](https://liebdich.com)). …
2106 …javascript:'` protocol. Reported by [Martin Bajanik](https://twitter.com/_bayotop) ([Kentico](http…
2110 …`8f191f3759`](https://github.com/nodejs/node/commit/8f191f3759)] - **deps**: update openssl 1.1.0 …
2111 …20ac47d7a`](https://github.com/nodejs/node/commit/f20ac47d7a)] - **deps**: update archs files for …
2112 …48d227b7`](https://github.com/nodejs/node/commit/8248d227b7)] - **deps**: add s390 asm rules for O…
2113 …`65d03f0180`](https://github.com/nodejs/node/commit/65d03f0180)] - **deps**: upgrade openssl sourc…
2114 …https://github.com/nodejs/node/commit/a2b8aba23c)] - **deps,http**: llhttp set max header size to …
2115 …https://github.com/nodejs/node/commit/74e01d0020)] - **deps,http**: http\_parser set max header si…
2116 …https://github.com/nodejs/node/commit/4ecbd3bdaa)] - **http**: reset headers\_nread\_ on llhttp pa…
2117 …https://github.com/nodejs/node/commit/04e0620597)] - **http**: fix header limit errors and test fo…
2118 …https://github.com/nodejs/node/commit/315ee2e626)] - **(SEMVER-MINOR)** **http,https**: protect ag…
2119 …https://github.com/nodejs/node/commit/d7504324e1)] - **url**: avoid hostname spoofing w/ javascrip…
2127 …* A new experimental HTTP parser (`llhttp`) is now supported. https://github.com/nodejs/node/pull/…
2129 …* Fixed an issue that could cause setTimeout to stop working as expected. https://github.com/nodej…
2131 …ill now show the names of stack frames if the node.pdb file is available. https://github.com/nodej…
2133 …native build tools. https://github.com/nodejs/node/pull/23987, https://github.com/nodejs/node/pull…
2137 start in a new window. https://github.com/nodejs/node/pull/24034
2139 * [oyyd](https://github.com/oyyd) - Ouyang Yadong. https://github.com/nodejs/node/pull/24300
2140 …* [psmarshall](https://github.com/psmarshall) - Peter Marshall. https://github.com/nodejs/node/pul…
2141 …* [shisama](https://github.com/shisama) - Masashi Hirano. https://github.com/nodejs/node/pull/24136
2145 … [[`685724b53d`](https://github.com/nodejs/node/commit/685724b53d)] - **assert**: remove unused ca…
2146 …a`](https://github.com/nodejs/node/commit/bb766ae05a)] - **async_hooks**: add HandleScopes to C++ …
2147 …4463`](https://github.com/nodejs/node/commit/ad5c9b4463)] - **benchmark**: support more options in…
2148 …](https://github.com/nodejs/node/commit/d0bf8c2259)] - **benchmark**: add dir and withFileTypes op…
2149 …[[`40b3ad3eb8`](https://github.com/nodejs/node/commit/40b3ad3eb8)] - **benchmark**: remove unused …
2150 …[[`1f3cb63da3`](https://github.com/nodejs/node/commit/1f3cb63da3)] - **bootstrap**: remove unused …
2151 …[`fcc25f9ee8`](https://github.com/nodejs/node/commit/fcc25f9ee8)] - **buffer**: fix writeUInt16BE …
2152 …https://github.com/nodejs/node/commit/e4cd255a85)] - **buffer**: throw exception when creating fro…
2153 * [[`44ebdbb860`](https://github.com/nodejs/node/commit/44ebdbb860)] - **build**: fix benchmark tes…
2154 …8b4d7c89`](https://github.com/nodejs/node/commit/1c8b4d7c89)] - **build**: disable openssl asm on …
2155 …58c`](https://github.com/nodejs/node/commit/0c9d86f58c)] - **build**: use BUILDTYPE in bench-addon…
2156 …9ee09b`](https://github.com/nodejs/node/commit/70699ee09b)] - **build**: lint commit message in se…
2157 …82e8f20`](https://github.com/nodejs/node/commit/2b282e8f20)] - **build**: move headers out of c++ …
2158 …`](https://github.com/nodejs/node/commit/a8008d1517)] - **build**: only try to find node when it's…
2159 …024`](https://github.com/nodejs/node/commit/e4bcb97024)] - **build**: change repo to https protoco…
2160 * [[`7083b96c49`](https://github.com/nodejs/node/commit/7083b96c49)] - **build**: use latest node o…
2161 * [[`99c2a10f7b`](https://github.com/nodejs/node/commit/99c2a10f7b)] - **build**: fix Travis non-PR…
2162 …1c5cadd`](https://github.com/nodejs/node/commit/3de1c5cadd)] - **build**: do not lint on non-PR Tr…
2163 …efec`](https://github.com/nodejs/node/commit/762679efec)] - **build**: make benchmark/napi all pre…
2164 …1d`](https://github.com/nodejs/node/commit/4651cd721d)] - **build**: add -Werror=undefined-inline …
2165 …f1e7c`](https://github.com/nodejs/node/commit/e7133f1e7c)] - **build**: configure default v8\_opti…
2166 …89a8`](https://github.com/nodejs/node/commit/26c19889a8)] - **build,meta**: don't fail Travis for …
2167 …8fb550c6`](https://github.com/nodejs/node/commit/838fb550c6)] - **build,tools**: update make-v8.sh…
2168 …](https://github.com/nodejs/node/commit/c07cce368a)] - ***Revert*** "**child_process**: change win…
2169 …2a`](https://github.com/nodejs/node/commit/a1c7c1902a)] - **child_process**: allow 'http\_parser' …
2170 …d9`](https://github.com/nodejs/node/commit/4af63ee5d9)] - **child_process**: handle undefined/null…
2171 …ac94`](https://github.com/nodejs/node/commit/a2c13fac94)] - **console**: console.timeLog() using t…
2172 …91327b7`](https://github.com/nodejs/node/commit/9e891327b7)] - **console**: cover .assert with sin…
2173 …169a`](https://github.com/nodejs/node/commit/2b48c7169a)] - **crypto**: put legacy \_handle access…
2174 …https://github.com/nodejs/node/commit/f669817a5a)] - **(SEMVER-MINOR)** **crypto**: add support fo…
2175 …`ef69e7bcca`](https://github.com/nodejs/node/commit/ef69e7bcca)] - **deps**: backport 073073b4f1 f…
2176 …9493f4aa`](https://github.com/nodejs/node/commit/a39493f4aa)] - **deps**: cherry-pick b87d408 from…
2177 * [[`9cefbba5d7`](https://github.com/nodejs/node/commit/9cefbba5d7)] - **deps**: patch V8 to 7.0.27…
2178 * [[`115c57a240`](https://github.com/nodejs/node/commit/115c57a240)] - **deps**: introduce `llhttp`…
2179 * [[`566399ee31`](https://github.com/nodejs/node/commit/566399ee31)] - **deps**: patch V8 to 7.0.27…
2180 …e1c53fe37`](https://github.com/nodejs/node/commit/3e1c53fe37)] - **deps**: cherry-pick 0483e9a fro…
2181 …b697d4816`](https://github.com/nodejs/node/commit/6b697d4816)] - **deps**: c-ares float, version n…
2182 … [[`07663694b4`](https://github.com/nodejs/node/commit/07663694b4)] - **deps**: upgrade to c-ares …
2183 …eaea90b2ee`](https://github.com/nodejs/node/commit/eaea90b2ee)] - **deps**: remove old c-ares conf…
2184 * [[`f49b9e9c84`](https://github.com/nodejs/node/commit/f49b9e9c84)] - **deps**: patch V8 to 7.0.27…
2185 …[[`6e4f238344`](https://github.com/nodejs/node/commit/6e4f238344)] - **deps,v8**: cherry-pick dc70…
2186 * [[`ef8b5b4094`](https://github.com/nodejs/node/commit/ef8b5b4094)] - **deps,v8**: fix gypfile bug…
2187 …1e829fb0`](https://github.com/nodejs/node/commit/a01e829fb0)] - **doc**: document http request.fin…
2188 …36e4d0c6f0`](https://github.com/nodejs/node/commit/36e4d0c6f0)] - **doc**: document NODE\_TLS\_REJ…
2189 …d0b037ec`](https://github.com/nodejs/node/commit/fbd0b037ec)] - **doc**: clarify issues and pull r…
2190 …[[`a993a488fa`](https://github.com/nodejs/node/commit/a993a488fa)] - **doc**: fix comma splices in…
2191 …84cc52fc`](https://github.com/nodejs/node/commit/e584cc52fc)] - **doc**: use real protocol names i…
2192 …`7fc910763e`](https://github.com/nodejs/node/commit/7fc910763e)] - **doc**: update core-validate-c…
2193 * [[`39382ed4e1`](https://github.com/nodejs/node/commit/39382ed4e1)] - **doc**: fix echo example pr…
2194 …46e`](https://github.com/nodejs/node/commit/c68b0ae46e)] - **doc**: update fs.open() changes recor…
2195 …[`6b7e69875d`](https://github.com/nodejs/node/commit/6b7e69875d)] - **doc**: add links to Stream s…
2196 …c64d0008`](https://github.com/nodejs/node/commit/82c64d0008)] - **doc**: correct async\_hooks samp…
2197 … [[`991d066338`](https://github.com/nodejs/node/commit/991d066338)] - **doc**: add oyyd to collabo…
2198 * [[`118d8d0feb`](https://github.com/nodejs/node/commit/118d8d0feb)] - **doc**: edit BUILDING.md (R…
2199 …[`b5b5f9f8bd`](https://github.com/nodejs/node/commit/b5b5f9f8bd)] - **doc**: fix code examples in …
2200 …ab46b5c47`](https://github.com/nodejs/node/commit/6ab46b5c47)] - **doc**: fix some inconsistent us…
2201 …1b81b348a3`](https://github.com/nodejs/node/commit/1b81b348a3)] - **doc**: describe what tls serve…
2202 …4b076d3d`](https://github.com/nodejs/node/commit/104b076d3d)] - **doc**: clarify allowed encoding …
2203 …7bcc4ccd8e`](https://github.com/nodejs/node/commit/7bcc4ccd8e)] - **doc**: remove legacy WPT integ…
2204 * [[`7cc3b9337f`](https://github.com/nodejs/node/commit/7cc3b9337f)] - **doc**: fix linting errors …
2205 …`3ce71f7723`](https://github.com/nodejs/node/commit/3ce71f7723)] - **doc**: wrap GOVERNANCE.md at …
2206 …`161be13602`](https://github.com/nodejs/node/commit/161be13602)] - **doc**: add text about error.c…
2207 …`2143b56b19`](https://github.com/nodejs/node/commit/2143b56b19)] - **doc**: update System Errors d…
2208 …`75ed7ce4a3`](https://github.com/nodejs/node/commit/75ed7ce4a3)] - **doc**: add psmarshall to coll…
2209 …[`f9f185a47b`](https://github.com/nodejs/node/commit/f9f185a47b)] - **doc**: add shisama to collab…
2210 …d15270507e`](https://github.com/nodejs/node/commit/d15270507e)] - **doc**: implement minor text fi…
2211 …(https://github.com/nodejs/node/commit/8642eacfff)] - **doc**: inspector security warning for chan…
2212 …`5ea48a92b2`](https://github.com/nodejs/node/commit/5ea48a92b2)] - **doc**: fix minor text issues …
2213 * [[`6f54a7ace8`](https://github.com/nodejs/node/commit/6f54a7ace8)] - **doc**: streamline CONTRIBU…
2214 …1044072c`](https://github.com/nodejs/node/commit/3b1044072c)] - **doc**: add table of contents to …
2215 …67ce42447`](https://github.com/nodejs/node/commit/667ce42447)] - **doc**: add missing comma in net…
2216 …384c02`](https://github.com/nodejs/node/commit/1d6d384c02)] - **doc**: correct link to test covera…
2217 …4f73942ed`](https://github.com/nodejs/node/commit/94f73942ed)] - **doc**: fix socket.connecting de…
2218 * [[`fa84164de4`](https://github.com/nodejs/node/commit/fa84164de4)] - **doc**: add SECURITY.md to …
2219 …78f2693`](https://github.com/nodejs/node/commit/e8078f2693)] - **doc**: edit man page for superflu…
2220 …5d0cbf`](https://github.com/nodejs/node/commit/a1b75d0cbf)] - **doc**: fix dublication in net.crea…
2221 …29f3e198`](https://github.com/nodejs/node/commit/d729f3e198)] - **doc**: correct async\_hooks reso…
2222 …012f72a12`](https://github.com/nodejs/node/commit/7012f72a12)] - **doc**: address bits of proof re…
2223 … [[`399d64b331`](https://github.com/nodejs/node/commit/399d64b331)] - **doc**: revise COLLABORATOR…
2224 … [[`879402b422`](https://github.com/nodejs/node/commit/879402b422)] - **doc**: simplify CODE\_OF\_…
2225 * [[`7b7155e90b`](https://github.com/nodejs/node/commit/7b7155e90b)] - **doc**: revise CHANGELOG.md…
2226 …[[`b8a71bed02`](https://github.com/nodejs/node/commit/b8a71bed02)] - **doc**: improve COLLABORATOR…
2227 * [[`846e450f51`](https://github.com/nodejs/node/commit/846e450f51)] - **doc**: improve BUILDING.md…
2228 …8b2`](https://github.com/nodejs/node/commit/b182e2e8b2)] - **doc**: add types and their correspond…
2229 * [[`2d84f45d22`](https://github.com/nodejs/node/commit/2d84f45d22)] - **esm**: remove unused catch…
2230 … [[`5ecfc7cab7`](https://github.com/nodejs/node/commit/5ecfc7cab7)] - **events**: remove unused ca…
2231 …b4fc794`](https://github.com/nodejs/node/commit/f49b4fc794)] - **fs**: replace pushValueToArray wi…
2232 * [[`d59dc0d6bf`](https://github.com/nodejs/node/commit/d59dc0d6bf)] - **fs**: remove unused catch …
2233 …](https://github.com/nodejs/node/commit/424be28840)] - **fs**: handle result of access binding dir…
2234 …https://github.com/nodejs/node/commit/2aa23cd433)] - **(SEMVER-MINOR)** **fs,net**: standardize `p…
2235 …5d`](https://github.com/nodejs/node/commit/86aa27f85d)] - **http**: remove pushValueToArray in Par…
2236 …a14de`](https://github.com/nodejs/node/commit/c2599a14de)] - **http**: remove obsolete function es…
2237 …https://github.com/nodejs/node/commit/62fefd8aeb)] - **http2**: remove pushValueToArray in Http2Se…
2238 …https://github.com/nodejs/node/commit/7ffbb1f55f)] - **http2**: remove pushValueToArray in Http2Se…
2239 …56d`](https://github.com/nodejs/node/commit/4a0f27656d)] - **(SEMVER-MINOR)** **http2**: add Http2…
2240 … [[`c7f471ab97`](https://github.com/nodejs/node/commit/c7f471ab97)] - **http2**: improve http2 cod…
2241 …[[`4dbcf7ac1f`](https://github.com/nodejs/node/commit/4dbcf7ac1f)] - **inspector**: remove unused …
2242 …`5ca0cf7ae6`](https://github.com/nodejs/node/commit/5ca0cf7ae6)] - **lib**: improved conditional c…
2243 …3442aa`](https://github.com/nodejs/node/commit/d8d93442aa)] - **lib**: adjust params from uvExcept…
2244 …5528`](https://github.com/nodejs/node/commit/6f80a45528)] - **lib**: combine contructor, tag, Obje…
2245 …af09`](https://github.com/nodejs/node/commit/1225a0af09)] - **lib**: add crypto dependant modules …
2246 …(https://github.com/nodejs/node/commit/453c96ed2d)] - **lib**: move process prototype manipulation…
2247 …042`](https://github.com/nodejs/node/commit/6a6b036042)] - **lib**: move internalBinding whitelist…
2248 …8459`](https://github.com/nodejs/node/commit/b4c8158459)] - **lib**: fix grammar error and make it…
2249 …f3e`](https://github.com/nodejs/node/commit/879c0f1f3e)] - **lib**: move module exports proxy into…
2250 …4393bfd0`](https://github.com/nodejs/node/commit/874393bfd0)] - **lib**: remove useless getLibuvNo…
2251 … [[`7ee0cea028`](https://github.com/nodejs/node/commit/7ee0cea028)] - **lib**: make coverage work …
2252 …[`b3f3ebf3b3`](https://github.com/nodejs/node/commit/b3f3ebf3b3)] - **lib**: repl multiline histor…
2253 …https://github.com/nodejs/node/commit/55adc25968)] - **(SEMVER-MINOR)** **lib**: enable TypedArray…
2254 * [[`5ff1e67ff7`](https://github.com/nodejs/node/commit/5ff1e67ff7)] - **lib**: fix code cache gene…
2255 …[[`164f2444a0`](https://github.com/nodejs/node/commit/164f2444a0)] - **lib**: remove useless cwd i…
2256 …56c612d`](https://github.com/nodejs/node/commit/10156c612d)] - **meta,doc**: ping community about …
2257 …](https://github.com/nodejs/node/commit/1dd8191515)] - **(SEMVER-MINOR)** **module**: support mult…
2258 …[`72204d114f`](https://github.com/nodejs/node/commit/72204d114f)] - **n-api**: add missing handle …
2259 …0edc4f186`](https://github.com/nodejs/node/commit/10edc4f186)] - **net**: always invoke after-writ…
2260 …53f706858`](https://github.com/nodejs/node/commit/753f706858)] - **net**: add comments explaining …
2261 …7e7ea`](https://github.com/nodejs/node/commit/c53117e7ea)] - **net**: remove unreachable check in …
2262 …`](https://github.com/nodejs/node/commit/74451263a3)] - **net**: partially revert "simplify Socket…
2263 …36e4e02a5`](https://github.com/nodejs/node/commit/636e4e02a5)] - **net**: simplify Socket.prototyp…
2264 …(https://github.com/nodejs/node/commit/cd227eb791)] - **net**: `net.Server.listen()` avoid operati…
2265 …(https://github.com/nodejs/node/commit/293983a112)] - **os**: do not call into JS to push values t…
2266 …73db`](https://github.com/nodejs/node/commit/ccc3bb73db)] - **process**: remove pushValueToArray i…
2267 …77d`](https://github.com/nodejs/node/commit/ba4337d77d)] - **process**: remove pushValueToArray in…
2268 …462f6`](https://github.com/nodejs/node/commit/e5888462f6)] - **process**: remove pushValueToArray …
2269 …[`52468b33f7`](https://github.com/nodejs/node/commit/52468b33f7)] - **querystring**: remove unused…
2270 * [[`213b6293fc`](https://github.com/nodejs/node/commit/213b6293fc)] - **repl**: remove unused catc…
2271 * [[`e27f43201c`](https://github.com/nodejs/node/commit/e27f43201c)] - **repl**: use promise#finall…
2272 …00`](https://github.com/nodejs/node/commit/b7aded3300)] - **src**: compile native modules and thei…
2273 …92a8cbe87a`](https://github.com/nodejs/node/commit/92a8cbe87a)] - **src**: enable detailed source …
2274 …3308`](https://github.com/nodejs/node/commit/f8ed673308)] - **src**: remove pushValueToArray and S…
2275 …fe8b`](https://github.com/nodejs/node/commit/7601cdfe8b)] - **src**: bundle persistent-to-local me…
2276 * [[`f5945c9279`](https://github.com/nodejs/node/commit/f5945c9279)] - **src**: sort internal bindi…
2277 …e1c792919e`](https://github.com/nodejs/node/commit/e1c792919e)] - **src**: fix v8 compiler warning…
2278 * [[`81f4fb2b3b`](https://github.com/nodejs/node/commit/81f4fb2b3b)] - **src**: reuse std::make\_un…
2279 …3c38ea`](https://github.com/nodejs/node/commit/a9053c38ea)] - **src**: cache the result of GetOpti…
2280 …eca95`](https://github.com/nodejs/node/commit/17e80eca95)] - **src**: prefer param function check …
2281 * [[`1cda9b3988`](https://github.com/nodejs/node/commit/1cda9b3988)] - **src**: fix Set() usage in …
2282 * [[`bef1c3b748`](https://github.com/nodejs/node/commit/bef1c3b748)] - **src**: fix Set() usage in …
2283 … [[`2a93882498`](https://github.com/nodejs/node/commit/2a93882498)] - **src**: fix Get() usage in …
2284 …[[`9437aaad26`](https://github.com/nodejs/node/commit/9437aaad26)] - **src**: fix Get() usage in a…
2285 …f9980`](https://github.com/nodejs/node/commit/cb7d9f9980)] - **src**: move error handling code int…
2286 …ba226d13`](https://github.com/nodejs/node/commit/fdba226d13)] - **src**: fix compiler warning for …
2287 …5807b1e`](https://github.com/nodejs/node/commit/84e5807b1e)] - **src**: fix CreatePlatform header …
2288 … [[`38b0525bc3`](https://github.com/nodejs/node/commit/38b0525bc3)] - **src**: use v8:: for consis…
2289 …c4c6e`](https://github.com/nodejs/node/commit/90872c4c6e)] - **src**: fix fully-static & large-pag…
2290 …c1`](https://github.com/nodejs/node/commit/063b40edc1)] - **src**: use "constants" string instead …
2291 …`24b18645b9`](https://github.com/nodejs/node/commit/24b18645b9)] - **src,win**: informative stack …
2292 …](https://github.com/nodejs/node/commit/13dee430cd)] - **stream**: make `.destroy()` interact bett…
2293 …f8b98b`](https://github.com/nodejs/node/commit/d6bcf8b98b)] - **(SEMVER-MINOR)** **stream**: add a…
2294 …40f5c`](https://github.com/nodejs/node/commit/2593b40f5c)] - **test**: compare objects not identic…
2295 …cc6305`](https://github.com/nodejs/node/commit/eeb5cc6305)] - **test**: add typeerror for vm/compi…
2296 …26247e69`](https://github.com/nodejs/node/commit/dc26247e69)] - **test**: deep object to table not…
2297 …9a29f7f97`](https://github.com/nodejs/node/commit/29a29f7f97)] - **test**: add tests for Socket.se…
2298 …[[`aa800b097a`](https://github.com/nodejs/node/commit/aa800b097a)] - **test**: assert diff no colo…
2299 * [[`b6d2819b93`](https://github.com/nodejs/node/commit/b6d2819b93)] - **test**: add process no dep…
2300 …dd9864b8d7`](https://github.com/nodejs/node/commit/dd9864b8d7)] - **test**: check for invalid modu…
2301 …abe6`](https://github.com/nodejs/node/commit/957ceaabe6)] - **test**: fix flaky test-vm-timeout-es…
2302 …89c3388a77`](https://github.com/nodejs/node/commit/89c3388a77)] - **test**: fix arguments order in…
2303 …1af`](https://github.com/nodejs/node/commit/ea5d1841af)] - **test**: remove unused parameters in f…
2304 …cb4c2dd33e`](https://github.com/nodejs/node/commit/cb4c2dd33e)] - **test**: esm loader unknown bui…
2305 …99947`](https://github.com/nodejs/node/commit/1a86499947)] - **test**: fixed order of actual and e…
2306 …63a9dee`](https://github.com/nodejs/node/commit/77163a9dee)] - **test**: add else and error case f…
2307 …c6427b`](https://github.com/nodejs/node/commit/e5e9c6427b)] - **test**: dgram socket prints deprec…
2308 …54e`](https://github.com/nodejs/node/commit/366529654e)] - **test**: url format path ending hashch…
2309 …0a104ef33c`](https://github.com/nodejs/node/commit/0a104ef33c)] - **test**: test add and remove fo…
2310 …e7ef1ad11`](https://github.com/nodejs/node/commit/fe7ef1ad11)] - **test**: add test for autoDestro…
2311 …f3`](https://github.com/nodejs/node/commit/02e9fa01f3)] - **test**: fix args order in process-geta…
2312 …05db3620`](https://github.com/nodejs/node/commit/f805db3620)] - **test**: check control characters…
2313 …[`75e4f7db40`](https://github.com/nodejs/node/commit/75e4f7db40)] - **test**: fix strictEqual argu…
2314 …713d`](https://github.com/nodejs/node/commit/09a8f4713d)] - **test**: correct order of args in ass…
2315 …83b650a10`](https://github.com/nodejs/node/commit/c83b650a10)] - **test**: add tests for process.i…
2316 …62bb94d72`](https://github.com/nodejs/node/commit/762bb94d72)] - **test**: add test case for compl…
2317 …cfdec289`](https://github.com/nodejs/node/commit/afcfdec289)] - **test**: add test for deepEqual F…
2318 …b`](https://github.com/nodejs/node/commit/b02eed5e3b)] - **test**: fix arguments order in assert.s…
2319 …425f21a`](https://github.com/nodejs/node/commit/768425f21a)] - **test**: fix assert.strictEqual ar…
2320 …6c625c3d2`](https://github.com/nodejs/node/commit/26c625c3d2)] - **test**: fix v8 Set/Get compiler…
2321 …800ab3`](https://github.com/nodejs/node/commit/beb0800ab3)] - **test**: move benchmark tests out o…
2322 …3519679e`](https://github.com/nodejs/node/commit/883519679e)] - **test**: replacing fixture direct…
2323 …bd0e1973`](https://github.com/nodejs/node/commit/ddbd0e1973)] - **test**: increase coverage intern…
2324 …6cd911cad`](https://github.com/nodejs/node/commit/56cd911cad)] - **test**: use NULL instead of 0 i…
2325 …(https://github.com/nodejs/node/commit/a05f2fc46b)] - **test**: move test-fs-watch-system-limit fr…
2326 …`](https://github.com/nodejs/node/commit/9af7ad592c)] - **test**: fix uses of deprecated assert.fa…
2327 …a3ef`](https://github.com/nodejs/node/commit/2b0410a3ef)] - **test**: use assert.strictEqual inste…
2328 …825f0dda5b`](https://github.com/nodejs/node/commit/825f0dda5b)] - **test**: add test for strictDee…
2329 …e485910`](https://github.com/nodejs/node/commit/b16e485910)] - **test**: add coverage for systemer…
2330 …62f35`](https://github.com/nodejs/node/commit/bc97b62f35)] - **test**: fix order of arguments in a…
2331 …4a69d218b6`](https://github.com/nodejs/node/commit/4a69d218b6)] - **test**: add test for 'ERR\_INV…
2332 …6c836`](https://github.com/nodejs/node/commit/8b0626c836)] - **test**: add coverage for escape key…
2333 …2d2d7917f`](https://github.com/nodejs/node/commit/92d2d7917f)] - **test**: fix NewFromUtf8 compile…
2334 …c4facfbaf`](https://github.com/nodejs/node/commit/0c4facfbaf)] - **test**: change arguments order …
2335 …aa59b897`](https://github.com/nodejs/node/commit/2baa59b897)] - **test**: switch order of strictEq…
2336 …e5cf2c`](https://github.com/nodejs/node/commit/c8d8e5cf2c)] - **test**: fix the arguments order in…
2337 …cbbf49`](https://github.com/nodejs/node/commit/4245cbbf49)] - **test**: fix the arguments order in…
2338 …0`](https://github.com/nodejs/node/commit/be40fd1e50)] - **test**: fix order in assert.strictEqual…
2339 …5179e09`](https://github.com/nodejs/node/commit/a1f5179e09)] - **test**: fix arguments order in as…
2340 … [[`5510bec3cc`](https://github.com/nodejs/node/commit/5510bec3cc)] - **test**: fix assert argumen…
2341 …e46b8edb58`](https://github.com/nodejs/node/commit/e46b8edb58)] - **test**: add error code tests i…
2342 …](https://github.com/nodejs/node/commit/6076ccf90d)] - **test**: fix order of arguments in test-de…
2343 …c2aaf83`](https://github.com/nodejs/node/commit/989c2aaf83)] - **test**: fix flaky test-vm-timeout…
2344 …a`](https://github.com/nodejs/node/commit/b68734b66a)] - **test**: initialize test/wpt to run URL …
2345 …`](https://github.com/nodejs/node/commit/c973551eca)] - **test**: use URL fixtures under test/fixt…
2346 …`](https://github.com/nodejs/node/commit/3f935d74e0)] - **test**: remove WPT tests that are now .a…
2347 …855`](https://github.com/nodejs/node/commit/121a3f8855)] - **test**: use git node wpt to pull WPT …
2348 …901174c`](https://github.com/nodejs/node/commit/317901174c)] - **test**: fix arguments order in te…
2349 …3c2e5054`](https://github.com/nodejs/node/commit/9b3c2e5054)] - **test**: fix argument order in as…
2350 …d87ce3d8b`](https://github.com/nodejs/node/commit/2d87ce3d8b)] - **test**: switch arguments in str…
2351 * [[`6c8b128fcc`](https://github.com/nodejs/node/commit/6c8b128fcc)] - **test**: fix arguments orde…
2352 …9a04b51`](https://github.com/nodejs/node/commit/3d19a04b51)] - **test**: fixe argument order in as…
2353 …`a0681b7211`](https://github.com/nodejs/node/commit/a0681b7211)] - **test**: removed extraneous ar…
2354 …12bc`](https://github.com/nodejs/node/commit/12429812bc)] - **test**: fixing arguments order in `a…
2355 …4cdb16`](https://github.com/nodejs/node/commit/fc494cdb16)] - **test**: add tests for OutgoingMess…
2356 …`](https://github.com/nodejs/node/commit/ce124aca65)] - **test**: swap expected and actual in asse…
2357 …[`737f897b51`](https://github.com/nodejs/node/commit/737f897b51)] - **test**: fix assert parameter…
2358 …5161cbfd`](https://github.com/nodejs/node/commit/d85161cbfd)] - **test**: change order of assert.s…
2359 …https://github.com/nodejs/node/commit/fb58ada9dd)] - **test**: fix invalid argument order in test-…
2360 …6e85`](https://github.com/nodejs/node/commit/7cc0a46e85)] - **test**: strictEqual argument order (…
2361 …b94ea`](https://github.com/nodejs/node/commit/a5ac7b94ea)] - **test**: fixed the arguments order i…
2362 …[[`71545e6284`](https://github.com/nodejs/node/commit/71545e6284)] - **test**: swap the order of a…
2363 …8f16f7`](https://github.com/nodejs/node/commit/a8908f16f7)] - **test**: fs readfile, swap argument…
2364 * [[`7c04fe07a6`](https://github.com/nodejs/node/commit/7c04fe07a6)] - **test**: fix arguments orde…
2365 …5eeda`](https://github.com/nodejs/node/commit/6f80a5eeda)] - **test**: http-client-timeout error a…
2366 …fcded15`](https://github.com/nodejs/node/commit/415fcded15)] - **test**: fix flaky VM timeout test…
2367 …](https://github.com/nodejs/node/commit/a2e2c91cfa)] - **test**: disable color formating for test-…
2368 * [[`a35bcd5ef5`](https://github.com/nodejs/node/commit/a35bcd5ef5)] - **test**: remove unused catc…
2369 …c3`](https://github.com/nodejs/node/commit/9bf36bc6c3)] - **test**: add a test for `tls.Socket` wi…
2370 …6ec72`](https://github.com/nodejs/node/commit/8a3836ec72)] - **test**: add crypto check to test-be…
2371 …b9ad`](https://github.com/nodejs/node/commit/b86a89b9ad)] - **test**: increase --stack\_size test-…
2372 …bd6b5`](https://github.com/nodejs/node/commit/1b97dbd6b5)] - **test**: assert that invalidcmd thro…
2373 …63778b7ae1`](https://github.com/nodejs/node/commit/63778b7ae1)] - **test**: fix strictEqual argume…
2374 …8`](https://github.com/nodejs/node/commit/dccf4a6c38)] - **test**: add property for RangeError in …
2375 …8bffd90933`](https://github.com/nodejs/node/commit/8bffd90933)] - **test**: fix test-fs-watch-syst…
2376 …14`](https://github.com/nodejs/node/commit/7a2134c414)] - **test**: run code cache test by default…
2377 …b9ef11e35`](https://github.com/nodejs/node/commit/5b9ef11e35)] - **timers**: fix priority queue re…
2378 …https://github.com/nodejs/node/commit/d6f91ba139)] - **(SEMVER-MINOR)** **tls**: get the local cer…
2379 * [[`ad72e40e5b`](https://github.com/nodejs/node/commit/ad72e40e5b)] - **tools**: update ESLint to …
2380 …5d9c9a`](https://github.com/nodejs/node/commit/6fdc5d9c9a)] - **tools**: enable 80-char line lengt…
2381 … [[`b3c163f11b`](https://github.com/nodejs/node/commit/b3c163f11b)] - **tools**: lint for unused c…
2382 …c7f401`](https://github.com/nodejs/node/commit/1541c7f401)] - **tools**: add script to lint first …
2383 …`4d7fbc3e0f`](https://github.com/nodejs/node/commit/4d7fbc3e0f)] - **tools**: update alternative d…
2384 …1030a70`](https://github.com/nodejs/node/commit/8de1030a70)] - **tracing**: fix static destruction…
2385 …[`0063448b04`](https://github.com/nodejs/node/commit/0063448b04)] - **url**: make the context non-…
2386 …97a7b8`](https://github.com/nodejs/node/commit/953697a7b8)] - **util**: deleted unreachable code f…
2387 …b7c1b3e81`](https://github.com/nodejs/node/commit/fb7c1b3e81)] - **v8_prof_polyfill**: remove unus…
2388 …c15124aa8`](https://github.com/nodejs/node/commit/9c15124aa8)] - **vm**: clarify timeout option in…
2389 …410`](https://github.com/nodejs/node/commit/2331181410)] - **vm**: allow `cachedData` to also be T…
2390 …09fe676d`](https://github.com/nodejs/node/commit/4709fe676d)] - **win**: add customization warning…
2391 …7a2b957de`](https://github.com/nodejs/node/commit/57a2b957de)] - **win**: add prompt to tools inst…
2392 …0fd82`](https://github.com/nodejs/node/commit/df1ca0fd82)] - **win**: clarify Boxstarter behavior …
2400 * Updated ICU to 63.1. [#23715](https://github.com/nodejs/node/pull/23715)
2402 …* Top-level for-await-of is now supported in the REPL. [#23841](https://github.com/nodejs/node/pul…
2404 …* Fixed an issue that could cause timers to enter an infinite loop. [#23870](https://github.com/no…
2408 …3ab`](https://github.com/nodejs/node/commit/2c2e2b53ab)] - **benchmark**: fix bench-mkdirp to use …
2409 …`](https://github.com/nodejs/node/commit/787e13b41c)] - **build**: expose more openssl categories …
2410 … [[`b8f3bb107e`](https://github.com/nodejs/node/commit/b8f3bb107e)] - **build**: add lint-py which…
2411 …4ba68`](https://github.com/nodejs/node/commit/35c3c4ba68)] - **build**: allow for overwriting of u…
2412 …35d0db47`](https://github.com/nodejs/node/commit/5c35d0db47)] - **build,meta**: switch to gcc-4.9 …
2413 …41aec9564`](https://github.com/nodejs/node/commit/141aec9564)] - **crypto**: add SET\_INTEGER\_CON…
2414 …a10abe`](https://github.com/nodejs/node/commit/4112a10abe)] - **crypto**: strip unwanted space fro…
2415 * [[`2cc4f5c923`](https://github.com/nodejs/node/commit/2cc4f5c923)] - **deps**: patch V8 to 7.0.27…
2416 …8b2cd`](https://github.com/nodejs/node/commit/0312d8b2cd)] - **deps**: fix shim for `v8::Value::In…
2417 …https://github.com/nodejs/node/commit/9011db426e)] - **(SEMVER-MINOR)** **deps**: move more deprec…
2418 …c496`](https://github.com/nodejs/node/commit/e5b51cc496)] - **(SEMVER-MINOR)** **deps**: icu 63.1 …
2419 …`ab58439916`](https://github.com/nodejs/node/commit/ab58439916)] - **deps**: icu: apply workaround…
2420 …8d893`](https://github.com/nodejs/node/commit/3b66a8d893)] - **deps**: fix wrong default for v8 ha…
2421 * [[`26510fbd8e`](https://github.com/nodejs/node/commit/26510fbd8e)] - **doc**: add branding to sty…
2422 * [[`33053ec8d7`](https://github.com/nodejs/node/commit/33053ec8d7)] - **doc**: use Node.js instead…
2423 * [[`ec009f620c`](https://github.com/nodejs/node/commit/ec009f620c)] - **doc**: revise BUILDING.md …
2424 …https://github.com/nodejs/node/commit/da494ef889)] - **doc**: clarify fd behaviour with {read,writ…
2425 …1233b0`](https://github.com/nodejs/node/commit/539e1233b0)] - **doc**: moved test instructions to …
2426 … [[`cc65fee1d3`](https://github.com/nodejs/node/commit/cc65fee1d3)] - **doc**: fix typographical i…
2427 … [[`ee6b0395f5`](https://github.com/nodejs/node/commit/ee6b0395f5)] - **doc**: sort markdown refs …
2428 …99c7ef1`](https://github.com/nodejs/node/commit/ee299c7ef1)] - **doc**: remove "idiomatic choice" …
2429 …147e5d5792`](https://github.com/nodejs/node/commit/147e5d5792)] - **doc**: document HPE\_HEADER\_O…
2430 …0`](https://github.com/nodejs/node/commit/24c6a02930)] - **doc**: add documentation for http.Incom…
2431 * [[`82ee6c3e47`](https://github.com/nodejs/node/commit/82ee6c3e47)] - **doc**: remove mailing list…
2432 …fffff6e0`](https://github.com/nodejs/node/commit/99fffff6e0)] - **doc**: remove notice of dashes i…
2433 …b5339da14`](https://github.com/nodejs/node/commit/8b5339da14)] - **doc**: rename README section fo…
2434 …`676875195b`](https://github.com/nodejs/node/commit/676875195b)] - **doc**: add note about ABI com…
2435 …[`f01a806276`](https://github.com/nodejs/node/commit/f01a806276)] - **doc**: add optional callback…
2436 …64c205d9bc`](https://github.com/nodejs/node/commit/64c205d9bc)] - **doc**: make example more clari…
2437 …dbf9778`](https://github.com/nodejs/node/commit/748dbf9778)] - **doc**: simplify valid security is…
2438 …41398ef6`](https://github.com/nodejs/node/commit/e241398ef6)] - **doc**: simplify path.basename() …
2439 …f5ab`](https://github.com/nodejs/node/commit/49b32af5ab)] - **doc**: document nullptr comparisons …
2440 …ba49fec12`](https://github.com/nodejs/node/commit/0ba49fec12)] - **doc**: remove problematic examp…
2441 …8d27120`](https://github.com/nodejs/node/commit/d808d27120)] - **doc**: use Cookie in request.setH…
2442 …061`](https://github.com/nodejs/node/commit/1baba9b061)] - **doc**: NODE\_EXTRA\_CA\_CERTS is igno…
2443 …dd5afbe05f`](https://github.com/nodejs/node/commit/dd5afbe05f)] - **doc**: add review suggestions …
2444 …e0`](https://github.com/nodejs/node/commit/db113a24e0)] - **doc**: document and warn if the ICU ve…
2445 …[[`c30de85ca5`](https://github.com/nodejs/node/commit/c30de85ca5)] - **doc**: move @phillipj to em…
2446 …4fdb1cc0e`](https://github.com/nodejs/node/commit/84fdb1cc0e)] - **doc**: add note about removeLis…
2447 …41b`](https://github.com/nodejs/node/commit/f4c4b2b41b)] - **doc**: document ACL limitation for fs…
2448 …https://github.com/nodejs/node/commit/83b776c864)] - **doc**: document that addMembership must be …
2449 …cf4f83`](https://github.com/nodejs/node/commit/1851cf4f83)] - **doc, test**: document and test vm …
2450 …https://github.com/nodejs/node/commit/b4b101fed6)] - **(SEMVER-MINOR)** **fs**: default open/openS…
2451 …https://github.com/nodejs/node/commit/1c5ffb3ec5)] - **(SEMVER-MINOR)** **lib**: add escapeCodeTim…
2452 …`](https://github.com/nodejs/node/commit/1cda41b7da)] - **lib**: migrate from process.binding('con…
2453 …791a`](https://github.com/nodejs/node/commit/22cd53791a)] - **lib**: trigger uncaught exception ha…
2454 …d9`](https://github.com/nodejs/node/commit/97496f0fd9)] - **n-api**: make per-`Context`-ness of `n…
2455 …`3e512f1897`](https://github.com/nodejs/node/commit/3e512f1897)] - **os**: fix memory leak in `use…
2456 …[`02f13abde3`](https://github.com/nodejs/node/commit/02f13abde3)] - **repl**: support top-level fo…
2457 …c`](https://github.com/nodejs/node/commit/86cf01404c)] - **repl**: migrate from process.binding('c…
2458 …79b2568f`](https://github.com/nodejs/node/commit/4a79b2568f)] - **src**: improve StreamBase write …
2459 …dcaf72311b`](https://github.com/nodejs/node/commit/dcaf72311b)] - **src**: minor refactor to node\…
2460 …(https://github.com/nodejs/node/commit/fef17b716d)] - **src**: avoid extra `Persistent` in `Defaul…
2461 …e106df728`](https://github.com/nodejs/node/commit/ce106df728)] - **src**: use maybe version v8::Fu…
2462 …f8765d`](https://github.com/nodejs/node/commit/1bdbf8765d)] - **src**: reduce duplication in tcp\_…
2463 …61`](https://github.com/nodejs/node/commit/9fbe91a061)] - **src**: refactor deprecated v8::String:…
2464 …8ed81fad2`](https://github.com/nodejs/node/commit/48ed81fad2)] - **src**: improve StreamBase read …
2465 …ae`](https://github.com/nodejs/node/commit/a6fe2caaae)] - **src**: simplify `TimerFunctionCall()` …
2466 …0be5cbdb0`](https://github.com/nodejs/node/commit/30be5cbdb0)] - **src**: memory management using …
2467 …ddfd72`](https://github.com/nodejs/node/commit/df05ddfd72)] - **src**: refactor deprecated v8::Fun…
2468 …29`](https://github.com/nodejs/node/commit/7bbc072529)] - **stream**: do not error async iterators…
2469 …4`](https://github.com/nodejs/node/commit/5ce3b6d7a4)] - **stream**: ended streams should resolve …
2470 …`](https://github.com/nodejs/node/commit/aaddf97d9b)] - **stream**: async iteration should work wi…
2471 …e32789a`](https://github.com/nodejs/node/commit/871e32789a)] - **test**: fixed error message in te…
2472 * [[`ed10a91e83`](https://github.com/nodejs/node/commit/ed10a91e83)] - **test**: add test-benchmark…
2473 …2bbece323`](https://github.com/nodejs/node/commit/22bbece323)] - **test**: fix regression when com…
2474 * [[`22caa26c69`](https://github.com/nodejs/node/commit/22caa26c69)] - **test**: fix strictEqual() …
2475 …https://github.com/nodejs/node/commit/572ea60378)] - **test**: verify `performance.timerify()` wor…
2476 …c7a`](https://github.com/nodejs/node/commit/0f00ac9c7a)] - **test**: mark test-vm-timeout-\* known…
2477 …a80452a1ab`](https://github.com/nodejs/node/commit/a80452a1ab)] - **test**: add test-benchmark-nap…
2478 …(https://github.com/nodejs/node/commit/086ee5e57f)] - **test**: increase coverage of internal/stre…
2479 …`ee8fa528e2`](https://github.com/nodejs/node/commit/ee8fa528e2)] - **test**: fix strictEqual() arg…
2480 * [[`83ddd3e7d0`](https://github.com/nodejs/node/commit/83ddd3e7d0)] - **test**: fix flaky test (cj…
2481 …21d8991d`](https://github.com/nodejs/node/commit/1521d8991d)] - **test**: fix invalid modulesLengt…
2482 …cf85ded`](https://github.com/nodejs/node/commit/dfecf85ded)] - **test**: fix test-require-symlink …
2483 …`ddd9ccf1d8`](https://github.com/nodejs/node/commit/ddd9ccf1d8)] - **test**: fix strictEqual() arg…
2484 …6d3ea24`](https://github.com/nodejs/node/commit/a666d3ea24)] - **test**: fix strictEqual() argumen…
2485 …`fa1373fc74`](https://github.com/nodejs/node/commit/fa1373fc74)] - **test**: fix assertion argumen…
2486 …7e99b9a1`](https://github.com/nodejs/node/commit/167e99b9a1)] - **timers**: fix priority queue rem…
2487 …09f25af16f`](https://github.com/nodejs/node/commit/09f25af16f)] - **tls**: throw if protocol too l…
2488 * [[`45a20a8d78`](https://github.com/nodejs/node/commit/45a20a8d78)] - **tools**: update ESLint to …
2489 …https://github.com/nodejs/node/commit/c20eb4f2bd)] - **(SEMVER-MINOR)** **tools, icu**: actually f…
2490 * [[`b07cb4810c`](https://github.com/nodejs/node/commit/b07cb4810c)] - **zlib**: do not leak on des…
2498 * FreeBSD 10 is no longer supported. [#22617](https://github.com/nodejs/node/pull/22617)
2500 …* The default value of the `windowsHide` option has been changed to `true`. [#21316](https://githu…
2502 …()` will emit a warning if the timer being reset does not exist. [#21649](https://github.com/nodej…
2503 …* `console.time()` will no longer reset a timer if it already exists. [#20442](https://github.com/…
2505 * V8 has been updated to 7.0. [#22754](https://github.com/nodejs/node/pull/22754)
2507 …* The `fs.read()` method now requires a callback. [#22146](https://github.com/nodejs/node/pull/221…
2508 …* The previously deprecated `fs.SyncWriteStream` utility has been removed.[#20735](https://github.…
2510 …* The `http`, `https`, and `tls` modules now use the WHATWG URL parser by default. [#20270](https:…
2513 …* An experimental implementation of `queueMicrotask()` has been added. [#22951](https://github.com…
2515 …* Windows performance-counter support has been removed. [#22485](https://github.com/nodejs/node/pu…
2516 …* The `--expose-http2` command-line option has been removed. [#20887](https://github.com/nodejs/no…
2518 …* Interval timers will be rescheduled even if previous interval threw an error. [#20002](https://g…
2519 …* `nextTick` queue will be run after each immediate and timer. [#22842](https://github.com/nodejs/…
2521 …* The WHATWG `TextEncoder` and `TextDecoder` are now globals. [#22281](https://github.com/nodejs/n…
2522 …* `util.inspect()` output size is limited to 128 MB by default. [#22756](https://github.com/nodejs…
2523 …e emitted when `NODE_DEBUG` is set for either `http` or `http2`. [#21914](https://github.com/nodej…
2527 …df3`](https://github.com/nodejs/node/commit/0518b9edf3)] - **(SEMVER-MAJOR)** **assert**: multiple…
2528 …d4`](https://github.com/nodejs/node/commit/21c3a402d4)] - **(SEMVER-MAJOR)** **assert**: validate …
2529 …https://github.com/nodejs/node/commit/439b75b9c0)] - **(SEMVER-MAJOR)** **assert, util**: \*DeepEq…
2530 …https://github.com/nodejs/node/commit/5d95542212)] - **(SEMVER-MAJOR)** **buffer**: move process.b…
2531 …0`](https://github.com/nodejs/node/commit/8fb6bce3a0)] - **(SEMVER-MAJOR)** **buffer**: unconditio…
2532 …4c3`](https://github.com/nodejs/node/commit/755520c4c3)] - **(SEMVER-MAJOR)** **buffer**: show hid…
2533 …8`](https://github.com/nodejs/node/commit/60b5b38b48)] - **(SEMVER-MAJOR)** **buffer**: do not alw…
2534 …(https://github.com/nodejs/node/commit/b3b3f53a33)] - **(SEMVER-MAJOR)** **build**: exclude npm te…
2535 …](https://github.com/nodejs/node/commit/dd296a8344)] - **(SEMVER-MAJOR)** **build**: reset embedde…
2536 …](https://github.com/nodejs/node/commit/4b25ef5341)] - **(SEMVER-MAJOR)** **build**: reset embedde…
2537 …700`](https://github.com/nodejs/node/commit/c0fb95d700)] - **(SEMVER-MAJOR)** **build**: stop supp…
2538 …https://github.com/nodejs/node/commit/4b47d2907d)] - **(SEMVER-MAJOR)** **build**: do not copy v8-…
2539 …9`](https://github.com/nodejs/node/commit/2d4dd10829)] - **(SEMVER-MAJOR)** **build**: add '-z rel…
2540 …https://github.com/nodejs/node/commit/9c9c01f183)] - **(SEMVER-MAJOR)** **child_process**: move pr…
2541 …https://github.com/nodejs/node/commit/af883e1f99)] - **(SEMVER-MAJOR)** **child_process**: fix swi…
2542 …(https://github.com/nodejs/node/commit/56cf058878)] - **(SEMVER-MAJOR)** **child_process**: make p…
2543 …(https://github.com/nodejs/node/commit/420d8afe3d)] - **(SEMVER-MAJOR)** **child_process**: change…
2544 …https://github.com/nodejs/node/commit/d4164ca559)] - **(SEMVER-MAJOR)** **console**: console.count…
2545 …https://github.com/nodejs/node/commit/a59826403a)] - **(SEMVER-MAJOR)** **console**: console.time(…
2546 …5`](https://github.com/nodejs/node/commit/90e8f79f65)] - **(SEMVER-MAJOR)** **constants**: freeze …
2547 …https://github.com/nodejs/node/commit/058c5b81cd)] - **(SEMVER-MAJOR)** **crypto**: do not allow m…
2548 …](https://github.com/nodejs/node/commit/19ad6b8f72)] - **(SEMVER-MAJOR)** **crypto**: deprecate di…
2549 …(https://github.com/nodejs/node/commit/0ade10df79)] - **(SEMVER-MAJOR)** **crypto**: hide native h…
2550 …35`](https://github.com/nodejs/node/commit/503fd55a35)] - **(SEMVER-MAJOR)** **crypto**: make \_to…
2551 …](https://github.com/nodejs/node/commit/221df2286d)] - **(SEMVER-MAJOR)** **crypto**: deprecate al…
2552 …a85dc9b`](https://github.com/nodejs/node/commit/50aa85dc9b)] - **(SEMVER-MAJOR)** **crypto**: depr…
2553 …https://github.com/nodejs/node/commit/eab916c4e8)] - **(SEMVER-MAJOR)** **crypto**: move process.b…
2554 …https://github.com/nodejs/node/commit/bf5cc3bf1a)] - **(SEMVER-MAJOR)** **crypto**: move process.b…
2555 …0`](https://github.com/nodejs/node/commit/39dd3a4430)] - **(SEMVER-MAJOR)** **crypto**: deprecate …
2556 …https://github.com/nodejs/node/commit/933d8eb689)] - **(SEMVER-MAJOR)** **crypto**: move createCip…
2557 …`](https://github.com/nodejs/node/commit/d2ee7d64aa)] - **(SEMVER-MAJOR)** **crypto**: remove depr…
2558 …https://github.com/nodejs/node/commit/faf449ca04)] - **(SEMVER-MAJOR)** **crypto**: throw in setAu…
2559 …https://github.com/nodejs/node/commit/d81a7b4baa)] - **(SEMVER-MAJOR)** **crypto**: throw on inval…
2560 …https://github.com/nodejs/node/commit/2f9775995f)] - **(SEMVER-MAJOR)** **crypto**: move Decipher.…
2561 …(https://github.com/nodejs/node/commit/083d1012c7)] - **(SEMVER-MAJOR)** **deps**: cherry-pick b0a…
2562 …](https://github.com/nodejs/node/commit/dca0300a86)] - **(SEMVER-MAJOR)** **deps**: cherry-pick 23…
2563 …1da9d60003`](https://github.com/nodejs/node/commit/1da9d60003)] - **(SEMVER-MAJOR)** **deps**: upd…
2564 …bd3d7`](https://github.com/nodejs/node/commit/0e7ddbd3d7)] - **(SEMVER-MAJOR)** **deps**: update V…
2565 …](https://github.com/nodejs/node/commit/a3f258c769)] - **(SEMVER-MAJOR)** **deps**: cherry-pick a8…
2566 …](https://github.com/nodejs/node/commit/fc1770b0d1)] - **(SEMVER-MAJOR)** **deps**: cherry-pick bf…
2567 …](https://github.com/nodejs/node/commit/7766baf943)] - **(SEMVER-MAJOR)** **deps**: cherry-pick ba…
2568 …](https://github.com/nodejs/node/commit/8dc159658c)] - **(SEMVER-MAJOR)** **deps**: cherry-pick c6…
2569 …](https://github.com/nodejs/node/commit/5bb985d331)] - **(SEMVER-MAJOR)** **deps**: cherry-pick 0d…
2570 …f04ab3c756`](https://github.com/nodejs/node/commit/f04ab3c756)] - **(SEMVER-MAJOR)** **deps**: upd…
2571 …2414a`](https://github.com/nodejs/node/commit/586db2414a)] - **(SEMVER-MAJOR)** **deps**: update V…
2572 …(https://github.com/nodejs/node/commit/c8950cdabc)] - **(SEMVER-MAJOR)** **dgram**: make process.b…
2573 …https://github.com/nodejs/node/commit/3ce6bc3b50)] - **(SEMVER-MAJOR)** **dgram**: remove unnecess…
2574 …6a`](https://github.com/nodejs/node/commit/fe069cca6a)] - **(SEMVER-MAJOR)** **dgram**: deprecate …
2575 …bc`](https://github.com/nodejs/node/commit/2bea9cefbc)] - **(SEMVER-MAJOR)** **dgram**: implement …
2576 …https://github.com/nodejs/node/commit/8b2e77c248)] - **(SEMVER-MAJOR)** **dns**: deprecate passing…
2577 …(https://github.com/nodejs/node/commit/8b0c482647)] - **(SEMVER-MAJOR)** **dns**: make process.bin…
2578 …https://github.com/nodejs/node/commit/4e1c4e8193)] - **(SEMVER-MAJOR)** **dns**: type check for dn…
2579 …3`](https://github.com/nodejs/node/commit/a158d412b3)] - **(SEMVER-MAJOR)** **dns**: report out of…
2580 …9daa`](https://github.com/nodejs/node/commit/c267639daa)] - **(SEMVER-MAJOR)** **doc**: clarify ci…
2581 …https://github.com/nodejs/node/commit/985d180855)] - **(SEMVER-MAJOR)** **doc**: move support for …
2582 …https://github.com/nodejs/node/commit/cf350856cf)] - **(SEMVER-MAJOR)** **doc**: note that setAuth…
2583 …https://github.com/nodejs/node/commit/f8d69911be)] - **(SEMVER-MAJOR)** **errors**: use ERR\_OUT\_…
2584 …https://github.com/nodejs/node/commit/186857f15c)] - **(SEMVER-MAJOR)** **errors**: remove ERR\_IN…
2585 …53`](https://github.com/nodejs/node/commit/6e942e7353)] - **(SEMVER-MAJOR)** **fs**: make fs\_even…
2586 …7718`](https://github.com/nodejs/node/commit/8e1b6e7718)] - **(SEMVER-MAJOR)** **fs**: require cal…
2587 …https://github.com/nodejs/node/commit/42bded83e8)] - **(SEMVER-MAJOR)** **fs**: throw ERR\_INVALID…
2588 …`](https://github.com/nodejs/node/commit/7bd48896e9)] - **(SEMVER-MAJOR)** **fs**: move SyncWriteS…
2589 …(https://github.com/nodejs/node/commit/19374fd25b)] - **(SEMVER-MAJOR)** **fs**: improve argument …
2590 …ca`](https://github.com/nodejs/node/commit/f22c7c10ca)] - **(SEMVER-MAJOR)** **http**: always emit…
2591 …https://github.com/nodejs/node/commit/1744205ff5)] - **(SEMVER-MAJOR)** **http**: move process.bin…
2592 …afa`](https://github.com/nodejs/node/commit/4b00c4fafa)] - **(SEMVER-MAJOR)** **http**: make clien…
2593 …`](https://github.com/nodejs/node/commit/564048dc29)] - **(SEMVER-MAJOR)** **http,https,tls**: swi…
2594 …https://github.com/nodejs/node/commit/4fa5448e5d)] - **(SEMVER-MAJOR)** **http2**: move process.bi…
2595 …fa`](https://github.com/nodejs/node/commit/8f3cfc89fa)] - **(SEMVER-MAJOR)** **icu**: make process…
2596 …441f6f6`](https://github.com/nodejs/node/commit/de0441f6f6)] - **(SEMVER-MAJOR)** **lib**: impleme…
2597 …https://github.com/nodejs/node/commit/dcc0c2c5c9)] - **(SEMVER-MAJOR)** **lib**: move process.bind…
2598 …8aa3`](https://github.com/nodejs/node/commit/6a689c8aa3)] - **(SEMVER-MAJOR)** **lib**: make pipe\…
2599 …https://github.com/nodejs/node/commit/36468ca928)] - **(SEMVER-MAJOR)** **lib**: require a callbac…
2600 …](https://github.com/nodejs/node/commit/6f6f7f749b)] - **(SEMVER-MAJOR)** **lib**: add internal Pr…
2601 …703`](https://github.com/nodejs/node/commit/e836128703)] - **(SEMVER-MAJOR)** **lib**: introduce i…
2602 …https://github.com/nodejs/node/commit/1b92214d09)] - **(SEMVER-MAJOR)** **module**: fix inconsiste…
2603 …1d5b`](https://github.com/nodejs/node/commit/b36c581d5b)] - **(SEMVER-MAJOR)** **module**: accept …
2604 …https://github.com/nodejs/node/commit/4a0466f23a)] - **(SEMVER-MAJOR)** **net**: throw error if po…
2605 …414`](https://github.com/nodejs/node/commit/49681e7414)] - **(SEMVER-MAJOR)** **process**: refacto…
2606 …https://github.com/nodejs/node/commit/2fd248f639)] - **(SEMVER-MAJOR)** **process**: migrate metho…
2607 …97ff4`](https://github.com/nodejs/node/commit/2bf4697ff4)] - **(SEMVER-MAJOR)** **repl**: remove d…
2608 …https://github.com/nodejs/node/commit/eeb1d514ad)] - **(SEMVER-MAJOR)** **repl**: changes ctrl+u t…
2609 …https://github.com/nodejs/node/commit/5f714ac0bd)] - **(SEMVER-MAJOR)** **src**: remove long-depre…
2610 …https://github.com/nodejs/node/commit/24186e0d20)] - **(SEMVER-MAJOR)** **src**: remove public API…
2611 …3875e7b`](https://github.com/nodejs/node/commit/0f73875e7b)] - **(SEMVER-MAJOR)** **src**: update …
2612 …https://github.com/nodejs/node/commit/a5604a73d8)] - **(SEMVER-MAJOR)** **src**: use HeapStatistic…
2613 …`](https://github.com/nodejs/node/commit/7429d181c5)] - **(SEMVER-MAJOR)** **src**: update NODE\_M…
2614 …https://github.com/nodejs/node/commit/9d71e6a607)] - **(SEMVER-MAJOR)** **src**: deprecate global …
2615 …030b7`](https://github.com/nodejs/node/commit/dbf72030b7)] - **(SEMVER-MAJOR)** **src**: update po…
2616 …`](https://github.com/nodejs/node/commit/90ae4bd0c9)] - **(SEMVER-MAJOR)** **src**: add Initialize…
2617 …5`](https://github.com/nodejs/node/commit/d5e7294445)] - **(SEMVER-MAJOR)** **src**: initialize Pe…
2618 …`](https://github.com/nodejs/node/commit/2e28090855)] - **(SEMVER-MAJOR)** **src**: update NODE\_M…
2619 …https://github.com/nodejs/node/commit/a8572b191e)] - **(SEMVER-MAJOR)** **src**: use default param…
2620 …https://github.com/nodejs/node/commit/da8641f3b4)] - **(SEMVER-MAJOR)** **src**: move process.bind…
2621 …https://github.com/nodejs/node/commit/57d98bc732)] - **(SEMVER-MAJOR)** **src**: move process.bind…
2622 …https://github.com/nodejs/node/commit/0bdb95f4cf)] - **(SEMVER-MAJOR)** **src**: move process.bind…
2623 …https://github.com/nodejs/node/commit/c7962dcba4)] - **(SEMVER-MAJOR)** **src**: move process.bind…
2624 …https://github.com/nodejs/node/commit/9f5cc1fc92)] - **(SEMVER-MAJOR)** **src**: move process.bind…
2625 …https://github.com/nodejs/node/commit/f479050916)] - **(SEMVER-MAJOR)** **src**: rename PROVIDER\_…
2626 …https://github.com/nodejs/node/commit/0f3c2c64d2)] - **(SEMVER-MAJOR)** **src**: use modern v8::Pl…
2627 …`](https://github.com/nodejs/node/commit/6f9705275b)] - **(SEMVER-MAJOR)** **src**: update NODE\_M…
2628 …](https://github.com/nodejs/node/commit/cf37945b12)] - **(SEMVER-MAJOR)** **src**: include cwd in …
2629 …](https://github.com/nodejs/node/commit/bfcf5b01bb)] - **(SEMVER-MAJOR)** **src**: remove tick\_in…
2630 …https://github.com/nodejs/node/commit/2930bd1317)] - **(SEMVER-MAJOR)** **src**: refactor timers t…
2631 …62`](https://github.com/nodejs/node/commit/3294d1bf62)] - **(SEMVER-MAJOR)** **src**: remove --exp…
2632 …https://github.com/nodejs/node/commit/3152b7c0d3)] - **(SEMVER-MAJOR)** **src**: assign ERR\_SCRIP…
2633 …https://github.com/nodejs/node/commit/1d1ab76e17)] - **(SEMVER-MAJOR)** **src**: make process.env.…
2634 …https://github.com/nodejs/node/commit/627f10937e)] - **(SEMVER-MAJOR)** **src,lib**: move `natives…
2635 …b`](https://github.com/nodejs/node/commit/172b4d7ceb)] - **(SEMVER-MAJOR)** **src,lib**: rename FS…
2636 …https://github.com/nodejs/node/commit/884b23daf7)] - **(SEMVER-MAJOR)** **stream**: move process.b…
2637 …https://github.com/nodejs/node/commit/32c51f10d3)] - **(SEMVER-MAJOR)** **stream**: make the pipel…
2638 …https://github.com/nodejs/node/commit/06f6ac179c)] - **(SEMVER-MAJOR)** **string_decoder**: fix nu…
2639 …https://github.com/nodejs/node/commit/2285177383)] - **(SEMVER-MAJOR)** **test**: remove test-buff…
2640 …c9`](https://github.com/nodejs/node/commit/1b274287c9)] - **(SEMVER-MAJOR)** **test**: add string-…
2641 …](https://github.com/nodejs/node/commit/8aca934009)] - **(SEMVER-MAJOR)** **test**: update postmor…
2642 …](https://github.com/nodejs/node/commit/36cc812d18)] - **(SEMVER-MAJOR)** **test**: update postmor…
2643 …https://github.com/nodejs/node/commit/f7d572fa2b)] - **(SEMVER-MAJOR)** **test**: add new\_large\_…
2644 …`](https://github.com/nodejs/node/commit/e865acd4db)] - **(SEMVER-MAJOR)** **test**: update postmo…
2645 …https://github.com/nodejs/node/commit/19984ad7bb)] - **(SEMVER-MAJOR)** **test**: fix inspector te…
2646 …56e2d71`](https://github.com/nodejs/node/commit/34f56e2d71)] - **(SEMVER-MAJOR)** **test**: fix cr…
2647 …27bd29`](https://github.com/nodejs/node/commit/0deb27bd29)] - **(SEMVER-MAJOR)** **test**: add dns…
2648 …https://github.com/nodejs/node/commit/52428c81cd)] - **(SEMVER-MAJOR)** **timers**: run nextTicks …
2649 …https://github.com/nodejs/node/commit/23a56e0c28)] - **(SEMVER-MAJOR)** **timers**: use only a sin…
2650 …https://github.com/nodejs/node/commit/198eb9c5d6)] - **(SEMVER-MAJOR)** **timers**: reschedule int…
2651 …9f3`](https://github.com/nodejs/node/commit/3c2aa4b9f3)] - **(SEMVER-MAJOR)** **tls**: de-duplicat…
2652 …https://github.com/nodejs/node/commit/fa3d6bedf9)] - **(SEMVER-MAJOR)** **tls**: use internal API …
2653 …(https://github.com/nodejs/node/commit/3095eecc47)] - **(SEMVER-MAJOR)** **tls**: warn on NODE\_TL…
2654 …ca`](https://github.com/nodejs/node/commit/a15ea5d7ca)] - **(SEMVER-MAJOR)** **tls**: throw error …
2655 …`](https://github.com/nodejs/node/commit/eadcee1137)] - **(SEMVER-MAJOR)** **tls**: throw if SNICa…
2656 …(https://github.com/nodejs/node/commit/4d00cd4ce7)] - **(SEMVER-MAJOR)** **tls**: move convertNPNP…
2657 …https://github.com/nodejs/node/commit/e6cdf24bb5)] - **(SEMVER-MAJOR)** **tools**: remove lldbinit…
2658 …`](https://github.com/nodejs/node/commit/267b0b5f3d)] - **(SEMVER-MAJOR)** **tools**: fix compilat…
2659 …https://github.com/nodejs/node/commit/c1e2d6b0f1)] - **(SEMVER-MAJOR)** **trace_events**: move tra…
2660 …](https://github.com/nodejs/node/commit/df073cdda4)] - **(SEMVER-MAJOR)** **tty**: make process.bi…
2661 …https://github.com/nodejs/node/commit/91eec00ca2)] - **(SEMVER-MAJOR)** **tty**: make \_read throw…
2662 …3b6`](https://github.com/nodejs/node/commit/922a1b03b6)] - **(SEMVER-MAJOR)** **url**: docs deprec…
2663 …https://github.com/nodejs/node/commit/e917a23d2e)] - **(SEMVER-MAJOR)** **url**: move process.bind…
2664 …e3d`](https://github.com/nodejs/node/commit/1a1fe53e3d)] - **(SEMVER-MAJOR)** **util**: change %o …
2665 …(https://github.com/nodejs/node/commit/ac7450a09a)] - **(SEMVER-MAJOR)** **util**: change util.ins…
2666 …https://github.com/nodejs/node/commit/5e6940d4f6)] - **(SEMVER-MAJOR)** **util**: set `super_` pro…
2667 …](https://github.com/nodejs/node/commit/932be0164f)] - **(SEMVER-MAJOR)** **util**: make TextEncod…
2668 …https://github.com/nodejs/node/commit/eb61127c48)] - **(SEMVER-MAJOR)** **util**: limit inspection…
2669 …b0a4850`](https://github.com/nodejs/node/commit/7e4b0a4850)] - **(SEMVER-MAJOR)** **util**: make u…
2670 …https://github.com/nodejs/node/commit/980877ffa2)] - **(SEMVER-MAJOR)** **util**: adding warnings …
2671 …https://github.com/nodejs/node/commit/b3e93a91eb)] - **(SEMVER-MAJOR)** **util**: do not escape si…
2672 …https://github.com/nodejs/node/commit/80496a5570)] - **(SEMVER-MAJOR)** **util**: add inspect suff…
2673 …01`](https://github.com/nodejs/node/commit/e270ae9f01)] - **(SEMVER-MAJOR)** **util**: change item…
2674 …(https://github.com/nodejs/node/commit/27df81cd18)] - **(SEMVER-MAJOR)** **util**: remove custom i…
2675 …https://github.com/nodejs/node/commit/892932f9bd)] - **(SEMVER-MAJOR)** **v8**: move process.bindi…
2676 …93de`](https://github.com/nodejs/node/commit/cf3bb593de)] - **(SEMVER-MAJOR)** **v8**: move serdes…
2677 …https://github.com/nodejs/node/commit/4963a04b30)] - **(SEMVER-MAJOR)** **vm**: move process.bindi…
2678 …https://github.com/nodejs/node/commit/07682eb0c4)] - **(SEMVER-MAJOR)** **zlib**: move `bytesRead`…
2679 …https://github.com/nodejs/node/commit/4f48ddb72f)] - **(SEMVER-MAJOR)** **zlib**: move process.bin…
2683 …`](https://github.com/nodejs/node/commit/b61d31a845)] - **(SEMVER-MINOR)** **src**: add deprecatio…
2684 …https://github.com/nodejs/node/commit/39fcda0ca4)] - **(SEMVER-MINOR)** **src,test**: add public w…
2685 …https://github.com/nodejs/node/commit/48a2568f41)] - **(SEMVER-MINOR)** **timers**: add hasRef met…
2686 …`](https://github.com/nodejs/node/commit/bed4a8c6e0)] - **(SEMVER-MINOR)** **tls**: support changi…
2690 …cc65919a`](https://github.com/nodejs/node/commit/eccc65919a)] - **assert**: add comments for diff …
2691 * [[`02c44a4894`](https://github.com/nodejs/node/commit/02c44a4894)] - **assert**: reduce diff nois…
2692 …b8a8eedf32`](https://github.com/nodejs/node/commit/b8a8eedf32)] - **assert**: switch `inputs` to `…
2693 …6c76114`](https://github.com/nodejs/node/commit/be26c76114)] - **assert**: improve the strict equa…
2694 …859ef532`](https://github.com/nodejs/node/commit/1d859ef532)] - **assert**: improve loose assertio…
2695 …`](https://github.com/nodejs/node/commit/0339d3dc36)] - **async_hooks**: add missing async\_hooks …
2696 …[`996b3c5bb1`](https://github.com/nodejs/node/commit/996b3c5bb1)] - **benchmark**: coerce PORT to …
2697 …a587b3d`](https://github.com/nodejs/node/commit/cdca587b3d)] - **benchmark**: added a test benchma…
2698 * [[`2ca7aebefc`](https://github.com/nodejs/node/commit/2ca7aebefc)] - **benchmark**: add common.bi…
2699 …8924b0`](https://github.com/nodejs/node/commit/0d548924b0)] - **bootstrapper**: move internalBindi…
2700 … [[`1bd44d7f75`](https://github.com/nodejs/node/commit/1bd44d7f75)] - **build**: fix coverage gene…
2701 …c7d8b4e12`](https://github.com/nodejs/node/commit/6c7d8b4e12)] - **build**: spawn `make test-ci` w…
2702 …`d548e63123`](https://github.com/nodejs/node/commit/d548e63123)] - **build**: fix `./configure --e…
2703 …[[`c9fd435d28`](https://github.com/nodejs/node/commit/c9fd435d28)] - **build**: add .DS\_store to …
2704 …24892ff`](https://github.com/nodejs/node/commit/a6124892ff)] - **console**: add trace-events for t…
2705 * [[`a144d64e68`](https://github.com/nodejs/node/commit/a144d64e68)] - **crypto**: migrate to getOp…
2706 …d1d9cb31`](https://github.com/nodejs/node/commit/f4d1d9cb31)] - **crypto**: remove DiffieHellman.i…
2707 …ad660b72d`](https://github.com/nodejs/node/commit/1ad660b72d)] - **crypto**: reduce memory usage o…
2708 …830069`](https://github.com/nodejs/node/commit/1336830069)] - **crypto**: DRY Diffie-Hellman initi…
2709 …975639651`](https://github.com/nodejs/node/commit/6975639651)] - **crypto**: simplify internal sta…
2710 …48083a6`](https://github.com/nodejs/node/commit/b2b48083a6)] - **crypto**: simplify error handling…
2711 …0070e318`](https://github.com/nodejs/node/commit/ed0070e318)] - **crypto**: move field initializat…
2712 …b569a37e9`](https://github.com/nodejs/node/commit/cb569a37e9)] - **crypto**: fix length argument t…
2713 …`](https://github.com/nodejs/node/commit/709b3b1e1c)] - **crypto**: downgrade DEP0115 to `--pendin…
2714 …360465dfe2`](https://github.com/nodejs/node/commit/360465dfe2)] - **crypto**: assign missing depre…
2715 …[[`c4e74ec1cd`](https://github.com/nodejs/node/commit/c4e74ec1cd)] - **deps**: add missing ares\_a…
2716 * [[`e2258adff7`](https://github.com/nodejs/node/commit/e2258adff7)] - **deps**: patch V8 to 7.0.27…
2717 * [[`8165657d9e`](https://github.com/nodejs/node/commit/8165657d9e)] - **deps**: patch V8 to 7.0.27…
2718 …67650f4be`](https://github.com/nodejs/node/commit/a67650f4be)] - **deps**: V8: cherry-pick 64-bit …
2719 …a9d1dc`](https://github.com/nodejs/node/commit/4fcfa9d1dc)] - **deps**: provide more V8 backwards …
2720 …5f08a5e`](https://github.com/nodejs/node/commit/ef85f08a5e)] - **deps**: revert 9136dd8088a9 from …
2721 * [[`d25646b4c5`](https://github.com/nodejs/node/commit/d25646b4c5)] - **deps**: patch V8 to 7.0.27…
2722 * [[`6117af3490`](https://github.com/nodejs/node/commit/6117af3490)] - **deps**: patch V8 to 7.0.27…
2723 * [[`2811ae4801`](https://github.com/nodejs/node/commit/2811ae4801)] - **deps**: patch V8 to 6.9.42…
2724 …d7411be3`](https://github.com/nodejs/node/commit/56d7411be3)] - **deps**: cherry-pick e1a7699 from…
2725 …9612b233`](https://github.com/nodejs/node/commit/349612b233)] - **deps**: cherry-pick e1a7699 from…
2726 …2f9dabd0d8`](https://github.com/nodejs/node/commit/2f9dabd0d8)] - **deps**: cherry-pick 9eb96bb fr…
2727 …4c87f37f4`](https://github.com/nodejs/node/commit/54c87f37f4)] - **deps**: cherry-pick 6ee8345 fro…
2728 * [[`e2ea82b9ce`](https://github.com/nodejs/node/commit/e2ea82b9ce)] - **dgram**: fix linting issue…
2729 …d756248db`](https://github.com/nodejs/node/commit/dd756248db)] - **dns**: fix inconsistent (hostna…
2730 * [[`d6b3f6513b`](https://github.com/nodejs/node/commit/d6b3f6513b)] - **doc**: add missing YAML la…
2731 …f292bf783`](https://github.com/nodejs/node/commit/3f292bf783)] - **doc**: remove reference to sslv…
2732 …8d293ecdc`](https://github.com/nodejs/node/commit/e8d293ecdc)] - **doc**: revise security-reportin…
2733 …](https://github.com/nodejs/node/commit/eaff120bfd)] - **doc**: formalize non-const reference usag…
2734 …2faa8ec6`](https://github.com/nodejs/node/commit/512faa8ec6)] - **doc**: fix index in table of con…
2735 …[`50c99d87b0`](https://github.com/nodejs/node/commit/50c99d87b0)] - **doc**: add missing deprecati…
2736 …9f79c`](https://github.com/nodejs/node/commit/889a49f79c)] - **doc**: document use of buffer.swap1…
2737 …6def0`](https://github.com/nodejs/node/commit/4c7f16def0)] - **doc**: add Backport-PR-URL info in …
2738 * [[`a5b1e7b6c4`](https://github.com/nodejs/node/commit/a5b1e7b6c4)] - **doc**: improve README.md (…
2739 …[`27892345b9`](https://github.com/nodejs/node/commit/27892345b9)] - **doc**: simplify security rep…
2740 …5ec790a0`](https://github.com/nodejs/node/commit/9c5ec790a0)] - **doc**: cleanup and references in…
2741 …c`](https://github.com/nodejs/node/commit/9430ac2f0c)] - **doc**: add info how to run single tests…
2742 …`](https://github.com/nodejs/node/commit/3ad2267cd0)] - **doc**: add "tick" function name and argu…
2743 …5870`](https://github.com/nodejs/node/commit/f14a8e5870)] - **doc**: fix url example to match beha…
2744 …](https://github.com/nodejs/node/commit/ba11ad3322)] - **doc**: use reserved domains for examples …
2745 …e6c310d29f`](https://github.com/nodejs/node/commit/e6c310d29f)] - **doc**: fix pr-url in repl.md (…
2746 …`4f38d45f1c`](https://github.com/nodejs/node/commit/4f38d45f1c)] - **doc**: wrap links in \<\> (Ск…
2747 * [[`d911bab8c3`](https://github.com/nodejs/node/commit/d911bab8c3)] - **doc**: edit BUILDING.md (R…
2748 …[[`7d07e161d5`](https://github.com/nodejs/node/commit/7d07e161d5)] - **doc**: describe SNI host na…
2749 …6a1d661b`](https://github.com/nodejs/node/commit/9d6a1d661b)] - **doc**: revise security-reporting…
2750 …`2303e4c63c`](https://github.com/nodejs/node/commit/2303e4c63c)] - **doc**: rewrite consensus seek…
2751 …`db8b5247fd`](https://github.com/nodejs/node/commit/db8b5247fd)] - **doc**: edit for minor fixes t…
2752 …78e4a0`](https://github.com/nodejs/node/commit/927878e4a0)] - **doc**: remove personal pronoun fro…
2753 …c45605775`](https://github.com/nodejs/node/commit/bc45605775)] - **doc**: remove personal pronoun …
2754 …42ffb5`](https://github.com/nodejs/node/commit/f41d42ffb5)] - **doc**: remove style instruction th…
2755 * [[`992c1d56de`](https://github.com/nodejs/node/commit/992c1d56de)] - **doc**: add WebAssembly to …
2756 …b8974a`](https://github.com/nodejs/node/commit/5ed4b8974a)] - **doc**: fix confusing language abou…
2757 * [[`67ba8ff31a`](https://github.com/nodejs/node/commit/67ba8ff31a)] - **doc**: fix type of DEP0116…
2758 …193d6d1bda`](https://github.com/nodejs/node/commit/193d6d1bda)] - **doc**: update notes about GCM …
2759 …37f`](https://github.com/nodejs/node/commit/baca6d337f)] - **doc**: add a missing anchor to error …
2760 …[[`72258c3cbc`](https://github.com/nodejs/node/commit/72258c3cbc)] - **doc,meta**: assign PR seman…
2761 …8544f99c`](https://github.com/nodejs/node/commit/d08544f99c)] - **doc,meta**: refresh wording in c…
2762 …44db9`](https://github.com/nodejs/node/commit/cabf144db9)] - **doc,meta**: add references to outsi…
2763 …0e369d`](https://github.com/nodejs/node/commit/37e40e369d)] - **http**: reduce duplicated code for…
2764 …41735`](https://github.com/nodejs/node/commit/70ba041735)] - **http2**: make Http2Settings constru…
2765 …0399a0c4`](https://github.com/nodejs/node/commit/f40399a0c4)] - **lib**: migrate process.binding t…
2766 …5f1fb0cd`](https://github.com/nodejs/node/commit/ff5f1fb0cd)] - **lib**: migrate process.binding t…
2767 …f5`](https://github.com/nodejs/node/commit/66d4ac1af5)] - **lib**: migrate process.binding('config…
2768 * [[`c1ec3bf989`](https://github.com/nodejs/node/commit/c1ec3bf989)] - **lib**: removed unused vari…
2769 …c01af28`](https://github.com/nodejs/node/commit/540c01af28)] - **lib**: switch to internalBinding …
2770 * [[`313b44b0ee`](https://github.com/nodejs/node/commit/313b44b0ee)] - **lib**: remove an unused va…
2771 …8f1b`](https://github.com/nodejs/node/commit/1143ea8f1b)] - **lib**: migrate from process.binding …
2772 … [[`4291c43aff`](https://github.com/nodejs/node/commit/4291c43aff)] - **lib**: remove unused 'e' f…
2773 …`278775a84b`](https://github.com/nodejs/node/commit/278775a84b)] - **lib**: migrate to getOptions …
2774 …3663fc8725`](https://github.com/nodejs/node/commit/3663fc8725)] - **lib**: http server, friendly e…
2775 …`ea8000f119`](https://github.com/nodejs/node/commit/ea8000f119)] - **lib**: lazy load internal/que…
2776 …[[`bb26d4f2f8`](https://github.com/nodejs/node/commit/bb26d4f2f8)] - **meta**: clarify fast-track …
2777 …[[`df8e586964`](https://github.com/nodejs/node/commit/df8e586964)] - **module**: removed unused va…
2778 …https://github.com/nodejs/node/commit/15b12411e9)] - ***Revert*** "**module**: fix inconsistency b…
2779 …e9`](https://github.com/nodejs/node/commit/0257fd7ce9)] - **process**: wrap process.binding for se…
2780 …29bee05`](https://github.com/nodejs/node/commit/3c329bee05)] - **readline**: assert without the us…
2781 …6855b619c9`](https://github.com/nodejs/node/commit/6855b619c9)] - **repl**: remove unused variable…
2782 …d1fba740`](https://github.com/nodejs/node/commit/4ed1fba740)] - **repl**: remove unused variable e…
2783 …3d0404971`](https://github.com/nodejs/node/commit/83d0404971)] - **repl**: do not swallow errors i…
2784 …f0e5afc968`](https://github.com/nodejs/node/commit/f0e5afc968)] - **src**: fix missing deprecation…
2785 …9`](https://github.com/nodejs/node/commit/b8cb60fcb9)] - **src**: use more explicit return type in…
2786 …6c8a96fefa`](https://github.com/nodejs/node/commit/6c8a96fefa)] - **src**: initial large page (2M)…
2787 …[[`74ddae783d`](https://github.com/nodejs/node/commit/74ddae783d)] - **src**: add trace events for…
2788 …9feb5378b`](https://github.com/nodejs/node/commit/59feb5378b)] - **src**: changed stdio\_pipes\_ t…
2789 …fdedd3f1`](https://github.com/nodejs/node/commit/e4fdedd3f1)] - **src**: update v8::Object::GetPro…
2790 …2c3fc9b`](https://github.com/nodejs/node/commit/da52c3fc9b)] - **src**: remove OCB support ifdef O…
2791 …3745c`](https://github.com/nodejs/node/commit/2f6b73745c)] - **src**: remove function hasTextDecod…
2792 * [[`fd7fc99e90`](https://github.com/nodejs/node/commit/fd7fc99e90)] - **src**: change macro to fn …
2793 …84a7f027d`](https://github.com/nodejs/node/commit/e84a7f027d)] - **src**: add default initializer …
2794 …a112d`](https://github.com/nodejs/node/commit/33351a112d)] - **src**: use MallocedBuffer abstracti…
2795 …https://github.com/nodejs/node/commit/866d81cf39)] - **src**: use default initializers over settin…
2796 …[[`26fa85c65e`](https://github.com/nodejs/node/commit/26fa85c65e)] - **src**: remove unused UVHand…
2797 …`](https://github.com/nodejs/node/commit/35d9990140)] - **src**: move default assignment of async\…
2798 …0e`](https://github.com/nodejs/node/commit/ec7375ad0e)] - **src**: change constructor behavior in …
2799 …https://github.com/nodejs/node/commit/b5f5585b0a)] - **src**: throw if functions used as construct…
2800 …3cd81c`](https://github.com/nodejs/node/commit/fc963cd81c)] - **src**: reduce platform worker barr…
2801 …bb03`](https://github.com/nodejs/node/commit/b61bbbbb03)] - **src**: trace\_event: secondary stora…
2802 …acf33356`](https://github.com/nodejs/node/commit/ecacf33356)] - **src**: fix bug in MallocedBuffer…
2803 …096a65d`](https://github.com/nodejs/node/commit/a83096a65d)] - **src**: improve SSL version extrac…
2804 …d`](https://github.com/nodejs/node/commit/f40b1dbe5d)] - **src**: revert removal of SecureContext …
2805 …730f`](https://github.com/nodejs/node/commit/51fd86730f)] - **src**: remove unused limits header f…
2806 …55e60`](https://github.com/nodejs/node/commit/5f21755e60)] - **src**: replace NO\_RETURN with \[\[…
2807 …21e34a6d`](https://github.com/nodejs/node/commit/4d21e34a6d)] - **src**: fix usage of deprecated v…
2808 …5d1cb`](https://github.com/nodejs/node/commit/c2fee5d1cb)] - **src**: ready background workers bef…
2809 …`6580ce54dc`](https://github.com/nodejs/node/commit/6580ce54dc)] - **src**: remove accidentally ad…
2810 …13c93`](https://github.com/nodejs/node/commit/8f84613c93)] - **src**: use default parameters for `…
2811 * [[`a7b59d6204`](https://github.com/nodejs/node/commit/a7b59d6204)] - **src**: flip Atomics.notify…
2812 …6e`](https://github.com/nodejs/node/commit/8989c76c6e)] - ***Revert*** "**src**: implement query c…
2813 …[`85c356c10e`](https://github.com/nodejs/node/commit/85c356c10e)] - **src**: implement query callb…
2814 …98f`](https://github.com/nodejs/node/commit/b85460498f)] - **src**: remove old process.binding('tr…
2815 …fe6`](https://github.com/nodejs/node/commit/afc5636fe6)] - **src**: rename WorkerThreadMain to Pla…
2816 … [[`2faab111ef`](https://github.com/nodejs/node/commit/2faab111ef)] - **src**: remove defunct time…
2817 …https://github.com/nodejs/node/commit/e767aa1a2e)] - ***Revert*** "**src**: make process.env.TZ se…
2818 …(https://github.com/nodejs/node/commit/20373c476d)] - **stream**: undo internalBinding() conversio…
2819 …b782`](https://github.com/nodejs/node/commit/6a080ab782)] - **test**: add blocks and comments to f…
2820 …`](https://github.com/nodejs/node/commit/b19f339bcf)] - **test**: increase coverage for readfile w…
2821 … [[`3b014a1ead`](https://github.com/nodejs/node/commit/3b014a1ead)] - **test**: skip failing tests…
2822 …c91b28f04`](https://github.com/nodejs/node/commit/5c91b28f04)] - **test**: fix argument order in a…
2823 …5abfa`](https://github.com/nodejs/node/commit/c55f25abfa)] - **test**: reversed params in assert.s…
2824 …e79bdfc8`](https://github.com/nodejs/node/commit/24e79bdfc8)] - **test**: correct order of args in…
2825 …3c6a8d1a8`](https://github.com/nodejs/node/commit/a3c6a8d1a8)] - **test**: enable trace-events tes…
2826 …[[`add4f019e4`](https://github.com/nodejs/node/commit/add4f019e4)] - **test**: check codes of thro…
2827 …](https://github.com/nodejs/node/commit/b5c75a331d)] - **test**: error when empty buffer is passed…
2828 …31b237`](https://github.com/nodejs/node/commit/a29631b237)] - **test**: error when empty buffer is…
2829 …445307716`](https://github.com/nodejs/node/commit/6445307716)] - **test**: fix strictEqual argumen…
2830 …890ff01c`](https://github.com/nodejs/node/commit/06890ff01c)] - **test**: add test coverage for fs…
2831 …8f287ab`](https://github.com/nodejs/node/commit/eb48f287ab)] - **test**: use smaller keys for a fa…
2832 …525986a8`](https://github.com/nodejs/node/commit/d5525986a8)] - **test**: increased code coverage …
2833 …510da6ba`](https://github.com/nodejs/node/commit/0b510da6ba)] - **test**: assertions arguments mat…
2834 …`58faae9f3a`](https://github.com/nodejs/node/commit/58faae9f3a)] - **test**: fix assert.strictEqua…
2835 …(https://github.com/nodejs/node/commit/bcd14b2c0f)] - **test**: fix assert parameter order in test…
2836 …46e`](https://github.com/nodejs/node/commit/1c6a55146e)] - **test**: change order of assert.strict…
2837 …e345897f06`](https://github.com/nodejs/node/commit/e345897f06)] - **test**: fix assert equal order…
2838 …`](https://github.com/nodejs/node/commit/d778f9e1f0)] - **test**: fix order of assert args in clie…
2839 …ac84aaa`](https://github.com/nodejs/node/commit/d08ac84aaa)] - **test**: re-order strictEqual para…
2840 * [[`50a280acdb`](https://github.com/nodejs/node/commit/50a280acdb)] - **test**: fix assertions arg…
2841 …[`ff75d98479`](https://github.com/nodejs/node/commit/ff75d98479)] - **test**: fix parameters in te…
2842 …acd20`](https://github.com/nodejs/node/commit/c160aacd20)] - **test**: reverse arguments in assert…
2843 …[`4422269274`](https://github.com/nodejs/node/commit/4422269274)] - **test**: update assertion par…
2844 …f481f7bb0`](https://github.com/nodejs/node/commit/2f481f7bb0)] - **test**: fix backward assertion …
2845 …`](https://github.com/nodejs/node/commit/907461c289)] - **test**: reversed 1st and 2nd arguments f…
2846 …`1a43e53f1a`](https://github.com/nodejs/node/commit/1a43e53f1a)] - **test**: correct assertion arg…
2847 * [[`e7cbc3f4f1`](https://github.com/nodejs/node/commit/e7cbc3f4f1)] - **test**: fix assertion orde…
2848 …f43d5827`](https://github.com/nodejs/node/commit/42f43d5827)] - **test**: updated assert test valu…
2849 … [[`af59b9dd02`](https://github.com/nodejs/node/commit/af59b9dd02)] - **test**: switch order of as…
2850 …4bcf571`](https://github.com/nodejs/node/commit/ca24bcf571)] - **test**: fix assert.strictEqual() …
2851 …7e79e012b6`](https://github.com/nodejs/node/commit/7e79e012b6)] - **test**: fix parameter order of…
2852 * [[`2d5b6c2bb3`](https://github.com/nodejs/node/commit/2d5b6c2bb3)] - **test**: fix assert value o…
2853 …7a934`](https://github.com/nodejs/node/commit/d49937a934)] - **test**: fix strictEqual order for t…
2854 …`986b6cb01f`](https://github.com/nodejs/node/commit/986b6cb01f)] - **test**: corrected assertion a…
2855 …c3140d078b`](https://github.com/nodejs/node/commit/c3140d078b)] - **test**: fix strictEqual input …
2856 …93a6`](https://github.com/nodejs/node/commit/b49f4a93a6)] - **test**: fix order of arguments passe…
2857 …86696f35`](https://github.com/nodejs/node/commit/2d86696f35)] - **test**: augment tests for Source…
2858 …9`](https://github.com/nodejs/node/commit/d35965bbf9)] - **test**: fix arguments ordering for asse…
2859 …`152e7a53c2`](https://github.com/nodejs/node/commit/152e7a53c2)] - **test**: fixed strictEqual arg…
2860 …986f`](https://github.com/nodejs/node/commit/0d9215986f)] - **test**: add crypto.scrypt test case …
2861 …](https://github.com/nodejs/node/commit/96c1dd428c)] - **test**: reversed actual and expected valu…
2862 …e18b`](https://github.com/nodejs/node/commit/4b873ee18b)] - **test**: increased code coverage for …
2863 …[[`62c6e446bd`](https://github.com/nodejs/node/commit/62c6e446bd)] - **test**: fix assertion argum…
2864 …https://github.com/nodejs/node/commit/99a7e25ba1)] - **test**: fix assert.strictEqual() parameter …
2865 …fb82d6b1`](https://github.com/nodejs/node/commit/53fb82d6b1)] - **test**: fix argument order in as…
2866 …d2a0`](https://github.com/nodejs/node/commit/59a221d2a0)] - **test**: fix order of parameters to a…
2867 …167fec`](https://github.com/nodejs/node/commit/e806167fec)] - **test**: removed unused variable in…
2868 …0d9e54b3d6`](https://github.com/nodejs/node/commit/0d9e54b3d6)] - **test**: update strictEqual arg…
2869 …4e40b18`](https://github.com/nodejs/node/commit/c254e40b18)] - **test**: removed unused error vari…
2870 …a`](https://github.com/nodejs/node/commit/90467658ea)] - **test**: reverse order of args in reconn…
2871 * [[`3604d78cd3`](https://github.com/nodejs/node/commit/3604d78cd3)] - **test**: added async-hook b…
2872 …https://github.com/nodejs/node/commit/4118e90b43)] - **test**: fix order of assert arguments in vm…
2873 * [[`2f38550458`](https://github.com/nodejs/node/commit/2f38550458)] - **test**: modernize test-cry…
2874 …`](https://github.com/nodejs/node/commit/7298f8a147)] - **test**: fix strictEqual assertion order …
2875 …https://github.com/nodejs/node/commit/bea0819126)] - **test**: switch strictEqual parameters - act…
2876 …7`](https://github.com/nodejs/node/commit/bd3b52fc17)] - **test**: assert.strictEqual parameters o…
2877 …470da`](https://github.com/nodejs/node/commit/07d3f470da)] - **test**: fix assert.strictEqual() ar…
2878 …https://github.com/nodejs/node/commit/ef2cbf826a)] - **test**: reverse the order of assertion stat…
2879 …[[`44b569c8b0`](https://github.com/nodejs/node/commit/44b569c8b0)] - **test**: added test for gene…
2880 …](https://github.com/nodejs/node/commit/ea90776227)] - **test**: swap expected and actual argument…
2881 …[`1f6c86d1ea`](https://github.com/nodejs/node/commit/1f6c86d1ea)] - **test**: fix assertions argum…
2882 …[`0655229240`](https://github.com/nodejs/node/commit/0655229240)] - **test**: fix assertion argume…
2883 …a9c32`](https://github.com/nodejs/node/commit/4518ca9c32)] - **test**: refactor callback functions…
2884 …https://github.com/nodejs/node/commit/c9afea9e79)] - **test**: updating assertion and expect order…
2885 …](https://github.com/nodejs/node/commit/47b7f2ac44)] - **test**: use correct argument order for as…
2886 …`](https://github.com/nodejs/node/commit/1fd1e605be)] - **test**: corrected the order of arguments…
2887 …fe73ab7`](https://github.com/nodejs/node/commit/cb9fe73ab7)] - **test**: fix assert.strictEqual() …
2888 …e0`](https://github.com/nodejs/node/commit/1c220889e0)] - **test**: fix strictEqual assertion argu…
2889 …[`d0a77f0a86`](https://github.com/nodejs/node/commit/d0a77f0a86)] - **test**: correct labelling of…
2890 … [[`ffab8ba33f`](https://github.com/nodejs/node/commit/ffab8ba33f)] - **test**: reorder asserts ar…
2891 …https://github.com/nodejs/node/commit/69365ef25c)] - **test**: updating assertion on test so it fi…
2892 … [[`9e6c983884`](https://github.com/nodejs/node/commit/9e6c983884)] - **test**: refactor functions…
2893 …6113aba1`](https://github.com/nodejs/node/commit/b06113aba1)] - **test**: replaced functions with …
2894 …`](https://github.com/nodejs/node/commit/e4e89837db)] - **test**: corret assertion arg order in te…
2895 …3946ee`](https://github.com/nodejs/node/commit/05ce3946ee)] - **test**: fix test-dgram-pingpong as…
2896 …58e7ad34`](https://github.com/nodejs/node/commit/4958e7ad34)] - **test**: fix assert.strictEqual()…
2897 …https://github.com/nodejs/node/commit/1eea1aa513)] - **test**: fix assert.strictEqual arg order in…
2898 …https://github.com/nodejs/node/commit/d5485ec90b)] - **test**: use the correct parameter order on …
2899 …`e9efac6dfd`](https://github.com/nodejs/node/commit/e9efac6dfd)] - **test**: fix assert order in t…
2900 …[[`ba5cf7b2a9`](https://github.com/nodejs/node/commit/ba5cf7b2a9)] - **test**: switch arguments of…
2901 …https://github.com/nodejs/node/commit/87eeb6b373)] - **test**: swap assert argument order in test-…
2902 …https://github.com/nodejs/node/commit/2cd0ef09ec)] - **test**: fix order of assert.strictEqual() a…
2903 …https://github.com/nodejs/node/commit/f6204c58c0)] - **test**: fixed incorrect variable order in a…
2904 …3b1d115c`](https://github.com/nodejs/node/commit/fd3b1d115c)] - **test**: properly order test asse…
2905 …665c`](https://github.com/nodejs/node/commit/e087f2665c)] - **test**: modernize test-child-process…
2906 …2`](https://github.com/nodejs/node/commit/c377053e82)] - **test**: put expected assert value in co…
2907 …5974a8ad`](https://github.com/nodejs/node/commit/345974a8ad)] - **test**: fix argument order in as…
2908 …(https://github.com/nodejs/node/commit/8cc52b0bc0)] - **test**: fix assertions args order in test/…
2909 …283a`](https://github.com/nodejs/node/commit/556293283a)] - **test**: fix strictEqual assertion ar…
2910 * [[`bb8dd485c2`](https://github.com/nodejs/node/commit/bb8dd485c2)] - **test**: fix ordering of as…
2911 …c49f9c0c`](https://github.com/nodejs/node/commit/5bc49f9c0c)] - **test**: update function keywords…
2912 …a`](https://github.com/nodejs/node/commit/697359637a)] - **test**: reversed arguments in strictqua…
2913 …eb19b1d2`](https://github.com/nodejs/node/commit/e0eb19b1d2)] - **test**: modernized test to use a…
2914 …e275`](https://github.com/nodejs/node/commit/670770e275)] - **test**: use arrow functions in test-…
2915 …[[`ab052af697`](https://github.com/nodejs/node/commit/ab052af697)] - **test**: fix argument order …
2916 …https://github.com/nodejs/node/commit/0eb5f13062)] - **test**: modernizing test-dgram-listen-after…
2917 …45f9d728e`](https://github.com/nodejs/node/commit/945f9d728e)] - **test**: fix strictEqual argumen…
2918 …https://github.com/nodejs/node/commit/3fc8c7aca8)] - **test**: rename process.argv\[0\] to process…
2919 …[`280aed1312`](https://github.com/nodejs/node/commit/280aed1312)] - **test**: fix assertion argume…
2920 …2663`](https://github.com/nodejs/node/commit/b041922663)] - **test**: fix assertion order test-tls…
2921 …`](https://github.com/nodejs/node/commit/147102372d)] - **test**: move tick.js from test/async-hoo…
2922 * [[`39377bc58f`](https://github.com/nodejs/node/commit/39377bc58f)] - **test**: fix assertion orde…
2923 …b9cf9`](https://github.com/nodejs/node/commit/e9962b9cf9)] - **test**: change to arrow functions i…
2924 * [[`d70a0cd294`](https://github.com/nodejs/node/commit/d70a0cd294)] - **test**: removed unused var…
2925 …797923ba5`](https://github.com/nodejs/node/commit/a797923ba5)] - **test**: fix argument order for …
2926 …[`6936f9cb14`](https://github.com/nodejs/node/commit/6936f9cb14)] - **test**: fix assert.strictEqu…
2927 …https://github.com/nodejs/node/commit/b6e9f99910)] - **test**: removed mustCallAsync from common a…
2928 …23f9`](https://github.com/nodejs/node/commit/1408e323f9)] - **test**: remove unused "e" from catch…
2929 …`b5c698d328`](https://github.com/nodejs/node/commit/b5c698d328)] - **test**: remove unused variabl…
2930 …[`e527321a98`](https://github.com/nodejs/node/commit/e527321a98)] - **test**: inline common module…
2931 …a`](https://github.com/nodejs/node/commit/cbc140fb6a)] - **test**: swap the order arguments are pa…
2932 …150`](https://github.com/nodejs/node/commit/f1997b7150)] - **test**: flip assertion arguments for …
2933 …[`ec675b8ea4`](https://github.com/nodejs/node/commit/ec675b8ea4)] - **test**: replace function wit…
2934 …`923f37ff7c`](https://github.com/nodejs/node/commit/923f37ff7c)] - **test**: swap actual and expec…
2935 …90504b97cd`](https://github.com/nodejs/node/commit/90504b97cd)] - **test**: correctly order assert…
2936 …`2d2388d9dd`](https://github.com/nodejs/node/commit/2d2388d9dd)] - **test**: fix errors in test-bu…
2937 …`](https://github.com/nodejs/node/commit/5e68333ead)] - **test**: mark `test-http2-session-timeout…
2938 …https://github.com/nodejs/node/commit/2d0532e7c1)] - **test**: update test-cluster-worker-events t…
2939 …https://github.com/nodejs/node/commit/ec8fbfb26a)] - **test**: correct order for assert.strictEqua…
2940 * [[`722e0d4921`](https://github.com/nodejs/node/commit/722e0d4921)] - **test**: fix incorrect expe…
2941 …234b12`](https://github.com/nodejs/node/commit/b35d234b12)] - **test**: remove unused e variable i…
2942 * [[`30c48fd296`](https://github.com/nodejs/node/commit/30c48fd296)] - **test**: correct assert tes…
2943 …c34`](https://github.com/nodejs/node/commit/7d0f50cc34)] - **test**: fix incorrect ordering of arg…
2944 …64431a`](https://github.com/nodejs/node/commit/09a664431a)] - **test**: swap assert.strictEqual ar…
2945 …84c47f4`](https://github.com/nodejs/node/commit/47784c47f4)] - **test**: fix assert.strictEqual ar…
2946 …https://github.com/nodejs/node/commit/ce7555ddeb)] - **test**: strictEqual correct order for http-…
2947 …468`](https://github.com/nodejs/node/commit/4296837468)] - **test**: replace assert.throws w/ comm…
2948 …63e5539e`](https://github.com/nodejs/node/commit/aa63e5539e)] - **test**: fix http local address t…
2949 …29e99b29`](https://github.com/nodejs/node/commit/3829e99b29)] - **test**: fix order of values in t…
2950 …https://github.com/nodejs/node/commit/1c36943b8d)] - **test**: fix `assert.strictEqual` arguments …
2951 …eb8`](https://github.com/nodejs/node/commit/db2be04eb8)] - **test**: improve test coverage for fs …
2952 …0468fe900`](https://github.com/nodejs/node/commit/a0468fe900)] - **test**: fix parameter order pas…
2953 …`](https://github.com/nodejs/node/commit/0579784eab)] - **test**: adding test coverage for SourceT…
2954 …`](https://github.com/nodejs/node/commit/208ee3e570)] - **test**: move some gc tests back to paral…
2955 …9a27e91b`](https://github.com/nodejs/node/commit/939a27e91b)] - **test**: improve test-gc-http-cli…
2956 …d82638`](https://github.com/nodejs/node/commit/91bad82638)] - **test**: improve test-gc-http-clien…
2957 …`bd88c9864f`](https://github.com/nodejs/node/commit/bd88c9864f)] - **test**: fix assert.strictEqua…
2958 * [[`f2c57e7e1c`](https://github.com/nodejs/node/commit/f2c57e7e1c)] - **test**: fixing assertion v…
2959 * [[`66eb35f1e6`](https://github.com/nodejs/node/commit/66eb35f1e6)] - **test**: rename common.ddCo…
2960 … [[`8561462005`](https://github.com/nodejs/node/commit/8561462005)] - **test**: refactor common.dd…
2961 …`0fa857f619`](https://github.com/nodejs/node/commit/0fa857f619)] - **test**: add logging to test-w…
2962 …`3c4d316d03`](https://github.com/nodejs/node/commit/3c4d316d03)] - **test**: add test for a vm ind…
2963 …1b898`](https://github.com/nodejs/node/commit/e774d1b898)] - **test**: fix compiler warning in doc…
2964 …[`c030854a54`](https://github.com/nodejs/node/commit/c030854a54)] - **test**: add WPT console-test…
2965 …e57a023`](https://github.com/nodejs/node/commit/bd7e57a023)] - **test**: separate WPT console test…
2966 …72e552655`](https://github.com/nodejs/node/commit/172e552655)] - **test**: add WPT console-label-c…
2967 * [[`0b61f3970e`](https://github.com/nodejs/node/commit/0b61f3970e)] - **test**: rename WPT console…
2968 * [[`52b58a2ac5`](https://github.com/nodejs/node/commit/52b58a2ac5)] - **test**: fix broken test (c…
2969 * [[`8e189794df`](https://github.com/nodejs/node/commit/8e189794df)] - **test**: remove skip of OS …
2970 …17c`](https://github.com/nodejs/node/commit/1f1675817c)] - **test**: check option start or end is …
2971 …[[`60ef7d1a8f`](https://github.com/nodejs/node/commit/60ef7d1a8f)] - **test**: fix assertion in te…
2972 …281e52`](https://github.com/nodejs/node/commit/7db4281e52)] - **tls**: close StreamWrap and its st…
2973 …[[`934eb7ec59`](https://github.com/nodejs/node/commit/934eb7ec59)] - **tls**: prevent multiple con…
2974 * [[`d1a23cc954`](https://github.com/nodejs/node/commit/d1a23cc954)] - **tls**: update try catch sy…
2975 …99`](https://github.com/nodejs/node/commit/318f1cdc99)] - **tls**: make StreamWrap work correctly …
2976 …3e811`](https://github.com/nodejs/node/commit/dc33b3e811)] - **tls**: update test & docs for Array…
2977 …[`cdd58e6bd4`](https://github.com/nodejs/node/commit/cdd58e6bd4)] - **tools**: clarify commit mess…
2978 …0e62a3`](https://github.com/nodejs/node/commit/40280e62a3)] - **tools**: do not lint commit messag…
2979 …https://github.com/nodejs/node/commit/77b3666b84)] - **tools**: prefer filter to remove empty stri…
2980 * [[`74ebfa379a`](https://github.com/nodejs/node/commit/74ebfa379a)] - **tools**: update ESLint to …
2981 …[`8460df4334`](https://github.com/nodejs/node/commit/8460df4334)] - **tools**: update node-lint-md…
2982 …1bfd`](https://github.com/nodejs/node/commit/47af3a1bfd)] - **tools,icu**: read full ICU version i…
2983 …`74c4bb7e77`](https://github.com/nodejs/node/commit/74c4bb7e77)] - **tools,test**: add list of slo…
2984 …`5b79d55ce3`](https://github.com/nodejs/node/commit/5b79d55ce3)] - **tools,test**: cleanup and ded…
2985 …3c882b`](https://github.com/nodejs/node/commit/1ef83c882b)] - **trace_events**: destroy platform b…
2986 …4bd60`](https://github.com/nodejs/node/commit/4b7cd4bd60)] - **trace_events**: add trace category …
2987 …933cbd0`](https://github.com/nodejs/node/commit/c85933cbd0)] - **trace_events,async_hooks**: use i…
2988 …https://github.com/nodejs/node/commit/c834be0a06)] - ***Revert*** "**tty**: make \_read throw ERR\…
2989 …f4e4ef5cad`](https://github.com/nodejs/node/commit/f4e4ef5cad)] - **util**: handle null prototype …
2990 …0`](https://github.com/nodejs/node/commit/849aaaeeb0)] - ***Revert*** "**util**: change util.inspe…
2991 …3aeb4c`](https://github.com/nodejs/node/commit/85373aeb4c)] - ***Revert*** "**util**: change %o de…
2992 …https://github.com/nodejs/node/commit/2f83ddc353)] - **vm**: pass parsing\_context to ScriptCompil…
2993 * [[`6487f07e0c`](https://github.com/nodejs/node/commit/6487f07e0c)] - **vm**: add dynamic import s…
2994 …e8f58`](https://github.com/nodejs/node/commit/7673de8f58)] - **worker**: remove delete MessagePort…
2995 … [[`188ffcb960`](https://github.com/nodejs/node/commit/188ffcb960)] - **zlib**: refactor zlib inte…
2996 …0828635c5`](https://github.com/nodejs/node/commit/e0828635c5)] - **zlib**: generate error code nam…