주요 변경사항
- crypto:
- deps:
- fs:
- lib:
- AbortSignal.abort()를 구현했습니다. (James M Snell) #37693
- node-api:
- 8 버전을 정의했습니다. (Gabriel Schulhof) #37652
- worker:
- setEnvironmentData/getEnvironmentData를 추가했습니다. (James M Snell) #37486
Commits
- [
44514600b2
] - assert,util: fix commutativity edge case (Ruben Bridgewater) #37711 - [
8666d777cc
] - benchmark: add benchmark for fsPromises.writeFile (Nitzan Uziely) #37610 - [
e9028eb646
] - cluster: restructure to same prototype for cluster child (Yash Ladha) #36610 - [
8e1257e26d
] - cluster: clarify construct Handle (Jackson Tian) #37385 - [
341ee31e15
] - crypto: reconcile duplicated code (James M Snell) #37704 - [
a2d08d5dfd
] - crypto: add internal error codes (Darshan Sen) #37650 - [
922f2f0eb2
] - (SEMVER-MINOR) crypto: add optional callback to crypto.sign and crypto.verify (Filip Skokan) #37500 - [
55e522ca23
] - (SEMVER-MINOR) crypto: support JWK objects in create*Key (Filip Skokan) #37254 - [
33180fad81
] - crypto: add separate error for INVALID_KEY_TYPE (Darshan Sen) #37555 - [
d81b9af1fc
] - crypto: improve randomUUID performance (Dawid Rusnak) #37243 - [
23d654105f
] - crypto,test: improve hmac coverage with webcrypto tests (obi-el) #37571 - [
dfca2fac24
] - (SEMVER-MINOR) deps: update to cjs-module-lexer@1.1.0 (Guy Bedford) #37712 - [
ce357c0c11
] - (SEMVER-MINOR) deps: update archs files for OpenSSL-1.1.1+quic (James M Snell) #37601 - [
6d77b6174f
] - (SEMVER-MINOR) deps: switch openssl to quictls/openssl (James M Snell) #37601 - [
3e1a46a6a8
] - deps: upgrade npm to 7.6.3 (Ruy Adorno) #37721 - [
b2fd00398c
] - deps: V8: cherry-pick 1648e050cade (Colin Ihrig) #37664 - [
7422453072
] - deps: upgrade npm to 7.6.1 (Ruy Adorno) #37606 - [
89f3aa92b4
] - doc: add marsonya as a triager (marsonya) #37667 - [
3710857de3
] - doc: add hints to http.request() options (Luigi Pinca) #37745 - [
5d793737d7
] - (SEMVER-MINOR) doc: update maintaining-openssl guide (James M Snell) #37601 - [
1022d3d947
] - doc: recommend checking abortSignal.aborted first (James M Snell) #37714 - [
764aa2dcee
] - doc: fix link to googletest fixtures (Tobias Nießen) #37698 - [
0d3cc2dc82
] - doc: fix typo in description of close event (Tobias Nießen) #37662 - [
e55058fed1
] - doc: use sentence case in README.md headers (marsonya) #37645 - [
e7fc7a4c23
] - doc: crypto esm examples (James M Snell) #37594 - [
a3abd52e1e
] - doc: add localPort to http.request() options (Luigi Pinca) #37586 - [
705bdfbe3e
] - doc: fix grammar errors in http document (Qingyu Deng) #37265 - [
e5f7179d1e
] - doc: add document for http.OutgoingMessage (Qingyu Deng) #37265 - [
7c0ce17e65
] - doc: fix typo in doc/guides/collaborator-guide.md (marsonya) #37643 - [
60d8afa9ab
] - doc: document that module.evaluate fulfills as undefined (James M Snell) #37663 - [
6192315cf3
] - doc: remove generated from dsaEncoding description (Marko Kaznovac) #37459 - [
e4c8c50b28
] - doc: fix typos in /doc/api/fs.md (Merlin Luntke) #37557 - [
ebc6f41072
] - doc: fix linter issue (Antoine du Hamel) #37657 - [
d17aab1775
] - doc: add esm examples for assert (James M Snell) #37607 - [
366772bf87
] - doc: add return type of readline.createInterface (Darshan Sen) #37600 - [
f50db89a52
] - doc: change lang info string in fs JS snippets (Antoine du Hamel) #37605 - [
5a9196e0e4
] - doc: apply sentence case to headers in pull-requests.md (marsonya) #37602 - [
05badcf755
] - doc: fix small typo in 15.11.0 release (Tierney Cyren) #37590 - [
e0e7aa1058
] - doc: add top-level await syntax in vm.md (Antoine du Hamel) #37077 - [
732d8ca811
] - doc: clarify that columnOffset applies only to the first line (James M Snell) #37563 - [
267bbe3412
] - doc: document that NODE_EXTRA_CA_CERTS is read only once (James M Snell) #37562 - [
f56a805a0d
] - doc: refactor signal info in child_process.md (Darshan Sen) #37528 - [
236ba04a79
] - domain: add name to monkey-patched emit function (Colin Ihrig) #37550 - [
1c09776106
] - domain: show falsy names as anonymous for DEP0097 (Colin Ihrig) #37550 - [
5a49e3139e
] - errors: remove experimental from --enable-source-maps (Benjamin Coe) #37743 - [
e384291c90
] - events: remove return value on addEventListener (James M Snell) #37696 - [
ba91ef2d08
] - fs: improve fsPromises writeFile performance (Nitzan Uziely) #37610 - [
3572299fc2
] - fs: add promisified readFile benchmark (Nitzan Uziely) #37608 - [
b277776845
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608 - [
6688569a50
] - http: refactor to avoid unsafe array iteration (Antoine du Hamel) #37654 - [
c737df64fe
] - http2: make res.req a normal property (Colin Ihrig) #37706 - [
ac2f50b3fd
] - (SEMVER-MINOR) lib: implement AbortSignal.abort() (James M Snell) #37693 - [
12fb2ffc33
] - lib: use AbortError consistently (James M Snell) #37715 - [
e63a25e2ff
] - lib: fix typo in lib/internal/http2/core.js (marsonya) #37695 - [
852f53ed7e
] - lib: fix typo in lib/internal/bootstrap/loaders.js (marsonya) #37644 - [
daa4ac54c5
] - lib: remove use of array destructuring (Antoine du Hamel) #36818 - [
ae0e76c264
] - module: refactor NativeModule to avoid unsafe array iteration (Antoine du Hamel) #37656 - [
a86334fbb9
] - (SEMVER-MINOR) node-api: define version 8 (Gabriel Schulhof) #37652 - [
d28ce328ed
] - src: fix variable name of OnCloseReceived callback (Tobias Nießen) #37521 - [
d59c6de7e8
] - src: add error formatting support (Gus Caplan) #37598 - [
33436e39fe
] - src: make BaseObject::is_snapshotable virtual (Anna Henningsen) #37539 - [
30c62dee1c
] - src,test: support dynamically linking OpenSSL 3.0 (Daniel Bevenius) #37669 - [
4bf1f333c7
] - stream,util: fix “the the” typo in comments (Luigi Pinca) #37674 - [
1b53087541
] - (SEMVER-MINOR) test: update dom/abort tests (James M Snell) #37693 - [
c2cb153646
] - (SEMVER-MINOR) test: fixup test to account for quic openssl version (James M Snell) #37601 - [
ede34aa128
] - test: address flaky wpt/test-timers (Rich Trott) #37691 - [
ed32cd4e67
] - test: fixup flaky test-crypto-x509 (Filip Skokan) #37709 - [
013b3ff2d4
] - test: remove unnecessary V8 flag (Antoine du Hamel) #37671 - [
cc48816826
] - test: fix WPT URL tests that fetch JSON data (Michaël Zasso) #37624 - [
b0ed1e790e
] - test: improve error reporting in test-child-process-pipe-dataflow (Rich Trott) #37632 - [
f7edb07ec2
] - test: terminate WPT workers after test completion (Michaël Zasso) #37627 - [
b7ef829dac
] - test: ignore WPT worker errors after tests finished (Michaël Zasso) #37626 - [
257b1ab225
] - test: update Web Platform Tests (Michaël Zasso) #37620 - [
1f6341852f
] - test: remove FLAKY status for test-async-hooks-http-parser-destroy (Rich Trott) #37636 - [
044fd2fc86
] - test: remove FLAKY status for fixed test (Rich Trott) #37633 - [
d5ff50d2a7
] - test: clear flaky designation for test-stream-pipeline-http2 (Rich Trott) #37631 - [
381fb98061
] - test: clear FLAKY designation for test-http2-pipe (Rich Trott) #37631 - [
0582c51754
] - test: fix wasi/test-return-on-exit on 32-bit systems (Colin Ihrig) #37615 - [
0d04b6c043
] - test: fix flaky test-child-process-exec-abortcontroller-promisified (Antoine du Hamel) #37572 - [
a44daff34d
] - test: update all Web Platform Tests (Michaël Zasso) #37467 - [
c09bd77daf
] - test: redownload wpt fixtures with correct encoding (Michaël Zasso) #37467 - [
57319770bb
] - test,crypto: ensure promises resolve in webcrypto tests (Antoine du Hamel) #37653 - [
2d9b624668
] - tls: refactor to avoid unsafe array iteration (Antoine du Hamel) #37655 - [
72af5d9895
] - tools: parse changelogs only in the default branch (Antoine du Hamel) #37768 - [
bd62771a22
] - tools: use bundled npm in update scripts (Ruy Adorno) #37613 - [
4de3b8483a
] - tools: update glob-parent to 5.1.2 (Rich Trott) #37646 - [
ec71a0f817
] - tools: check version number in YAML comments from changelogs (Antoine du Hamel) #37599 - [
07fc61b900
] - tools: add support for mjs and cjs JS snippet linting (Antoine du Hamel) #37311 - [
440c944420
] - tools: fix object name in prefer-assert-methods.js (Tobias Nießen) #37544 - [
7042ec89f1
] - tools: update remark-preset-lint-node to 2.1.1 (Rich Trott) #37604 - [
82e78f7c12
] - tools: fix compiler warning in inspector_protocol (Darshan Sen) #37573 - [
fd7234c52f
] - tools: make update-eslint.sh work with npm@7 (Luigi Pinca) #37566 - [
057c6a842a
] - tools: add ESLint rule no-array-destructuring (Antoine du Hamel) #36818 - [
25a5f0b3b8
] - tools: update eslint-plugin-markdown configuration (Colin Ihrig) #37549 - [
7a1de1fce9
] - tools: update ESLint to 7.21.0 (Luigi Pinca) #37546 - [
9c0ca4689d
] - tools,doc: add support for several flavors of JS code snippets (Antoine du Hamel) #37162 - [
80af610d95
] - util: inspect __proto__ key as written in object literal (Anna Henningsen) #37713 - [
0d135e8316
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486 - [
8024ffbba4
] - worker: add ports property to MessageEvents (Anna Henningsen) #37538 - [
f4fd3fb6a7
] - worker: allow BroadcastChannel in receiveMessageOnPort (Anna Henningsen) #37535
Windows 32-bit Installer: https://nodejs.org/dist/v15.12.0/node-v15.12.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v15.12.0/node-v15.12.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v15.12.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v15.12.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v15.12.0/node-v15.12.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v15.12.0/node-v15.12.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v15.12.0/node-v15.12.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v15.12.0/node-v15.12.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v15.12.0/node-v15.12.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v15.12.0/node-v15.12.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v15.12.0/node-v15.12.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v15.12.0/node-v15.12.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v15.12.0/node-v15.12.0.tar.gz
Other release files: https://nodejs.org/dist/v15.12.0/
Documentation: https://nodejs.org/docs/v15.12.0/api/
SHASUMS
1 | -----BEGIN PGP SIGNED MESSAGE----- |