Notable Changes
- [
] – (SEMVER-MINOR) crypto: make FIPS related options always awailable (Vít Ondruch) #363411a3e3156b52
- [
] – (SEMVER-MINOR) errors: remove experimental from –enable-source-maps (Benjamin Coe) #3736219ba5c0f9ba
Commits
- [
] – assert: refactor to avoid unsafe array iteration (Antoine du Hamel) #373441d039e6fa80
- [
] – bootstrap: include v8 module into the builtin snapshot (Joyee Cheung) #369431d2e5529e08
- [
] – bootstrap: include fs module into the builtin snapshot (Joyee Cheung) #36943159861bac0e
- [
] – buffer: make Blob’s constructor more spec-compliant (Michaël Zasso) #373611458a4108b7
- [
] – buffer: make Blob’s slice method more spec-compliant (Michaël Zasso) #3736110d564ce214
- [
] – child_process: fix spawn and fork abort behavior (Nitzan Uziely) #373251ddae112133
- [
] – crypto: refactor hasAnyNotIn to avoid unsafe array iteration (Antoine du Hamel) #374331b1e188de8d
- [
] – crypto: check ed/x webcrypto key import algorithm names (Filip Skokan) #373051291d9e9936
- [
] – (SEMVER-MINOR) crypto: make FIPS related options always awailable (Vít Ondruch) #363411a3e3156b52
- [
] – crypto: refactor to avoid unsafe array iteration (Antoine du Hamel) #373641b634469c38
- [
] – crypto: use BoringSSL compatible errors (Shelley Vohr) #37297101773ab614
- [
] – deps: upgrade npm to 7.6.0 (Ruy Adorno) #375591f3d67000a0
- [
] – deps: upgrade npm to 7.5.6 (Ruy Adorno) #374961e1045f1004
- [
] – deps: V8: cherry-pick 373f4ae739ee (Richard Lau) #37505180d3c118f4
- [
] – deps: cherry-pick 8957d4677aa794c230577f234071af0 from V8 upstream (Antoine du Hamel) #3747111408de7e24
- [
] – doc: remove experimental from –enable-source-maps (Colin Ihrig) #375401725d48ae77
- [
] – doc: fix typo in doc/api/packages.md (marsonya) #3753615d939b7a49
- [
] – doc: document how to register external bindings for snapshot (Joyee Cheung) #374631cbfc6b1692
- [
] – doc: fix typo “director” instead of “directory” (humanwebpl) #375231dd7a04dc9f
- [
] – doc: revise LTS text in collaborator guide (Rich Trott) #375271ba81e7cb5e
- [
] – doc: revise CI text in collaborator guide (Rich Trott) #3752617529a97a5c
- [
] – doc: revise objections section of collaborator guide (Rich Trott) #3752511285b907ce
- [
] – doc: revise premature disclosure text in collaborator guide (Rich Trott) #375241bc86208a0a
- [
] – doc: change links to use HEAD in top level docs (Michael Dawson) #37494146af56752e
- [
] – doc: apply sentence case to headers in doc/guides (marsonya) #3750613b737e63ce
- [
] – doc: fix typo in webcrypto.md (marsonya) #375071fb5e5bed21
- [
] – doc: document the NO_COLOR and FORCE_COLOR env vars (James M Snell) #3747713b7cb75554
- [
] – doc: add url.resolve replacement example (Antoine du Hamel) #3750110fac27d546
- [
] – doc: apply sentence case to guides headers (marsonya) #3749712228f44b25
- [
] – doc: update CI requirements for landing pull requests (Antoine du Hamel) #373081617819e4fb
- [
] – doc: recommend queueMicrotask over process.nextTick (James M Snell) #3748414a40759b33
- [
] – doc: apply sentence case to headers in doc/guides (marsonya) #374781834f63793a
- [
] – doc: fix typo in doc/api/http2/md (marsonya) #3747917ac0820da0
- [
] – doc: alphabetize vm Module class properties (Rich Trott) #3745114ad7a78448
- [
] – doc: alphabetize crypto Cipher class entries (Rich Trott) #374501a193d7ca87
- [
] – doc: use HEAD for links in api docs (Michael Dawson) #37437154b6f1bcf9
- [
] – doc: fix alignment of parameters (Michael Dawson) #374221549d24b8ad
- [
] – doc: fix typo in doc/api/esm.md (marsonya) #374001f3559a922b
- [
] – doc: fix “referred to” in fs docs (Tobias Nießen) #373881c3d236d405
- [
] – doc: document x509 error codes (Dan Čermák) #3709619ac8c74539
- [
] – doc: fix typo in esm.md (Jay Tailor) #3741719a454afcd6
- [
] – doc: use HEAD in links where possible (Michael Dawson) #374211b3bf3d9824
- [
] – doc: clarify that async_hook callbacks cannot be async (James M Snell) #3738416675342cd9
- [
] – doc: use **Default:** more consistently (Colin Ihrig) #3738714b54c10500
- [
] – doc,child_process:1f20ce47dbb1pid
can be
1undefinedwhen
1ENOENT(dr-js) #37014
- [
] – doc,lib: prepare for stricter multi-line array linting (Rich Trott) #3708816205e29cb9
- [
] – (SEMVER-MINOR) errors: remove experimental from –enable-source-maps (Benjamin Coe) #3736219ba5c0f9ba
- [
] – fs: fix writeFile signal does not close file (Nitzan Uziely) #374021c0cdb83433
- [
] – fs: fix pre-aborted writeFile AbortSignal file leak (Nitzan Uziely) #373931e8b1e2c0a3
- [
] – fs: fixup negative length in fs.truncate (James M Snell) #3748316b42e65983
- [
] – fs: use createDeferredPromise() in promises.watch() (Colin Ihrig) #373861d141fce634
- [
] – lib: use <array>.push and <array>.unshift instead of <array>.concat (Antoine du Hamel) #372391bb81accb16
- [
] – lib: remove outdated todo comment (Antoine du Hamel) #373961dc3c299862
- [
] – lib: add URI handling functions to primordials (Antoine du Hamel) #373941856d20b772
- [
] – module: improve support of data: URLs (Antoine du Hamel) #373921a1ed78cb3b
- [
] – node-api: force env shutdown deferring behavior (Gabriel Schulhof) #37303127816eac61
- [
] – src: fix alloc-dealloc-mismatch in node_snapshotable.h (Darshan Sen) #374431f1381f7a7a
- [
] – src: fix ETW_WRITE_EMPTY_EVENT macro (Michaël Zasso) #3733415ea2ed611f
- [
] – src: disable unfixable MSVC warnings (Michaël Zasso) #37334196bcd52d3e
- [
] – src: avoid implicit type conversions (take 2) (Michaël Zasso) #373341c75f5f372d
- [
] – src: support serialization of binding data (Joyee Cheung) #369431e400f8c9c8
- [
] – src: adjust THP sysfs config token retrieval and file closure (James Addison) #371871daad7bbd34
- [
] – stream: move duplicated code to an internal module (Rich Trott) #3750814cc76457d9
- [
] – stream: add AbortSignal support to finished (Nitzan Uziely) #3735413d3df0c005
- [
] – stream: add AbortSignal to promisified pipeline (Nitzan Uziely) #373591429dffd32e
- [
] – test: remove FLAKY status for test-http2-multistream-destroy-on-read-tls (Rich Trott) #3753319696cf7142
- [
] – test: make status file names consistent (Rich Trott) #375321453113938d
- [
] – test: account for pending deprecations in esm test (Rich Trott) #37542100b3446a8e
- [
] – test: fix incorrect timers-promisified case (ttzztztz) #374251f2aa305348
- [
] – test: fix typo in test_node_crypto.cc (Ikko Ashimine) #374691ce7fbbf94c
- [
] – test: remove FLAKY for test-http2-compat-client-upload-reject (Rich Trott) #374621ba319f0c60
- [
] – test: validate no debug info for http2 (Michael Dawson) #374471dfa0440341
- [
] – test: remove FLAKY designation for test-http2-client-upload-reject (Rich Trott) #374611b38404ee17
- [
] – test: clarify usage of tmpdir.refresh() (Darshan Sen) #373831b569105183
- [
] – test: update upload.zip to be uncorrupted (Greg Ziskind) #3729414f41900687
- [
] – test: fix flaky test-worker-prof (Rich Trott) #373721d5c311ed15
- [
] – test: fix flaky test-webcrypto-encrypt-decrypt-aes (Darshan Sen) #373801df538ebc8e
- [
] – test: fix flaky test-fs-promises-file-handle-read (Rich Trott) #37371119d6eb929c
- [
] – test,child_process: add check for1c554aa149c1subProcess.pid
(dr-js) #37014
- [
] – tools: run doctool tests on GitHub Actions CI (Antoine du Hamel) #3739815c27fd73b0
- [
] – tools: make comma-dangle ESLint rule more stringent … (Rich Trott) #37088149013fcee1
- [
] – worker: fix interaction of terminate() with messaging port (Anna Henningsen) #37319131f4600b7a
- [
] – workers: fix spawning from preload scripts (James M Snell) #374811d93137b2a9
Windows 32-bit Installer: https://nodejs.org/dist/v15.11.0/node-v15.11.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v15.11.0/node-v15.11.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v15.11.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v15.11.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v15.11.0/node-v15.11.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v15.11.0/node-v15.11.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v15.11.0/node-v15.11.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v15.11.0/node-v15.11.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v15.11.0/node-v15.11.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v15.11.0/node-v15.11.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v15.11.0/node-v15.11.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v15.11.0/node-v15.11.0-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v15.11.0/node-v15.11.0.tar.gz
Other release files: https://nodejs.org/dist/v15.11.0/
Documentation: https://nodejs.org/docs/v15.11.0/api/
SHASUMS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51 -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
dbe6ab79a7fcff06e72d5a062c5850132d06ecc79bbda5049d33a0702483f906 node-v15.11.0-aix-ppc64.tar.gz
def5bea3d66e1ca4239d2c6cb22be9b841cd937f037f7b13976960c895ebf803 node-v15.11.0-darwin-x64.tar.gz
521b1fe91fc039a6be2aa4299ba9838a323fca2eeb9360a9fb060467c3609454 node-v15.11.0-darwin-x64.tar.xz
9d37f33ce9c19adc08336a707f2ef352694bfff19001b2c835b2bcc794f3dad0 node-v15.11.0-headers.tar.gz
dbde89dce1aecdaaa278df6df5d71aa84c3981e516d0881171a594c1a53924d3 node-v15.11.0-headers.tar.xz
bac8f957c35df2985ab10098d7ee494de28872ce8382df412ef745895f30f0d8 node-v15.11.0-linux-arm64.tar.gz
6f88a96fe56cc3fb8a5983adf77c6f3bcabd957c61f9bb909806791a88cce059 node-v15.11.0-linux-arm64.tar.xz
5afd0dd1bcbbca579ebbd15e0269c0f3a2070f25a4a91772a8544f04f10418fd node-v15.11.0-linux-armv7l.tar.gz
d5358ab1128819fd4e422489d86b797e29580ebfde70cd57d50b138c3170746a node-v15.11.0-linux-armv7l.tar.xz
0431af5015fc11b62b99a1e043ffadda1a765ac16e3b4267a3405635cd63c0a8 node-v15.11.0-linux-ppc64le.tar.gz
3770d55974da2fa2752ad0544f37ed40771b11097b3d1884000bfa858a26c755 node-v15.11.0-linux-ppc64le.tar.xz
b7fde7316347ccb718125cdb9cce305ab3b72d6df2eca6eba04f1087d198db51 node-v15.11.0-linux-s390x.tar.gz
aeeb11ca9631c63ebd95341fb601c484080fc622cbc84ed3079939b2cda27c98 node-v15.11.0-linux-s390x.tar.xz
74df02fbe07f280ffbd20db01cd876db2bfc3463c3620849d5b4c2b4a21216e8 node-v15.11.0-linux-x64.tar.gz
389de1384e20ca0e878de359c3b4afb1e0e8f1ca5a3cc5059177cf04d5ed43a5 node-v15.11.0-linux-x64.tar.xz
c5831187bcd8d336c71a5cb4765bd3725ba14d01844eb56f33b3566e6964fae6 node-v15.11.0.pkg
367aea2415df651bf23242e1b627071173f044ffd9f216d9ff69d3322a889bad node-v15.11.0.tar.gz
1a7091a210423970619b4af95dba6f4c6e2b576b9700460e5220afff24a8d2d1 node-v15.11.0.tar.xz
3c3dd5b380826fa9285aae2be1a55b56df1334da1b88175cb9964d4a6d9da1bd node-v15.11.0-win-x64.7z
57904b14bb30bc8931a09f4d5d131f5c755093b0608cdd7d30d1f03cc41e61b2 node-v15.11.0-win-x64.zip
ff8684b8b3d86e43c14ab171e747c474729e0de539280ef2355a93a39cd1f2f9 node-v15.11.0-win-x86.7z
e4bf3e877211ecec1bc6d26849b4317e5ce0c8b7787331b519e78847a988ae3b node-v15.11.0-win-x86.zip
5a792858e21a58050801d30885ca5c96dc908468ceb37783c219175ea67d923b node-v15.11.0-x64.msi
57e93fe0a0bc4b56b4a3b913c956f96db2afefc79553a4dc06488f44985c3ce2 node-v15.11.0-x86.msi
1bfa1c2660078a4620d320ebde339d183ecd725e38febecd873cbdfda4edcd6a win-x64/node.exe
0692711edaf626282aaeff0a28cce749488d03a5d1db6490c7bb19866ec4aedd win-x64/node.lib
4c9e4b326e142cbc8ea55d07f10b90e37e982a7bd44f4d4ad40b0d887fbdaded win-x64/node_pdb.7z
b1095c438bccc4495338c109b05be23bb8ebce771faebf21e41660b54b5d312d win-x64/node_pdb.zip
2cddc4bc386cadb033c7b717180255150a5c6688d75d47a3705f0407119ab8d3 win-x86/node.exe
f884d9353d2b848084edd4b5be8bf4a2b84a2ce2c45f22dc569ebbf59314f5d5 win-x86/node.lib
05c5b5c4ddacf0f50baf884695a6293dc63fa74b3ff1f19d474ab549f5536ecd win-x86/node_pdb.7z
d98fef2119452dc2307e3e353ab4284e49bb686ecd9c624a05919681aa6c71e5 win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEj8yhP+8dDC6RAI4Jdw96mlrhVgAFAmA/KB4ACgkQdw96mlrh
VgBoCA//ecXWCT6/7AuEN3nsG3l0r57ZOzDdGWfE6ACzZmsJBolcWcDDnJkgMhrV
2f583weOBBf0wNjPPLeplwLs5roeXi1jx2XrFfc4olleIKqM62QRACcL3hNnYjoT
jh6S892sPtIDADTj7VHF/cjNcJ4ygihNV6KZihPFM1xHrJQ2/dta/CiwZxEhEoAF
RCmNksMiZb7/09GTeQb6pk/uUkh1bw/FvhGtylLjPcXwECq0hCfDXNfhEbNaMtnD
JLIMdtQtwlI0xDP5B9vnPT/ErUYeFQcbX6Dhuh33tmLTcOm3TK1HlRU28h8CmPvu
8fEBAEWPh2nvuIWPXpwMrTxsvvdqeozfgTsgpGENKYizYHE/EiFyjQ5JKM9xPDKT
Pujcc6w9qIxFuuIZEU+sxEBduH8H9SqNu7Cpe9ozaKV0ISeCXl3Ad3xZ8/jvceVy
hfn7XZ6HNDD39h3RHhGfGovcqLbil91XG7/sJtWd6TF9FZd5IrNfjlkBNsH2A/Gt
5XUjA2Xzrn1aY/A4N3ZYmWPIaTOf3W3IT6B5brjKEyCSLIxNZrhMUFm6GTYx8J+M
YtcHyBmveb5tC7q8RWbwS1l0+/EV2NqvgRwYZMPTSNnqQIM2A4VbkXgyvkJjh9xF
mijQgrwnO0OucCRNCV7HGrJIgikHEDLdAkLR6MOQgQvzAI6GtU0=
=Vh03
-----END PGP SIGNATURE-----
0 Comments