-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v13.4.0 proposal #30937
v13.4.0 proposal #30937
Conversation
PR-URL: #27867 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #27867 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #27867 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #27867 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #27867 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #27867 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #27867 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Change common.PORT to arbitrary port in test-child-process-fork-getconnections to prepare for moving that test from sequential to parallel. PR-URL: #30749 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Now that the test uses an open port assigned by the operating system rather than a hardcoded common.PORT, it can be moved to parallel. PR-URL: #30749 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Refs: nodejs/TSC#781 (comment) Based on the completion of the Python 3 strategic initiative, update statements around Python 3 support. PR-URL: #30722 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Use block-scoping in test-net-server-address. This also allows us to easily rename some identifiers that were not camelCase. PR-URL: #30754 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #30750 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
This avoids heap allocations in common cases PR-URL: #30751 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #30747 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #30747 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #30746 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #30706 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
OpenSSL has its own legacy names, but knowing the IETF name is useful when trouble-shooting, or looking for more information on the cipher. PR-URL: #30637 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #30656 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #30756 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
In accordance with the Style Guide, remove "Node" in favor of "Node.js". A lint rule for this is forthcoming. PR-URL: #30758 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Grab it from the internal module where it's defined instead. PR-URL: #30732 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: #25988 (comment) PR-URL: #30761 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #30762 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
`--es-module-specifier-resolution` is the only flagged portion of the ESM implementation that does not have the word experimental in the flag name. This commit changes the flag to: `--experimental-specifier-resolution` `--es-module-specifier-resolution` remains as an alias for backwards compatibility but it is no longer documented. PR-URL: #30678 Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
PR-URL: #30769 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so notable changes are not forgotten.
If this is going to be the security release, the commit message must have this line after the title:
This is a security release.
001d250 is necessary to run CI. If the security release can only have one commit, I don't see a problem with running CI on a temporary branch that floats this commit on top of the release. The same for LTS branches - this cherry-picks cleanly into v12, but v10 and v8 have slightly different commits. The other commits are not as essential, but the |
d6fcb10
to
57bf5b7
Compare
This is a security release. This release includes a single commit, an update to npm to 6.13.4. For more details about the vulnerability please consult the npm blog: https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli Notable Changes: * deps: - update npm to 6.13.4 #30904 - update uvwasi (Anna Henningsen) #30745 - upgrade to libuv 1.34.0 (Colin Ihrig) #30783 * doc: - docs deprecate http finished (Robert Nagy) #28679 * events: - add captureRejection option (Matteo Collina) #27867 * http: - add captureRejection support (Matteo Collina) #27867 - llhttp opt-in insecure HTTP header parsing (Sam Roberts) #30567 * http2: - implement capture rection for 'request' and 'stream' events (Matteo Collina) #27867 * net: - implement capture rejections for 'connection' event (Matteo Collina) #27867 * repl: - support previews by eager evaluating input (Ruben Bridgewater) #30811 * stream: - add support for captureRejection option (Matteo Collina) #27867 * tls: - implement capture rejections for 'secureConnection' event (Matteo Collina) #27867 - expose IETF name for current cipher suite (Sam Roberts) #30637 * worker: - add argv constructor option (legendecas) #30559 PR-URL: #30937
This comment has been minimized.
This comment has been minimized.
@targos PTAL I've fixed commit + changelog |
57bf5b7
to
906a1fd
Compare
This is a security release. This release includes a single commit, an update to npm to 6.13.4. For more details about the vulnerability please consult the npm blog: https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli Notable Changes: * deps: * update npm to 6.13.4 #30904 * update uvwasi (Anna Henningsen) #30745 * upgrade to libuv 1.34.0 (Colin Ihrig) #30783 * doc: * docs deprecate http finished (Robert Nagy) #28679 * events: * add captureRejection option (Matteo Collina) #27867 * http: * add captureRejection support (Matteo Collina) #27867 * llhttp opt-in insecure HTTP header parsing (Sam Roberts) #30567 * http2: * implement capture rection for 'request' and 'stream' events (Matteo Collina) #27867 * net: * implement capture rejections for 'connection' event (Matteo Collina) #27867 * repl: * support previews by eager evaluating input (Ruben Bridgewater) #30811 * stream: * add support for captureRejection option (Matteo Collina) #27867 * tls: * implement capture rejections for 'secureConnection' event (Matteo Collina) #27867 * expose IETF name for current cipher suite (Sam Roberts) #30637 * worker: * add argv constructor option (legendecas) #30559 PR-URL: #30937
This comment has been minimized.
This comment has been minimized.
This is a security release. For more details about the vulnerability please consult the npm blog: https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli Notable Changes: * deps: * update npm to 6.13.4 #30904 * update uvwasi (Anna Henningsen) #30745 * upgrade to libuv 1.34.0 (Colin Ihrig) #30783 * doc: * docs deprecate http finished (Robert Nagy) #28679 * events: * add captureRejection option (Matteo Collina) #27867 * http: * add captureRejection support (Matteo Collina) #27867 * llhttp opt-in insecure HTTP header parsing (Sam Roberts) #30567 * http2: * implement capture rection for 'request' and 'stream' events (Matteo Collina) #27867 * net: * implement capture rejections for 'connection' event (Matteo Collina) #27867 * repl: * support previews by eager evaluating input (Ruben Bridgewater) #30811 * stream: * add support for captureRejection option (Matteo Collina) #27867 * tls: * implement capture rejections for 'secureConnection' event (Matteo Collina) #27867 * expose IETF name for current cipher suite (Sam Roberts) #30637 * worker: * add argv constructor option (legendecas) #30559 PR-URL: #30937
906a1fd
to
f15fe94
Compare
This comment has been minimized.
This comment has been minimized.
LGTM |
This is a security release. For more details about the vulnerability please consult the npm blog: https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli Notable Changes: * deps: * update npm to 6.13.4 #30904 * update uvwasi (Anna Henningsen) #30745 * upgrade to libuv 1.34.0 (Colin Ihrig) #30783 * doc: * docs deprecate http finished (Robert Nagy) #28679 * events: * add captureRejection option (Matteo Collina) #27867 * http: * add captureRejection support (Matteo Collina) #27867 * llhttp opt-in insecure HTTP header parsing (Sam Roberts) #30567 * http2: * implement capture rection for 'request' and 'stream' events (Matteo Collina) #27867 * net: * implement capture rejections for 'connection' event (Matteo Collina) #27867 * repl: * support previews by eager evaluating input (Ruben Bridgewater) #30811 * stream: * add support for captureRejection option (Matteo Collina) #27867 * tls: * implement capture rejections for 'secureConnection' event (Matteo Collina) #27867 * expose IETF name for current cipher suite (Sam Roberts) #30637 * worker: * add argv constructor option (legendecas) #30559 PR-URL: #30937
Refs: nodejs/node#30937 Refs: nodejs/node#30938 Refs: nodejs/node#30940 Refs: nodejs/node#30941
2019-12-17, Version 13.4.0 (Current), @MylesBorins
Notable Changes
Coming Soon
Commits
1c4b2f15d9
] - assert,util: stricter type comparison using deep equal comparisons (Ruben Bridgewater) #3076478eaf50693
] - benchmark: improve--filter
pattern matching (Matheus Marchini) #29987ad4d52d1b5
] - benchmark: add more util inspect and format benchmarks (Ruben Bridgewater) #30767d90815d08e
] - build: on Android, use android log library to print stack traces (Giovanni Campagna) #29388d1c4fccde2
] - build: fix library version and compile flags on Android (Giovanni Campagna) #29388dfd3a4d6c1
] - (SEMVER-MINOR) build: add flag to enable pointer compression (Matteo Collina) #304633d05d4beea
] - build: ease DragonFlyBSD build (David Carlier) #3020143e947a155
] - build: remove (almost) unused macros/constants (Benjamin Coe) #307550379fb65c1
] - deps: update npm to 6.13.4 (Isaac Z. Schlueter) #3090413fe9f7cc8
] - deps: update uvwasi (Anna Henningsen) #30745ca47f72868
] - deps: upgrade to libuv 1.34.0 (Colin Ihrig) #30783458860691c
] - deps: fix OPENSSLDIR on Windows (Shigeki Ohtsu) #29456b3ae532392
] - doc: clarify build support text (Rich Trott) #308998bf0da6c93
] - doc: edit colorMode information (Rich Trott) #30887df9df1883e
] - doc: fix argument type of setAAD (Tobias Nießen) #308639d1c793ceb
] - doc: clarify Tier 2 implications in BUILDING.md (Rich Trott) #308661cce00073e
] - doc: add code example to inspector.url() method (Juan José Arboleda) #2949693ca4f4098
] - doc: deprecate http finished (Robert Nagy) #286790022d7544a
] - doc: improve doc Http2Stream: FrameError, Timeout and Trailers (dev-313) #303732123d53c28
] - doc: include line/cursor in readline documentation (Jeremy Albright) #306671baa6ab075
] - doc: improve napi formatting (Ruben Bridgewater) #307721d5c4e21de
] - doc: add documentation about node_mksnapshot and mkcodecache (Joyee Cheung) #3077367823e8fc4
] - doc: remove imprecise and redundant testing text (Rich Trott) #307637cb84fdbe5
] - doc: remove usage of "Node" in favor of "Node.js" (Rich Trott) #30758510eb3a6eb
] - doc: revise addons introduction for brevity and clarity (Rich Trott) #30756543bf9d8ea
] - doc: fix up N-API doc (NickNaso) #306562c0f1edfd5
] - doc: adds assert doc for strict mode with pointer to strict equality (Shobhit Chittora) #304869428304d4a
] - doc: Buffer.toString(): add note about invalid data (Jan-Philip Gehrcke) #307068369562757
] - doc: clarify text about using 'session' event for compatibility (Rich Trott) #30746145f881ff9
] - doc: update status of Python 3 support (Michael Dawson) #30722bbbba76f2c
] - doc,benchmark: move benchmark guide to benchmark directory (Rich Trott) #30781eb4f443a5a
] - esm: make specifier flag clearly experimental (Myles Borins) #30678220a6001c6
] - (SEMVER-MINOR) events: add captureRejection option (Matteo Collina) #278676c07a72833
] - fs: synchronize close with other I/O for streams (Anna Henningsen) #3083718758ef183
] - fs: retry unlink operations in rimraf (Colin Ihrig) #305695e98de1751
] - fs: only operate on buffers in rimraf (Colin Ihrig) #305697e1dee3347
] - fs: reduce unnecessary sync rimraf retries (Colin Ihrig) #307855523950b47
] - fs: add synchronous retries to rimraf (Colin Ihrig) #3078560b1e1ad61
] - fs: fix existsSync for invalid symlink at win32 (Rongjian Zhang) #30556daca0780b1
] - (SEMVER-MINOR) http: llhttp opt-in insecure HTTP header parsing (Sam Roberts) #30567334d4f6256
] - (SEMVER-MINOR) http: add captureRejection support to OutgoingMessage (Matteo Collina) #2786733a6bf3a83
] - (SEMVER-MINOR) http: implement capture rejections for 'request' event (Matteo Collina) #27867822fb00dbe
] - http2: forward debug message in debugStreamObj (Denys Otrishko) #30840d17ea8f584
] - http2: track nghttp2-allocated memory in heap snapshot (Anna Henningsen) #307458a9f57d0d5
] - http2: use shared memory tracking implementation (Anna Henningsen) #3074571bb026e0c
] - http2: streamline OnStreamRead streamline memory accounting (Denys Otrishko) #303513840abed11
] - http2: small clean up in OnStreamRead (Denys Otrishko) #30351c3ac4c85a5
] - (SEMVER-MINOR) http2: implement capture rection for 'request' and 'stream' events (Matteo Collina) #27867d3f0dd2148
] - inspector: do not access queueMicrotask from global (Michaël Zasso) #3073271c6d44efa
] - lib: enforce use of BigInt from primordials (Michaël Zasso) #3088264ab5c9c84
] - lib: replace Symbol.iterator by SymbolIterator (Sebastien Ahkrin) #3085939898a9db4
] - lib: replace every Symbol.for by SymbolFor primordials (Sebastien Ahkrin) #308570a34fcb086
] - lib: replace var with let/const (jens-cappelle) #30384af014170a7
] - lib: replace Symbol global by the primordials Symbol (Sebastien Ahkrin) #307372c439bb8ad
] - lib: add parent to ERR_UNKNOWN_FILE_EXTENSION (qualitymanifest) #30728d9d64754f9
] - lib: add warning on dynamic import es modules (Juan José Arboleda) #30720325128e469
] - lib: delay access to CLI option to pre-execution (Joyee Cheung) #3077894f237e5ac
] - lib,test: improves ERR_REQUIRE_ESM message (Juan José Arboleda) #30694e61f4ead93
] - module: conditional exports import condition (Guy Bedford) #307998e16093b64
] - module: fix require in node repl (Yongsheng Zhang) #30835d4aa656d57
] - module: fix dynamic import from eval (Corey Farrell) #30624a7ec78f34e
] - module: fixup lint and test regressions (Guy Bedford) #30802bd2f1270f7
] - module: ignore resolution failures for inspect-brk (Maël Nison) #30336851f3135ab
] - module: add warnings for experimental flags (Rongjian Zhang) #30617123327d4c1
] - net: remove duplicate _undestroy (Robert Nagy) #308334eecee089d
] - (SEMVER-MINOR) net: implement capture rejections for 'connection' event (Matteo Collina) #278672f1ae4f2bf
] - readline: eagerly load string_decoder (Ruben Bridgewater) #30807e551c169b8
] - (SEMVER-MINOR) repl: support previews by eager evaluating input (Ruben Bridgewater) #30811c440f3fa3d
] - repl: use better uncaught exceptions indicator (Ruben Bridgewater) #29676de368200f3
] - src: accept single argument in getProxyDetails (Ruben Bridgewater) #3085860886036c9
] - src: fix the false isatty() issue on IBMi (Xu Meng) #308297ed867dddb
] - src: improve checked uv loop close output (Anna Henningsen) #30814041daaa273
] - src: port memory-tracking allocator from QUIC repo (Anna Henningsen) #30745ccf0917aef
] - src: don't use deprecated OpenSSL APIs (Rosen Penev) #308128ad53ab2b7
] - src: free preopen memory in WASI::New() (Colin Ihrig) #30809e6e379ea41
] - src: use checked allocations in WASI::New() (Colin Ihrig) #30809838ae10a9b
] - src: delete redundant method in node_dir.h (gengjiawen) #3074766db8746c7
] - src: remove redundant cast in node_dir.cc (gengjiawen) #30747cb69ff47f6
] - src: improve node_crypto.cc memory allocation (Priyanka Kore) #30751b51b26ffef
] - src: fix node_dir.cc memory allocation (Priyanka Kore) #3075089bc571490
] - (SEMVER-MINOR) stream: add support for captureRejection option (Matteo Collina) #278671b534d571a
] - test: work around ENOTEMPTY when cleaning tmp dir (Ben Noordhuis) #30849eb6e32c2fc
] - test: disable colorMode in test-console-group (Rich Trott) #308865f42b1fc6b
] - test: assert: fix deepStrictEqual comparing a real array and fake array (Jordan Harband) #30743ce21fc7154
] - test: wait for stream close before writing to file (Anna Henningsen) #30836cc4a6ed645
] - test: use fs rimraf to refresh tmpdir (Colin Ihrig) #305695ae3a858f7
] - test: refactor test-accessor-properties (himself65) #2994397e0efeedf
] - test: scale keepalive timeouts for slow machines (Ben Noordhuis) #30834305e45a041
] - test: mark tests as flaky (João Reis) #308484dc9d8db13
] - test: mark addons/openssl-bindings/test flaky on arm (Richard Lau) #3083825e3696a07
] - test: improve WASI options validation (Rich Trott) #30800a574cb0ab9
] - test: remove common.busyLoop() (Colin Ihrig) #307873557659afb
] - test: run more assert tests (Ruben Bridgewater) #307645067463f3c
] - test: use callback arguments in getconnections test (Rich Trott) #3077530756e36e7
] - test: improve wasi test coverage (Rich Trott) #30770fb31ab52c0
] - test: simplify tmpdir import in wasi tests (Rich Trott) #3077055a270b583
] - test: remove duplicate entries from root.status (Richard Lau) #3076954a266c878
] - test: increase debugging information in subprocess test (Rich Trott) #30761a0fa327365
] - test: use block-scoping in test-net-server-address (Rich Trott) #307549bd5c72104
] - test: move test-child-process-fork-getconnections to parallel (Rich Trott) #3074950ab1fa013
] - test: change common.PORT to arbitrary port (Rich Trott) #30749255cd7e572
] - (SEMVER-MINOR) tls: expose IETF name for current cipher suite (Sam Roberts) #306375ad3efbfb3
] - (SEMVER-MINOR) tls: implement capture rejections for 'secureConnection' event (Matteo Collina) #278675203ffb2f4
] - tools: update link to google styleguide for cpplint (Daniel Bevenius) #308761ed1a645f2
] - tools: use CC instead of CXX when pointing to gcc (Milad Farazmand) #308172b687af852
] - tools: update remark-preset-lint-node to 1.11.0 (Rich Trott) #307890cb7720dd8
] - tools: update icu to 65.1 (Albert Wang) #302327b9400ce63
] - tools: update ESLint to 6.7.2 (Rich Trott) #307625ab3ca4f96
] - url: declare iterator inside loop (Trivikram Kamat) #30509dc69cbeb05
] - util: add internal sleep() function (Colin Ihrig) #307873898b2387b
] - util: never trigger any proxy traps usingformat()
(Ruben Bridgewater) #30767eeaeb51dcc
] - util: improve performance inspecting proxies (Ruben Bridgewater) #30767608d720834
] - (SEMVER-MINOR) util: add more predefined color codes to inspect.colors (Ruben Bridgewater) #3065977ffd5482d
] - (SEMVER-MINOR) util: improve inspect's customInspect performance (Ruben Bridgewater) #3065914269d15cf
] - wasi: use memory-tracking allocator (Anna Henningsen) #3074571d43a5569
] - (SEMVER-MINOR) worker: add argv constructor option (legendecas) #30559