Notable Changes
- [
] – (SEMVER-MINOR) dns: add a cancel() method to the promise Resolver (Szymon Marczak) #3309916349b1d673
- [
] – (SEMVER-MINOR) events: add max listener warning for EventTarget (James M Snell) #3600119ce9b016e6
- [
] – (SEMVER-MINOR) http: add support for abortsignal to http.request (Benjamin Gruenbaum) #3604818390f8a86b
- [
] – (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #3597819c6be3cc90
- [
] – (SEMVER-MINOR) lib: add throws option to fs.f/l/statSync (Andrew Casey) #33716115ff155c12
- [
] – (SEMVER-MINOR) path: add185c85d368a1path/posix
and
1path/win32alias modules (ExE Boss) #34962
- [
] – (SEMVER-MINOR) readline: add getPrompt to get the current prompt (Mattias Runge-Broberg) #336751d1baae3640
- [
] – (SEMVER-MINOR) src: add loop idle time in diagnostic report (Gireesh Punathil) #3594015729478509
- [
] – (SEMVER-MINOR) util: add1baa87c1a7d1util/types
alias module (ExE Boss) #34055
Commits
- [
] – assert: refactor to use more primordials (Antoine du Hamel) #35998134aa0c868e
- [
] – async_hooks: refactor to use more primordials (Antoine du Hamel) #36168128d710164a
- [
] – async_hooks: fix leak in AsyncLocalStorage exit (Stephen Belanger) #3577911924255fdb
- [
] – benchmark: fix build warnings (Gabriel Schulhof) #3615713ee556a867
- [
] – build: replace which with command -v (raisinten) #361181fcc38a1312
- [
] – build: try “python3” as a last resort for 3.x (Ole André Vadla Ravnås) #35983160874ba941
- [
] – build: conditionally clear vcinstalldir (Brian Ingenito) #360091fbe210b2a1
- [
] – build: refactor configure.py to use argparse (raisinten) #35755156f83e6876
- [
] – child_process: refactor to use more primordials (Antoine du Hamel) #3600310b70822461
- [
] – cluster: refactor to use more primordials (Antoine du Hamel) #360111e54108f2e4
- [
] – crypto: fix format warning in AdditionalConfig (raisinten) #360601272fc794b2
- [
] – crypto: fix passing TypedArray to webcrypto AES methods (Antoine du Hamel) #36087163a138e02f
- [
] – deps: upgrade npm to 7.0.14 (nlf) #3623814a88c73fa5
- [
] – deps: upgrade npm to 7.0.13 (Ruy Adorno) #362021d16e8622a7
- [
] – deps: upgrade npm to 7.0.12 (Ruy Adorno) #361531c23ee3744f
- [
] – deps: V8: cherry-pick 3176bfd447a9 (Anna Henningsen) #3561210fcbb1c0d5
- [
] – deps: upgrade npm to 7.0.11 (Darcy Clarke) #36112127f1bc05fd
- [
] – deps: V8: cherry-pick 1d0f426311d4 (Ole André Vadla Ravnås) #3598618ae3ffe2be
- [
] – deps: V8: cherry-pick 4e077ff0444a (Ole André Vadla Ravnås) #3598614b7ba11d67
- [
] – deps: V8: cherry-pick 086eecbd96b6 (Ole André Vadla Ravnås) #359861098a5b1298
- [
] – deps: V8: cherry-pick 27e1ac1a79ff (Ole André Vadla Ravnås) #359861d2c757ab19
- [
] – (SEMVER-MINOR) dns: add a cancel() method to the promise Resolver (Szymon Marczak) #3309916349b1d673
- [
] – doc: add arm64 macOS as experimental (Richard Lau) #3618910fbade38ef
- [
] – doc: remove stray comma in url.md (Rich Trott) #36175142dfda8f78
- [
] – doc: revise agent.destroy() text (Rich Trott) #3616318bbdbccbb6
- [
] – doc: fix punctuation in v8.md (Rich Trott) #361921545ac1fec5
- [
] – doc: add compatibility/interop technical value (Geoffrey Booth) #353231a6a90af8c0
- [
] – doc: de-emphasize wrapping in napi_define_class (Gabriel Schulhof) #3615914ab4a99900
- [
] – doc: add link for v8.takeCoverage() (Rich Trott) #361351bb29508e8f
- [
] – doc: mark modules implementation as stable (Guy Bedford) #35781124065b92f1
- [
] – doc: clarify text about process not responding (Rich Trott) #361171142cacdc63
- [
] – doc: esm docs consolidation and reordering (Guy Bedford) #3604610ff384b0be
- [
] – doc: claim ABI version for Electron v13 (Shelley Vohr) #361011b17a83a00d
- [
] – doc: fix invalid link in worker_threads.md (Rich Trott) #361091e8a8513b2c
- [
] – doc: move shigeki to emeritus (Rich Trott) #360931cd33594a0d
- [
] – doc: document the error when cwd not exists in child_process.spawn (FeelyChau) #345051eefc6aa6c9
- [
] – doc: fix typo in debugger.md (Rich Trott) #360661841a2812d0
- [
] – doc: update list styles for remark-parse@9 rendering (Rich Trott) #360491500e709439
- [
] – doc,url: fix url.hostname example (Rishabh Mehan) #337351a8dab217eb
- [
] – domain: improve deprecation warning text for DEP0097 (Anna Henningsen) #361361e48ec703ba
- [
] – errors: refactor to use more primordials (Antoine du Hamel) #361671bcbf176c22
- [
] – esm: refactor to use more primordials (Antoine du Hamel) #36019166788970ac
- [
] – (SEMVER-MINOR) events: add max listener warning for EventTarget (James M Snell) #3600119ce9b016e6
- [
] – events: disabled manual construction AbortSignal (raisinten) #3609411550073dbc
- [
] – events: port some wpt tests (Ethan Arrowood) #3416918a6cabbb23
- [
] – fs: remove experimental from promises.rmdir recursive (Anders Kaseorg) #3613113691eccf0a
- [
] – fs: filehandle read now accepts object as argument (Nikola Glavina) #34180176b1863240
- [
] – http: fix typo in comment (Hollow Man) #3619312fdf509268
- [
] – (SEMVER-MINOR) http: add support for abortsignal to http.request (Benjamin Gruenbaum) #3604818390f8a86b
- [
] – http: onFinish will not be triggered again when finished (rickyes) #358451387d92fd0e
- [
] – http2: add support for AbortSignal to http2Session.request (Madara Uchiha) #36070148bf59bb8b
- [
] – http2: refactor to use more primordials (Antoine du Hamel) #3614218a0c3b9c76
- [
] – http2: add support for TypedArray to getUnpackedSettings (Antoine du Hamel) #361411f0aed8c01c
- [
] – (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #3597819c6be3cc90
- [
] – http2: delay session.receive() by a tick (Szymon Marczak) #3598510b40568afe
- [
] – lib: refactor to use more primordials (Antoine du Hamel) #3614011a4d43f840
- [
] – lib: set abort-controller toStringTag (Benjamin Gruenbaum) #361151d6ea12e003
- [
] – lib: remove primordials.SafePromise (Antoine du Hamel) #36149182f1cde57e
- [
] – (SEMVER-MINOR) lib: add throws option to fs.f/l/statSync (Andrew Casey) #33716115ff155c12
- [
] – lib,tools: enforce access to prototype from primordials (Antoine du Hamel) #36025175707f45eb
- [
] – n-api: clean up binding creation (Gabriel Schulhof) #36170179b2ba6744
- [
] – n-api: fix test_async_context warnings (Gabriel Schulhof) #3617115698cc08f0
- [
] – n-api: improve consistency of how we get context (Michael Dawson) #3606813d623d850c
- [
] – n-api: factor out calling pattern (Gabriel Schulhof) #36113189da0c3353
- [
] – net: fix invalid write after end error (Robert Nagy) #3604315c0ddbca01
- [
] – (SEMVER-MINOR) path: add185c85d368a1path/posix
and
1path/win32alias modules (ExE Boss) #34962
- [
] – perf_hooks: make nodeTiming a first-class object (Momtchil Momtchev) #359771ed8af3a8b7
- [
] – promise: emit error on domain unhandled rejections (Benjamin Gruenbaum) #360821eb9295b583
- [
] – querystring: reduce memory usage by Int8Array (sapics) #34179159af919d6b
- [
] – (SEMVER-MINOR) readline: add getPrompt to get the current prompt (Mattias Runge-Broberg) #336751d1baae3640
- [
] – src: integrate URL::href() and use in inspector (Daijiro Wachi) #3591216d1b1c7ad0
- [
] – src: refactor using-declarations node_env_var.cc (raisinten) #3612817086f2e653
- [
] – src: remove duplicate logic for getting buffer (Yash Ladha) #345531122797e87f
- [
] – (SEMVER-MINOR) src: add loop idle time in diagnostic report (Gireesh Punathil) #3594015729478509
- [
] – src,crypto: refactoring of crypto_context, SecureContext (James M Snell) #356651a81dc9ae18
- [
] – test: update comments in test-fs-read-offset-null (Rich Trott) #3615215fa35f6934
- [
] – test: update wpt url and resource (Daijiro Wachi) #36032173bb54af77
- [
] – test: fix typo in inspector-helper.js (Luigi Pinca) #36127177b47dfd08
- [
] – test: deflake test-http-destroyed-socket-write2 (Luigi Pinca) #361201474664963c
- [
] – test: make test-http2-client-jsstream-destroy.js reliable (Rich Trott) #361291f9bbd35937
- [
] – test: add test for fs.read when offset key is null (mayank agarwal) #359181c19df17acb
- [
] – test: improve test-stream-duplex-readable-end (Luigi Pinca) #3605619405cddbee
- [
] – test: add util.inspect test for null maxStringLength (Rich Trott) #3608613be5e86c57
- [
] – test: replace var with const (Aleksandr Krutko) #3606916a4cc43028
- [
] – timers: refactor to use more primordials (Antoine du Hamel) #361321a367c0dfc2
- [
] – tools: bump unist-util-find@1.0.1 to unist-util-find@1.0.2 (Rich Trott) #361061a6ef92bc27
- [
] – tools: only use 2 cores for macos action (Myles Borins) #3616912d2491284e
- [
] – tools: remove bashisms from license builder script (Antoine du Hamel) #361221d8fcf2c324
- [
] – tools: hide commit queue action link (Antoine du Hamel) #3612417e7ddb11c0
- [
] – tools: update doc tools to remark-parse@9.0.0 (Rich Trott) #36049163494e434a
- [
] – tools: enforce use of single quotes in editorconfig (Antoine du Hamel) #360201bf0550ce4e
- [
] – tools: fix config serialization w/ long strings (Ole André Vadla Ravnås) #35982149649a499e
- [
] – tools: update ESLint to 7.13.0 (Luigi Pinca) #360311be220b213d
- [
] – util: fix to inspect getters that access this (raisinten) #3605214140f491fd
- [
] – (SEMVER-MINOR) util: add1baa87c1a7d1util/types
alias module (ExE Boss) #34055
- [
] – vm: refactor to use more primordials (Antoine du Hamel) #360231f7b2fce1c1
- [
] – win,build,tools: support VS prerelease (Baruch Odem) #3603314e3883ec2d
Windows 32-bit Installer: https://nodejs.org/dist/v15.3.0/node-v15.3.0-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v15.3.0/node-v15.3.0-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v15.3.0/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v15.3.0/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v15.3.0/node-v15.3.0.pkg
macOS 64-bit Binary: https://nodejs.org/dist/v15.3.0/node-v15.3.0-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v15.3.0/node-v15.3.0-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v15.3.0/node-v15.3.0-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v15.3.0/node-v15.3.0-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v15.3.0/node-v15.3.0-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v15.3.0/node-v15.3.0-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v15.3.0/node-v15.3.0-linux-arm64.tar.xz
Source Code: Coming soon
Other release files: https://nodejs.org/dist/v15.3.0/
Documentation: https://nodejs.org/docs/v15.3.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
5cf19b4cb855147b1fdd0e85b9d283af726e1f9e8f7274e81885a1011b33a672 node-v15.3.0-aix-ppc64.tar.gz
58376f9bf566f89a664dd3c89e087b28fddb2b99a008a4952671d9ec4cf83e42 node-v15.3.0-darwin-x64.tar.gz
32777a3f04661f936e2bbd177f9555378e0ebdecf5573b2692d66486eb85a1c5 node-v15.3.0-darwin-x64.tar.xz
0d3e4ac3b403a008eb7f59043e7c5143f34250d2cab965480c0ebfd97d4c008f node-v15.3.0-headers.tar.gz
2735a769c788cd1fd7ec6a807efadd5d14ae9ee007aeb5238302cf86c7a8f6cf node-v15.3.0-headers.tar.xz
3becebd1e981df27a16bde02b5ead6bd9e6bdc0840477721c6805f9089f6179d node-v15.3.0-linux-arm64.tar.gz
3e942f20f757574bd460951f47222b64ddebc0bf0a161ba1caf63442ec9602a9 node-v15.3.0-linux-arm64.tar.xz
056942a36e4484373f9df3ed8f2c31470ca48c98f768538ce61639d9d1f67e12 node-v15.3.0-linux-armv7l.tar.gz
633be42d347b6ff37b5d45312e31893f386f0f2562524f9fa27d617014d2dfb1 node-v15.3.0-linux-armv7l.tar.xz
3532cd405fb84da3c4c6c73ee74e96669c757ff664889f44a82d543f15e67812 node-v15.3.0-linux-ppc64le.tar.gz
f1f8e1e1475a260f959aca990ba14838da97cf72ef647d12b50dbcb681eca685 node-v15.3.0-linux-ppc64le.tar.xz
34741d76044a1ce274704fd409503c5b8d9dd3e9310cb4efd217f70a36ae5ef2 node-v15.3.0-linux-s390x.tar.gz
dc78d66928d7ca8fc1aa88e2b1e4e82e29455acf75ce44232c2e1fb1d0ebe3aa node-v15.3.0-linux-s390x.tar.xz
c3f6c64d98e623c783b7de7580365be74d8a2dba87529447ae66061609b5d0ec node-v15.3.0-linux-x64.tar.gz
02741db3f55022a94f43fa1774e9fc389848949ec5f5cff822833d8b9711ad93 node-v15.3.0-linux-x64.tar.xz
0c275d43079164251659ee6234546ae6252016117c1d6f208abe37bef3c47769 node-v15.3.0.pkg
cadfa384a5f14591b84ce07a1afe529f28deb0d43366fb0ae4e78afba96bfaf2 node-v15.3.0.tar.gz
3bb0b9fd6ea372dc247330e67e27caab7887c454b13325e3cd6573ae212cc240 node-v15.3.0.tar.xz
bde2cbe77b67b2de72ecf955387c511d95852e6108c3b7e6b357932b10388730 node-v15.3.0-win-x64.7z
757c3f5617d28f1fc56ccb8dd7008ea865e482ae9baf5e4bf4d003afa8ae9c8b node-v15.3.0-win-x64.zip
0e035388c090dbdbd874e93b2e2ffbe129cf99c427e42c51f3f3a6353516c6f7 node-v15.3.0-win-x86.7z
cd0042a9871469786453938e1171847599c7d9c1d6e9af14e28d96b9cff1e9af node-v15.3.0-win-x86.zip
7d80b9c0597a0f43da16a36016e1bbdf48ca5290229ad8e84dcc1c701e4e4e74 node-v15.3.0-x64.msi
8538691b63364b2851f836174debf52ac39ee2df9d05361423e7d28823535515 node-v15.3.0-x86.msi
2a534acf12a96018368651314f6dc57d9429696e7c637810671c08c2c255dfd0 win-x64/node.exe
9023f75555d018f68f2790a92aa0de8016f19a2cd105969e21956f747686d11b win-x64/node.lib
cd30c1283667410ea3566d134f8458258409677830253a2986541954c8063752 win-x64/node_pdb.7z
a2dbc783147f9e4ed85b157c66914ecede7b11e749b1d8bef4fd872f6e1f0a61 win-x64/node_pdb.zip
ea4dc370bca5a2ebb1b3f0c06610e7b3cb07ba0d6ad9cabb6ee925bac4bfa090 win-x86/node.exe
cda58dc8c59f44e63526e7e55b7eb9756c64a975056ce5e5eb3d2e1be34f5e26 win-x86/node.lib
fa3478d2ec5015eab3652c69fd0e07bdf55f8cd636546cb4704446bcb7dd7190 win-x86/node_pdb.7z
c03a36a8f73d8632a290cd36e7998d14eac654ab33f615a942d03a221a660842 win-x86/node_pdb.zip
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEueL1mBqm4M0oFg2f8TmTp1WZZTwFAl+9NTAACgkQ8TmTp1WZ
ZTy12Q//Tt9tajxEI3OjDNou6bpmEVu3nsOOOf7i0XOJ+oP0MBSJy916WgMZs43V
QZaqxmsT9WP3pU1A48UOdfjEq8klOrJAexx3LYlRYbpjv12BsmvYg7QjjFXBmke0
unZDIHRfsNfK2Tls4NfV2PWV1lcb0Z/fDrAR4zlmbatkGVJM9rjpMFSlTSLMILFl
TNLdYcUQAgbTGVFobBX98cNq4EZc0nyZ7f+W4dO0FfQ06+Uv7fmDU0eCn1kuHRiP
VVp+6J/+srjrOvZGm2ywyTCdphx+pGXQ3vJ8duoVnUmDQLt6qXR44mU+uhQgBZo9
muM1mLQ4FIjBk2dpfIGUrmfQh/O0n8xQD65Ygka6HpfkgzabJvu5E6cNd8yrUTDx
W0kDnmpq9ccGqwKGsby3GDqN91FHM9ekYZwBRM9RFXDGSME1iRgaftH/RlqFACIp
fofeB/0YqTOZfp4MYxJoVBMaXs99Nb9YnhedcwHMVlSBwxkNIEe4qwcYew0x4BCy
3YHiwA9K9VWf9yv/LpUj0NfSesvFaEyaWf231bery8H8vGaqJRsGM0LNNKqLQp1Y
6L03OeORNm7UJMQsqYRX8Bmg/Uu29xX1qX4y+YD+DeSX5BIRZNLRXfMFvEFxMCL+
xGZvBOrkrMHAQefHPS9tyRZpuDmL6hAQONdqZjac5Wed0cr6AqI=
=Kn9Q
-----END PGP SIGNATURE-----
0 Comments