chore(deps): update node docker tag to v26 #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/node-26-x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
25.9.0-alpine→26.5.0-alpineRelease Notes
nodejs/node (node)
v26.5.0: 2026-07-08, Version 26.5.0 (Current), @richardlauCompare Source
Notable Changes
New release key
Welcome to our newest releaser, Stewart X Addison. Future Node.js releases may be signed with his release key,
655F3B5C1FB3FA8D1A0CA6BDE4A7D232B936D2FD.Other notable changes
55f48446c7] - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken) #64036b373202efc] - (SEMVER-MINOR) esm: add--experimental-import-textflag (Efe) #6230039e0c14455] - (SEMVER-MINOR) perf_hooks: sample delay per event loop iteration (Pablo Erhard) #62935999a83c937] - (SEMVER-MINOR) stream: expose ReadableStreamTee (Matteo Collina) #641954e0236dc3d] - (SEMVER-MINOR) tls: report negotiated TLS groups (Filip Skokan) #64119Commits
87648c0a6c] - benchmark: trim down the argon2 sets (Filip Skokan) #64218a483bfd3f0] - buffer: remove unreachable overflow check in atob (haramjeong) #601616d14279688] - buffer: add fast api for isUtf8 and isAscii (Gürgün Dayıoğlu) #6416955f48446c7] - (SEMVER-MINOR) buffer: implement blob.textStream() (Matthew Aitken) #64036a67d9a7a44] - build: allow linting node.1 (Aviv Keller) #6415706c1fbc25b] - build: enable Maglev for riscv64 (Jamie Magee) #62605518309c363] - build: suppress clang errors building libffi on Windows (René) #642226a80ab485c] - build: add manually-dispatched stress-test workflow (Joyee Cheung) #64118f4e7bf1f1c] - build: pin envinfo versions in github actions (Joyee Cheung) #6411766f6ac0d86] - build: support setting an emulator from configure script (Ivan Trubach) #538997f26c54aa6] - child_process: fix permission model propagation via NODE_OPTIONS (Matteo Collina) #6397232bb554f5b] - crypto: fix large DH generator validation (Tobias Nießen) #640920908d76ef6] - crypto: reject small-order EdDSA points during verify (Filip Skokan) #640267f7e5863c2] - deps: update undici to 8.7.0 (Node.js GitHub Bot) #64282af91029801] - deps: update nghttp3 to 1.17.0 (Node.js GitHub Bot) #641822e500ba7b0] - deps: update googletest to8b53336(Node.js GitHub Bot) #6418174e3aa24ba] - deps: update sqlite to 3.53.3 (Node.js GitHub Bot) #64180c7e57f55a7] - deps: c-ares: cherry-pick8ba37af(René) #64110879fdc4daf] - deps: V8: backportda20a19(Kevin Gibbons) #64101a640543a7c] - deps: V8: cherry-pick0cc9eb2(Kevin Gibbons) #64101feefd179e5] - deps: V8: cherry-pick1a391f9(Kevin Gibbons) #641018ef643d4b0] - deps: update googletest to0b1e895(Node.js GitHub Bot) #640399e50bb0655] - dgram: skip dns.lookup() for literal IP addresses (Ruben Bridgewater) #64133dc052c095c] - diagnostics_channel: return original thenable (Stephen Belanger) #62407a22a840293] - doc: clarify QUIC stream state wording (EduardF1) #636608d4bec2d71] - doc: update Http2SecureServer.on("timeout") default value (YuSheng Chen) #64187da88f70afa] - doc: add note on visibility of CI failures to new contributor guide (Stewart X Addison) #6425620ce359ccb] - doc: clarify HTTP/1.1 response ordering (Matteo Collina) #6421305eae2835c] - doc: recommend node-stress-single-test for flaky tests (Trivikram Kamat) #642233966eb67e7] - doc: fix typo in examples (Vas Sudanagunta) #6418412a2b9daa3] - doc: fix typo in node-config-schema.json (Hamid Reza Ghavami) #641880854482671] - doc: clarify defense-in-depth issues (Matteo Collina) #64215ef4915fc3a] - doc: fix Fast FFI argument count in ffi.md (Daijiro Wachi) #63960bb2eed863c] - doc: add sxa GPG key (ed25519) (Stewart X Addison) #64193b7bf6e3a06] - doc: add guide and answers to FAQs for first-time contributors (Joyee Cheung) #63685ff537ba858] - doc: updateHttp2Server.close&Http2SecureServer.close(YuSheng Chen) #63298f3db304588] - doc: update list of people inSECURITY.md(Richard Lau) #641522a126647b0] - doc: clarify vfs is not a sandbox (Matteo Collina) #6414385fc79dd9b] - doc: fix broken links and duplicate stability label (Antoine du Hamel) #64130189e830eb3] - doc: add missing option to man page (Richard Lau) #641567a16ccccd0] - doc: announce upcoming end of tier 2 support for macOS x64 (Antoine du Hamel) #63931d5f826045f] - doc: update toolchain for official AIX releases (Richard Lau) #6406860abc4400f] - doc: fix callback example import in fs docs (Kamal Rawal) #63912e470c74a6c] - doc: fix keepAliveTimeout default in http.createServer options (Jahanzaib iqbal) #63974851b460583] - esm: improve ERR_REQUIRE_ASYNC_MODULE (Joyee Cheung) #642600cd443df39] - esm: print required top-level await locations without evaluating (Joyee Cheung) #64154b373202efc] - (SEMVER-MINOR) esm: add--experimental-import-textflag (Efe) #62300eacfbd0ca5] - http: add CONNECT method handling for default Host header with proxy (Archkon) #64114aeb539a383] - http: fix drain event with cork/uncork (David Evans) #640388e8874b216] - http: document and validate options.path when it's in absolute-form (Joyee Cheung) #64108eb2e96bc28] - inspector: fix crash when writing to closed inspector socket (ympark2011) #64209243b0e4e57] - lib: reject string "0" in validatePort when allowZero is false (Daijiro Wachi) #6417434a537c0ed] - lib: use__proto__: nullwhen callingObjectDefineProperty(Antoine du Hamel) #642391f72393f19] - lib: lazily initialize kEvents and kHandlers maps (Guilherme Araújo) #6370292a3dc3191] - lib,permission: fix addon permission drop (Martin Wagner) #6400787b8f2a296] - meta: fix linter warning instale.yml(Antoine du Hamel) #64281829c4a5913] - meta: bump actions/cache from 5.0.5 to 6.1.0 (dependabot[bot]) #642480808dcd31c] - meta: bump github/codeql-action/autobuild from 4.36.1 to 4.36.2 (dependabot[bot]) #6424764aa17058f] - meta: bump github/codeql-action/analyze from 4.36.1 to 4.36.2 (dependabot[bot]) #64246873d1e0412] - meta: bump actions/checkout from 6.0.2 to 7.0.0 (dependabot[bot]) #64245fe460ccf0b] - meta: bump codecov/codecov-action from 6.0.1 to 7.0.0 (dependabot[bot]) #64244845c63ed50] - meta: bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0 (dependabot[bot]) #642432cad2d6de5] - meta: bump github/codeql-action/init from 4.36.1 to 4.36.2 (dependabot[bot]) #642420ddde950c7] - meta: bump actions/setup-python from 6.2.0 to 6.3.0 (dependabot[bot]) #64241c0a8760d2f] - meta: bump github/codeql-action/upload-sarif from 4.36.1 to 4.36.2 (dependabot[bot]) #64240f49704b9d0] - meta: clarify V8 flags are outside threat model (Matteo Collina) #642246b8dc58e6e] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #64057fe5260cca7] - meta: update status of past strategic initiatives (Joyee Cheung) #634807b01040008] - meta: speed up stale bot (Aviv Keller) #64075874c46c24f] - meta: update sccache version in test-linux-quic (René) #6404348c5c86363] - module: enable import support for addons by default (Chengzhong Wu) #6422139e0c14455] - (SEMVER-MINOR) perf_hooks: sample delay per event loop iteration (Pablo Erhard) #62935f90f1bd032] - perf_hooks: add NODE_PERFORMANCE_GC_MINOR_MARK_SWEEP constant (Attila Szegedi) #63877bdf32628c7] - process: fix finalization cleanup ref tracking (Trivikram Kamat) #640879a65b7fff4] - quic: drop version negotiation packets with oversized CIDs (Mohamed Sayed) #642282699fe4706] - quic: fixes undefined handle in QuicStream kInspect (Marten Richter) #6417000dea28bb3] - repl: lazy-load acorn and defer vm context creation (Daijiro Wachi) #63879ce659a1cf9] - src: fix escaping of single quotes in task runner (Antoine du Hamel) #64089dbb3126e5c] - src: abstract tracing agent for both legacy and perfetto (Chengzhong Wu) #6405312edf1d68d] - src: avoid redundant call tostd::get_if<>()(Tobias Nießen) #64094eda91b6d01] - src: avoid copying source string in TextEncoder.encode (Yagiz Nizipli) #63897efbbb9a03c] - stream: preserve half-open duplexes in async iteration (Efe) #64275999a83c937] - (SEMVER-MINOR) stream: expose ReadableStreamTee (Matteo Collina) #64195ab5ed72903] - stream: reject iter consumers on abort (Trivikram Kamat) #64066d3fa77c5e2] - stream: fix merge abort for pending sources (Trivikram Kamat) #6401338b99140ed] - stream: refactor unnecessary optional chaining away (Antoine du Hamel) #64253c81f894ebe] - stream: cut per-chunk overhead in WHATWG streams (Matteo Collina) #64252f162234f24] - stream: normalize Broadcast.from() byte inputs (Trivikram Kamat) #640821182ad8f3b] - stream: proxy first own method in Readable.wrap() (Daijiro Wachi) #64048d0b830b382] - stream: observe abort while awaiting pipeTo source (Trivikram Kamat) #64015f7adcd8359] - stream: respect iter consumer abort signals (Trivikram Kamat) #63997b09e624c6f] - test: make blob desiredSize assertion robust (Trivikram Kamat) #64106d0d8f0c774] - test: update WPT for urlpattern to11a459a(Node.js GitHub Bot) #64037ff9122c20c] - test: improve lcov reporter snapshot diagnostics (Trivikram Kamat) #64049570952d4f3] - test: keep finalization close fixture ref alive (Trivikram Kamat) #640851b4f213380] - test: fix typo from overriden to overridden (parkhojeong) #634034c91090b8b] - test: fix typo from funciton to function (parkhojeong) #63403bf080c7917] - test: mark hr-time WPT flaky on macos15-x64 (Trivikram Kamat) #6405424e32098c5] - test: use one-off agent in http consumed timeout test (Trivikram Kamat) #640523229886de2] - test: fix flaky test-runner coverage threshold test (Trivikram Kamat) #6405183b91ea6ec] - test_runner: filter execArgv fallback for child tests (Trivikram Kamat) #64056269b609a3d] - test_runner: improve coverage failure diagnostics (Trivikram Kamat) #640500342744c34] - test_runner: add timestamp to JUnit reporter testsuites (sangwook) #64029086741d121] - timers: reuse Timeout objects in setStreamTimeout (Matteo Collina) #642544e0236dc3d] - (SEMVER-MINOR) tls: report negotiated TLS groups (Filip Skokan) #641193bdd7e20be] - tls: handle large RSA exponents in X.509 cert (Tobias Nießen) #64093c96c838977] - tools: update RUSTC_VERSION for remaining GHA workflows (René) #64325ee873b7aaf] - tools: bumptemporal_rsversion (Antoine du Hamel) #63281ea3b870155] - tools: removeenvinfofrom our workflows (Antoine du Hamel) #64259d940f02e8b] - tools: bump the eslint group in /tools/eslint with 8 updates (dependabot[bot]) #64249fe0ea2bb5d] - tools: bump @node-core/doc-kit (dependabot[bot]) #640104dceefde1e] - tools: bump undici from 6.24.1 to 6.27.0 in /tools/doc (dependabot[bot]) #640316e187db7d7] - tools: update c-ares updater script (Antoine du Hamel) #64194657a35f5a2] - tools: validate version number in release proposal commit message lint (Antoine du Hamel) #6407017228a861c] - tools: add GHA benchmark runner (Antoine du Hamel) #602936d11a71d91] - tools: updatebuild-shared/action.ymlto a reusable workflow (Antoine du Hamel) #640597a17c50b7f] - tools: update libffi updater script (Antoine du Hamel) #6404628047a3e71] - tools: excludelibffichanges fromtest-sharedGHA CI (Antoine du Hamel) #6404758d9685acc] - typings: add typing for crypto (Filip Skokan) #641227a9dcad44d] - util: fix OOM in inspect color stack formatting (Ijtihed Kilani) #64022d5f01bbbde] - vfs: reject rename into descendant directory (Trivikram Kamat) #642850b6af91081] - vfs: handle current-position sentinel in memory files (Trivikram Kamat) #64163322230d641] - vfs: support writeFileSync with virtual fds (Trivikram Kamat) #641659395d209c7] - vfs: avoid recursive readdir symlink cycles (Matteo Collina) #64168bbdd7643b6] - vfs: read RealFSProvider files from open fd (Trivikram Kamat) #6410492859b8097] - vm: fix copying PropertyDescriptor (Chengzhong Wu) #640739046035475] - zlib: validate flush king for all streams (Ic3b3rg) #6374698be4304a3] - zlib: validate flush kind for brotli streams (Ic3b3rg) #6374690007a59a9] - zlib: expose rejectGarbageAfterEnd option (Filip Skokan) #640235933516066] - zlib: reject trailing gzip members in web streams (Filip Skokan) #64023v26.4.0: 2026-06-24, Version 26.4.0 (Current), @aduh95Compare Source
Notable Changes
cde0daabcc] - (SEMVER-MINOR) doc: updateblockListstability status to release candidate (alphaleadership) #63050b78f5a7537] - (SEMVER-MINOR) fs: support caller-suppliedreadFile()buffers (Matteo Collina) #63634417aacbc36] - (SEMVER-MINOR) http: close pre-request sockets incloseIdleConnections(semimikoh) #63470fbb108be7d] - (SEMVER-MINOR) loader: implement package maps (Maël Nison) #6223945494d5a8a] - (SEMVER-MINOR) net: supportTCP_KEEPINTVLandTCP_KEEPCNTinsetKeepAlive(Guy Bedford) #63825ee29465e77] - (SEMVER-MINOR) tls: add certificateCompression option (Tim Perry) #62217b17817eb2b] - (SEMVER-MINOR) vfs: dispatchnode:fs/promisesto mounted VFS instances (Matteo Collina) #635377bc93a6ac5] - (SEMVER-MINOR) vfs: add minimalnode:vfssubsystem (Matteo Collina) #63115Commits
c7eb83b46a] - benchmark: add child_process async path baselines (Yagiz Nizipli) #63929066fff17a5] - benchmark: remove old alias usage in ffi benchmarks (Anna Henningsen) #63666509cd1b94f] - buffer: optimize Buffer.prototype.copy (Robert Nagy) #6382886e651bbd0] - buffer: use simdutf for two-byte utf8 byteLength (Mert Can Altin) #63639d3f4ed9015] - build: suppress compiler warnings for histogram (Richard Lau) #6398082dd7ddbe6] - build: add QUIC CI job for PRs matching QUIC related paths (Tim Perry) #638751124c0652d] - build: remove redundant intermediate node_aix_shared (Chengzhong Wu) #63747e510ee8087] - build: build codecache and snapshot with libnode (Chengzhong Wu) #636265b583dace5] - build: enable maglev by default on Linux ppc64le (Richard Lau) #63474a2324246b4] - build: remove duplicated node_use_sqlite and node_use_ffi conditions (Chengzhong Wu) #636292a467a5f69] - Revert "build, doc: generate node.1 with doc-kit" (Antoine du Hamel) #64091e01dec45b8] - build, doc: generate node.1 with doc-kit (Aviv Keller) #620442ab9848fe4] - child_process: pass spawn options to the binding positionally (Yagiz Nizipli) #6393004c04c8b5c] - child_process: serialize advanced IPC messages natively (Yagiz Nizipli) #639331eef57293d] - crypto: support non-byte WebCrypto lengths and cSHAKE (Filip Skokan) #63988788a66e147] - crypto: share WebCrypto method and usage helpers (Filip Skokan) #63975f9fdce3f46] - crypto: use EVP_MAC for HMAC on OpenSSL >=3 (Filip Skokan) #639427e9ca87e58] - crypto: make webcrypto aliasKeyFormat directional (Filip Skokan) #63910656e57ebbf] - crypto: fix unhandled error in Hash._transform (Haram Jeong) #6326165536f0d98] - crypto: refactor keyObject.toCryptoKey() and SubtleCrypto.getPublicKey() (Filip Skokan) #63622978f1d2bcc] - crypto: handle cipher context allocation failures (Tian Teng) #635425551e8f773] - crypto: deduplicate X509 subject matching logic (Tobias Nießen) #6364457ae87640a] - crypto: fix warnings in test_node_crypto.cc (Maya Lekova) #634909984b05dff] - crypto: coerce -0 to +0 before native calls (Filip Skokan) #6355688011a3689] - crypto,tls: do not ignore BN_get_word error (Tobias Nießen) #638959a3393d14f] - debugger: lazily wait for initial break output (Trivikram Kamat) #63969b0bfcb9c59] - debugger: defer probe pause handling until startup (Trivikram Kamat) #636088516003953] - debugger: await initialization after run and restart (Trivikram Kamat) #636074438cb5284] - debugger: add --max-hit option to probe mode (Joyee Cheung) #63704238b54ed2a] - debugger: add more logs to probe mode (Joyee Cheung) #63663bbef54b413] - deps: libffi: cherry-pick9ca53a1(Anthony Green) #640409761385dbd] - deps: update libffi to 3.6.0 (Node.js GitHub Bot) #64040373ec2d092] - deps: update acorn to 8.17.0 (Node.js GitHub Bot) #63901e44b5d487e] - (SEMVER-MINOR) deps: update OpenSSL build config to support compression (Tim Perry) #622173ed287a2e2] - deps: upgrade npm to 11.17.0 (npm team) #63857b1b597c797] - deps: add ngtcp2_fmt.c to build configuration (ngtcp2.gyp) (沈鸿飞) #638210bf8e12305] - deps: V8: add CopyArrayBufferBytes API (Robert Nagy) #63828e49d7301a5] - deps: update ngtcp2 to 1.23.0 (Node.js GitHub Bot) #63777e5c079004b] - deps: update nghttp3 to 1.16.0 (Node.js GitHub Bot) #63776d599fa2346] - deps: update googletest to7140cd4(Node.js GitHub Bot) #63775bc09f1508c] - deps: update sqlite to 3.53.2 (Node.js GitHub Bot) #6377460787746c4] - deps: update zlib to 1.3.2.1-motley-3246f1b (Node.js GitHub Bot) #63773971af104f1] - deps: update amaro to 1.1.10 (Node.js GitHub Bot) #63670e17f665444] - deps: update googletest to8736d2c(Node.js GitHub Bot) #636697591949457] - dgram: add synchronous Socket connectSync() (Guy Bedford) #63932d75222d7cb] - dgram: add synchronous Socket.prototype.bindSync() (Guy Bedford) #638380cf8342ae2] - dns: coerce -0 to +0 in lookup and resolver inputs (Filip Skokan) #63556e068299320] - doc: update gcc toolchains togcc-13andg++-13(Louie Llaneta) #6401865178bdcf3] - doc: add aduh95 to last security release steward (Antoine du Hamel) #6398183eedfe85b] - doc: fix typo in util.md (Daijiro Wachi) #6396154948c78e7] - doc: clarify callback exceptions (Matteo Collina) #63939205d0a57f2] - doc: fix incorrect test runner mock examples (Kimaswa Emmanuel Yusufu) #6365644809b176c] - doc: clarify fromReadable() duck-typed contract (Trivikram Kamat) #636829cb15fcc85] - doc: fix typo in cli.md (Daijiro Wachi) #63883394d0bb928] - doc: fix typo in vm.md (Daijiro Wachi) #6388159b7be8193] - doc: fix typo in packages.md (Daijiro Wachi) #6388233c236cea9] - doc: fix a/an article typos in module, util, and dns (Daijiro Wachi) #6376630595da67b] - doc: update npm supported versions link (hojeong park) #636725919ba7e97] - doc: fix AES-OCB IV length in SubtleCrypto.supports example (Anshika Jain) #6371751cab5cb72] - doc: add webstreams to args forpipelinefromstream/promises(David Sanders) #63628ce85b2af88] - doc: fix "used to sent" → "used to send" in http2 (Daijiro Wachi) #63700298735e8df] - doc: mark Node.js 25 as End-of-Life (Antoine du Hamel) #6369256948518b9] - doc: clarify tty raw mode applies to input processing only (Muhammad Zeeshan) #6343832ff731248] - doc: add worker_threads history entries (Bob Put) #63545cde0daabcc] - (SEMVER-MINOR) doc: updateblockListstability status to release candidate (alphaleadership) #63050d29483fc4f] - doc,crypto: mark argon2 and encap/decap as stable (Filip Skokan) #639246e668331d9] - events: improveaddAbortListenerperf by caching options object (Raz Luvaton) #5236797aafe2519] - ffi: add fast support for almost all other platforms (Paolo Insogna) #63941f52cf5eeaa] - ffi: add experimental fast FFI call API for AArch64 and x86_64 (Paolo Insogna) #63068d9461fee05] - ffi: port semi-colon fix for riscv64 (and others) (Stewart X Addison) #637944c8402e0a8] - fs: do not treat EPERM as ENOTEMPTY on Windows (Kirill Saied) #63709b78f5a7537] - (SEMVER-MINOR) fs: support caller-supplied readFile() buffers (Matteo Collina) #636343d0097d489] - fs: prevent spurious recursive watch events on prefix siblings (Marco) #6309514d829cb3c] - fs: ignore deleted dirs in recursive watch scan (Trivikram Kamat) #63686ceba08a1ea] - fs: coerce -0 to +0 in mode flags and watch intervals (Filip Skokan) #635566577d3b282] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #64004417aacbc36] - (SEMVER-MINOR) http: close pre-request sockets in closeIdleConnections (semimikoh) #63470b7fd13a59a] - http2: retain header memory in session accounting (Matteo Collina) #63752e611ccd167] - inspector: fix inspector.close() documented behavior (Chengzhong Wu) #63837a44f51eef3] - lib: fix missing lazyDOMException import (Filip Skokan) #6403327cc4ec598] - lib: add lint rule to enforce use ofkEmptyObject(Antoine du Hamel) #637907ee31b0bf4] - lib: improve control abstraction coverage in frozen intrinsics (Renegade334) #63698078457839a] - lib: add Iterator global to primordials (Renegade334) #6369858837dc4dd] - lib: remove source map deadcode in type stripping (Chengzhong Wu) #63738e7513a8b9e] - lib: makeNavigator#languagegetter throw on invalidthis(Mohamed Sayed) #63601fbb108be7d] - (SEMVER-MINOR) loader: implement package maps (Maël Nison) #62239ea0b8e1dc2] - meta: bump github/codeql-action from 4.35.3 to 4.36.1 (dependabot[bot]) #63724ac90719532] - meta: bump actions/cache from 5.0.4 to 5.0.5 (dependabot[bot]) #628473ed3de3062] - meta: bump actions/checkout from 6.0.2 to 6.0.3 (dependabot[bot]) #63726d08d57bf70] - meta: bump codecov/codecov-action from 6.0.0 to 6.0.1 (dependabot[bot]) #63725e748d192cf] - meta: bump cachix/cachix-action (dependabot[bot]) #6372910554eb131] - meta: bump actions/stale from 10.2.0 to 10.3.0 (dependabot[bot]) #63728791885f2af] - meta: bump step-security/harden-runner from 2.19.0 to 2.19.4 (dependabot[bot]) #6372732d9a407d9] - meta: bump cachix/install-nix-action from 31.10.5 to 31.10.6 (dependabot[bot]) #63723b97c7bed07] - module: enable existing machinery for deferred import of static modules (Maya Lekova) #637124becad2117] - module: use file: URL as sourceURL for type-stripped CommonJS (Joyee Cheung) #63705c71c85b95f] - net: early TCP binding via synchronous net.BoundSocket (Guy Bedford) #6395145494d5a8a] - (SEMVER-MINOR) net: support TCP_KEEPINTVL and TCP_KEEPCNT in setKeepAlive (Guy Bedford) #638253988efa1f3] - net: coerce -0 to +0 in BlockList prefixes (Filip Skokan) #63556484efd1c44] - quic: fix get_reader bug that dropped data on FIN (Tim Perry) #6394604a17fe6f0] - quic: expose QUIC certificates as JS X509Certificate, not raw handles (Tim Perry) #63191b62d5696dc] - quic: fix reader backpressure deadlock on idle connections (Tim Perry) #639503f1c8d7453] - quic: fix broken listEndpoints export, test callbacks & nghttp3 include (Tim Perry) #63874d8538b9deb] - quic: impl. cb for http/3 settings/app. options (Marten Richter) #63558643b19716e] - quic: add listEndpoints API (James M Snell) #635362bce35bea4] - sqlite: do not leave database open after failed open (Yagiz Nizipli) #63854394af52abb] - sqlite: fix stack-use-after-scope with function callback (ndossche) #6364010f03e5958] - src: omit unconvertible names in cjs_lexer::Parse (Yagiz Nizipli) #639431723773d41] - src: keep global list of addon-provided cleanup hooks (Anna Henningsen) #63985ef12e9ea44] - src: guard OpenSSL compression header include (Filip Skokan) #6400948af8a6d8d] - src: handle empty MaybeLocal in cjs_lexer::Parse (Yagiz Nizipli) #638852a672ee9e8] - src: fast path empty native immediate drain (Gürgün Dayıoğlu) #62969db6a31d1a1] - src: do not track weakBaseObjects as childrens ofRealms (Anna Henningsen) #638425fb837ff46] - src: allow tracking children inMemoryTrackerwith weak edges (Anna Henningsen) #638426d22d373a9] - src: use C++14 deprecated attribute forNODE_DEPRECATED(Anna Henningsen) #637557ac3fe1992] - src: add cleanup hooks tonode::ObjectWrap(Anna Henningsen) #63642d82d369155] - src: fix edge case when deflateInit2() fails with Z_VERSION_ERROR (Nora Dossche) #6347603858d152b] - src: remove redundanthandle_field in ffi (Anna Henningsen) #636651682264f6b] - src: add Latin1 fast path in StringBytes::Encode utf8 (Mert Can Altin) #63385cc29696acf] - stream: fix Writable.toWeb() desiredSize for non-object-mode (Matteo Collina) #62986d9967a25b2] - stream: handle falsy push writer fail reasons (Trivikram Kamat) #63569b53f8f75c9] - stream: reduce allocations on WHATWG streams hot paths (Matteo Collina) #63876315ca426d8] - stream: handle setEncoding after buffered data (Matteo Collina) #6397306413cd6bd] - stream: fix Utf8Stream stall after full write of multi-byte data (Daijiro Wachi) #63964a9f9a3dafa] - stream: keep overlapping broadcast reads pending (Trivikram Kamat) #63500009cca11bd] - stream: refine the stream/iter backpressure (James M Snell) #636973f81dcfc99] - stream: only pass the expected number of parameters to callbacks (Antoine du Hamel) #639099a83b5d1fe] - stream: fix dropped first chunk in Utf8Stream buffer mode (Daijiro Wachi) #638330bdf5adea9] - stream: remove transform-writer handling in pipeTo (Trivikram Kamat) #6368410272a94b6] - stream: check done before backpressure in stream reader (Daijiro Wachi) #63699792c410631] - stream: fix pipeToSync byte accounting (Trivikram Kamat) #635643cfafbc54b] - stream: reject pull() reads on abort (Trivikram Kamat) #63498640a8cede5] - stream: fast-path stateless transform flush results (Trivikram Kamat) #63605ece4477872] - stream: optimize pipeTo promise handling (Matteo Collina) #635722cb84c2daf] - stream: handle sync writev completion in pipeTo (Trivikram Kamat) #635617d9fdda5fa] - stream: settle pending broadcast reads on return (Trivikram Kamat) #63603e2aea3aac7] - test: tolerate duplicate watch change events (Trivikram Kamat) #63937ea6300593a] - test: mark test-debugger-run-after-quit-restart as flaky on macOS (Matteo Collina) #64006be1b204fa4] - test: update WPT for url tod4598eb(Node.js GitHub Bot) #63899b3d0d05b05] - test: update WPT for WebCryptoAPI to03a1476(Node.js GitHub Bot) #63900046af2609f] - test: update WPT for urlpattern to23aac92(Node.js GitHub Bot) #63898562b831a98] - test: add tests for 3 methods in utils (Daijiro Wachi) #6376528e3629dd3] - test: mark SEA tests flaky on linux arm debug (Trivikram Kamat) #63743243aa846de] - test: validate ERR_INVALID_THIS for scheduler methods (Daijiro Wachi) #637646bd07df2bc] - test: add coverage outside SEA (Daijiro Wachi) #63744bd67c9d11b] - test: update WPT for urlpattern to2f28df5(Node.js GitHub Bot) #63771e40bfe7081] - test: make Brotli 16GB test wait for backpressure (Trivikram Kamat) #63389444c03fd3b] - test: add regression test for usingObjectWrapin worker (Mohamed Akram) #63642771230df78] - test: accept SIGILL aborts in async-hooks tests (Trivikram Kamat) #636870b3cd8e5e6] - test: add more test cases for pathToFileURL (Rafael Gonzaga) #632930cbc77c60e] - test: update test426-fixtures to2965987(Node.js GitHub Bot) #63668f53dee5fe4] - test: update WPT for WebCryptoAPI to0c413fb(Node.js GitHub Bot) #636473048f8dc1a] - test,debugger: add test for type stripping in debugger probe mode (Joyee Cheung) #637489485caa97e] - test_runner: remove unused shuffleArrayWithSeed (Daijiro Wachi) #6384734433a4a87] - test_runner: fix watch cwd with isolation none (Trivikram Kamat) #636902e7da29b7c] - test_runner: avoid recompiling coverage globs for every file (sangwook) #63675205295a31e] - test_runner: cacheshouldSkipFileCoverageresult per URL (sangwook) #63675ee29465e77] - (SEMVER-MINOR) tls: add certificateCompression option (Tim Perry) #6221757d060ed2b] - tls: route event listener exceptions through error handlers (Antoine du Hamel) #63822d2dc6f8506] - tools: bump piscina from 5.1.4 to 5.2.0 in /tools/doc (dependabot[bot]) #64002b0c418f605] - tools: update sccache to v0.16.0 (Michaël Zasso) #630782af8433bef] - tools: bump js-yaml from 4.1.1 to 4.2.0 in /tools/lint-md (dependabot[bot]) #639488ba5b8574b] - tools: bump js-yaml from 4.1.1 to 4.2.0 in /tools/eslint (dependabot[bot]) #63947325087be5b] - tools: enforce iterator result property order (Trivikram Kamat) #63526314f417db7] - tools: update the llhttp updater script (Antoine du Hamel) #63819c6e4f5a4fe] - tools: avoid test/fixtures/wpt/README.md conflicts (Filip Skokan) #63938363912acc3] - tools: align Bash snippets in GHA withlint-shconventions (Antoine du Hamel) #63829cfd16e973c] - tools: bump @node-core/doc-kit in /tools/doc in the doc group (dependabot[bot]) #637601566872706] - tools: bump the eslint group in /tools/eslint with 7 updates (dependabot[bot]) #6373008437a3a5b] - tools: fix zlib updater script (Antoine du Hamel) #63707e883366172] - url: fix URLSearchParams(null) to prudce null= per spec (Marco) #6378260e83d9bfd] - util: fix scientific notation formatting (Daijiro Wachi) #638235f7f60ac36] - util: fix -0 formatting when numericSeparator is enabled (Daijiro Wachi) #63815af1a11e0dd] - util: remove style caches from styleText slow path (Guilherme Araújo) #63706b17817eb2b] - (SEMVER-MINOR) vfs: dispatch fs/promises to mounted VFS instances (Matteo Collina) #635377bc93a6ac5] - (SEMVER-MINOR) vfs: add minimal node:vfs subsystem (Matteo Collina) #63115584e7527c4] - vm: fix property queries for proxy sandboxes (Brian Meek) #63742a926e72eaf] - watch: print name of changed file that triggers restart (Marco) #6378132a2621ca4] - watch: cancel pending restart on shutdown (Trivikram Kamat) #63383692215d1b1] - zlib: coerce -0 to +0 for crc32 seeds (Filip Skokan) #63556v26.3.1: 2026-06-18, Version 26.3.1 (Current), @aduh95Compare Source
This is a security release.
Notable Changes
Commits
98fbc89211] - (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) nodejs-private/node-private#878110840f2c7] - deps: update llhttp to 9.4.2 (Antoine du Hamel) nodejs-private/node-private#8908d36d522b2] - deps: update undici to 8.5.0 (Node.js GitHub Bot) #639032e6d03993a] - deps: update undici to 8.4.0 (Node.js GitHub Bot) #637795a17d5b07a] - deps: update archs files for openssl-3.5.7 (Node.js GitHub Bot) #63820362725d4e5] - deps: upgrade openssl sources to openssl-3.5.7 (Node.js GitHub Bot) #63820bd1214ab01] - (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) nodejs-private/node-private#868bc0b53813e] - (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) nodejs-private/node-private#84687d847bc70] - (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) nodejs-private/node-private#8559308084fcb] - (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) nodejs-private/node-private#867a67dd46891] - (CVE-2026-48936) permission: guard pipe open and chmod with net scope (RafaelGSS) nodejs-private/node-private#8857057c3f16c] - (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) nodejs-private/node-private#8736bc17a6b51] - (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) nodejs-private/node-private#870c8668beff8] - test: add session reuse host verification regressions (Matteo Collina) nodejs-private/node-private#854d1be630415] - (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) nodejs-private/node-private#854a14c158bb3] - (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) nodejs-private/node-private#857ebda73470d] - (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) nodejs-private/node-private#869v26.3.0: 2026-06-01, Version 26.3.0 (Current), @aduh95Compare Source
Notable Changes
Potential changes to macOS Universal Binary availability
With Apple and its ecosystem progressively dropping support for Intel-based
architectures, it has become apparent that the Node.js project may not be able
to maintain the universal binaries we currently distribute for the full lifetime
of Node.js 26. This change serves to communicate that risk. At present, our
intention remains to continue shipping universal binaries supporting both Apple
Silicon and Intel-based Macs for as long as practical.
Contributed by Antoine du Hamel in #63055.
Other notable changes
a2a4b33dd8] - (SEMVER-MINOR) buffer: increaseBuffer.poolSizedefault to 64 KiB (Matteo Collina) #63597051a2152f7] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #6352749462eca37] - (SEMVER-MINOR) http: addhttpValidationoption to configure header value validation (RajeshKumar11) #6159797b7ab19bd] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #63079cfb80a2103] - (SEMVER-MINOR) lib,permission: addpermission.drop(Rafael Gonzaga) #62672Commits
a2a4b33dd8] - (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina) #635970eff3e23b9] - build: defNODE_USE_NODE_CODE_CACHEonly used in node_mksnapshot (Chengzhong Wu) #63588447ab2d252] - build,win: fix VS2022 arm64 PGO build (Stefan Stojanovic) #6341386032758e4] - build,win: replace LTCG with Thin LTO for releases (Stefan Stojanovic) #631145f4d794052] - build,win: add Rust toolchain automated configuration Windows (Mike McCready) #63381051a2152f7] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #63527d0f65e3579] - crypto: coerce -0 keylen to +0 in pbkdf2 and scrypt (Jordan Harband) #63531e3ddb326c9] - crypto: harden WebCrypto against prototype pollution (Filip Skokan) #63363e04cd17dc0] - crypto: pass CryptoKey handles to KDF jobs (Filip Skokan) #6336364ba74d847] - crypto: remove async from WebCrypto methods (Filip Skokan) #63363bd230418b4] - crypto: add WebCrypto CryptoJob mode (Filip Skokan) #633631a4090a83d] - debugger: surface inspector failures in probe mode (Joyee Cheung) #63437dbc78ff825] - debugger,test: deflake resume failure test and add debug logs (Joyee Cheung) #635244da442f432] - deps: upgrade npm to 11.16.0 (npm team) #6360263372cfa87] - deps: SQLite: cherry-pickb869ed6(Junsu Han) #63525e286fa170d] - deps: upgrade npm to 11.15.0 (npm team) #63463de996437a5] - doc: downgrade macOS x64 to Tier 2 (Antoine du Hamel) #6305522ac78750c] - doc: remove duplicated sentences in large-pull-requests.md (Joyee Cheung) #63650532f7f2085] - doc: updategit node landinstructions for security releases (Antoine du Hamel) #63586c61f90dfb9] - doc: drop --experimental from --permission (Rafael Gonzaga) #63583fd69d7b16a] - doc: improvefs.StatFsproperties descriptions (aymanxdev) #62578693257782c] - doc: generate llms.txt (Guilherme Araújo) #6202755a57beb26] - doc: explicitly ask for reproducible in JS (Rafael Gonzaga) #634794895c2babc] - doc: fix URL postMessage example in worker_threads (Kit Dallege) #622030355c36e37] - doc: clarifyfilteroption ofsqlite.database.applyChangeset(Antoine du Hamel) #63515c85ee22df6] - doc: fix double spaces in ERR_TLS_INVALID_PROTOCOL_METHOD (Daijiro Wachi) #6351162947192f6] - doc: move hyperlinks outside of text blocks (Aviv Keller) #634939849690a1d] - doc: edit Rust toolchain general install instructions (Antoine du Hamel) #63488885d2462e9] - doc: fix double space in modules.md (Daijiro Wachi) #6351242fbb48bc6] - doc: fix "options" to "option" in tls.createServer (Daijiro Wachi) #6345305a7b0a301] - doc: add Rust toolchain general install instructions (Mike McCready) #63426e13dfd7ed0] - doc: update toolchain for official releases (Richard Lau) #6344182306881cc] - doc: fix typo in deprecations (Daijiro Wachi) #63434eeb77d217c] - doc,lib: align WebCrypto names with spec (Filip Skokan) #63518679e13c57f] - errors: handle V8 warnings in DisallowJavascriptExecutionScope (Divyanshu Sharma) #634917f41f5d803] - ffi: validate 'void' as parameter type in getFunction and getFunctions (Anshika Jain) #63504972cd227cb] - ffi: remove function signature property aliases (René) #634825d7805e433] - ffi: move DynamicLibrary disposer to native layer (René) #634595a0b32dc24] - gyp: update deps gypfiles (Nad Alaba) #6311749462eca37] - (SEMVER-MINOR) http: add httpValidation option to configure header value validation (RajeshKumar11) #61597e3c6629ee3] - http2: emit session close before stream close (Matteo Collina) #6341497b7ab19bd] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #630796bef10e7b7] - lib: cleanup stateless diffiehellman key handling (Filip Skokan) #62645fdc0b3d49c] - lib: definekEnumerablePropertyatomically (Antoine du Hamel) #6360999baf27aeb] - lib: fix typos in esm loader comments (RonGamzu) #63465cfb80a2103] - (SEMVER-MINOR) lib,permission: add permission.drop (Rafael Gonzaga) #626728e75efb9bc] - meta: flip mcollina emails in .mailmap (Matteo Collina) #63621a4ae97045f] - meta: label "source maps" PRs (Chengzhong Wu) #635913455a48ae1] - meta: addvfssubsystem label (René) #6233101bfcdfc20] - meta: skip scheduled workflows on forks (Jamie Magee) #63565bc4c457eae] - meta: add additional gitignore entries (James M Snell) #63267e1d65d9509] - module: load ESM helpers eagerly in the snapshot (Joyee Cheung) #635506a97b0932a] - quic: add proper error codes & messages for QUIC failures (Tim Perry) #631985989f4a6e1] - quic: support hostname verification (James M Snell) #63483b4d30e7a78] - quic: add stream idle timeout (James M Snell) #634838a1017f774] - quic: add block list support for endpoints (James M Snell) #634835a3ab93c49] - quic: improve peer cert verification (James M Snell) #634839701a82a78] - quic: handle h3 max header size option (James M Snell) #6348371788a2048] - quic: add rate limiting docs (James M Snell) #63483309bd49906] - quic: cache timestamp for address lru cache (James M Snell) #634832ce5588d51] - quic: add session creation rate limiting (James M Snell) #6348398808baed1] - quic: refine rate limiting (James M Snell) #6348375a4176b32] - quic: flip preferred address policy default to 'ignore' (James M Snell) #634838b6b03d60c] - quic: add doc note about certificate size limitations (James M Snell) #6348330eff873e0] - quic: add applicationOptions to session (James M Snell) #632674303daa43c] - quic: add getters for local and remote transport parameters (James M Snell) #63267e1b1bb5465] - quic: improve recv coalescing test sizes (James M Snell) #6326725a416f457] - quic: add initial RTT option to session options (James M Snell) #6326722e91c357f] - quic: enable recvmmsg batching in Endpoint (James M Snell) #63267c96d8a9d9b] - quic: improve stream header collection performance (James M Snell) #63267409460f2ce] - quic: add reusePort option to QuicEndpoint (James M Snell) #632679a2afffec9] - quic: coalesce received data into fewer buffers (James M Snell) #63267f9a6a2f558] - quic: apply multiple additional minor improvements (James M Snell) #63267ea5f3724ee] - quic: fix tests that are missing serverEndpoint close (James M Snell) #632676cffc931fc] - quic: fixup some v8:: qualifiers (James M Snell) #632679bc875e522] - quic: fix premature unref of endpoint when listening (James M Snell) #63267f940d6b1be] - quic: fixup UAFs in bindingdata, streams, and app (James M Snell) #63267fd00e0acb0] - quic: fix UAF in Application::OnTimeout() (James M Snell) #63267378dbf00e9] - quic: improve the quic js structure (James M Snell) #632670045dc30b6] - quic: improve internal structure of QuicStream (James M Snell) #632675e38946b26] - quic: add aliased struct arenas (James M Snell) #6326795430437a0] - quic: add handshake timeout and default connection limits (James M Snell) #632675622701429] - quic: implement rate limiting for version nego and immediate close (James M Snell) #63267b171f391cd] - quic: fixup linting issue after other changes (James M Snell) #6326724e9f4f177] - quic: fix crash in early handshake failure (James M Snell) #632675025e85d0a] - quic: eliminate per-received datagram allocation (James M Snell) #63267aec1e17ec5] - quic: cache the timestamp on send and receive (James M Snell) #632679560084560] - quic: add support for future ECN marking (James M Snell) #632672b3ff8ada2] - quic: improve batching of packet sending (James M Snell) #63267fe3639a4d6] - quic: improve backend quic packet processing (James M Snell) #63267f043013d9a] - src: remove TOCTOU race condition when encoding SAB-backedBuffers (Antoine du Hamel) #63517343958224d] - src: skip duplicate UTF-8 validation in TextDecoder fatal path (Mert Can Altin) #632312906fa833d] - src: dispatch ToV8Value(string_view) via StringBytes::Encode (Mert Can Altin) #63370860f9d8d4b] - src: fix ContextifyContext property definer interception result (Chengzhong Wu) #63549fcccffcbe6] - src: fix crash when reading length on Storage.prototype (Mohamed Sayed) #6352955f65f9fb6] - src: improve token return value check (James M Snell) #634837a36ca46cd] - src: exposenode::RegisterContextto make a node managed context (Chengzhong Wu) #623229bda92963c] - src,sqlite: only passxFilterwhen user provided a callback (Antoine du Hamel) #63516563db50f38] - stream: switch to internalsleepbinding (Antoine du Hamel) #63611a6e2322ee6] - stream: use data listener for compose forwarding (Trivikram Kamat) #635937198895c6b] - stream: serialize concurrent share consumer reads (Trivikram Kamat) #6347870ba8be1d7] - stream: fix lint error (Antoine du Hamel) #635981608d905a7] - stream: reject pending reads on iterator throw (Trivikram Kamat) #63555dc12b730d8] - stream: wait for push writer end fallback to drain (Trivikram Kamat) #635034f40a85a1a] - stream: flush each fused stateless transform (Trivikram Kamat) #63468526e0fc427] - stream: avoid duplicate writes in toWritable (Trivikram Kamat) #633600008d01f9c] - stream: propagate abort reason in share and broadcast (Trivikram Kamat) #63358217338e18b] - stream: fix Writable.toWeb() hang on synchronous drain (sangwook) #61197381f4b1b10] - stream: disallow writing string chunk with 'buffer' encoding (René) #63062cbee0de1cb] - stream: alignReadable.toWebtermination with eos (ikeyan) #62394be91f0a927] - test: shorten path in net pipe connect errors (Matteo Collina) #6340583cada8bcc] - test: deflake test-debugger-probe-timeout (Joyee Cheung) #635473560b96a10] - test: deflake test-webcrypto-crypto-job-mode (Filip Skokan) #635430c9c52373a] - test: remove test-node-output-v8-warning (Joyee Cheung) #6346912052dbe14] - test: cover webcrypto prototype pollution systematically (Filip Skokan) #635208c479f274a] - test: update test426-fixtures to9b9e225(Node.js GitHub Bot) #633732ca32a5ee8] - test: update WPT for url toe4a4672(Node.js GitHub Bot) #633721bf875bd21] - test: deflake async-hooks statwatcher test (Trivikram Kamat) #6339697dbfa09f7] - test: avoid test_runner watch restart in spec snapshot (Trivikram Kamat) #633928b038d7b33] - test: reduce watch mode restart flakiness (Trivikram Kamat) #63390f504c01d66] - test: get rid of unnecessaryAbortControllerinstanciations (Antoine du Hamel) #63489170585ff90] - test: isolate rerun-failures state file under tmpdir (Chemi Atlow) #63449935468a49e] - test: fixup quic tests (James M Snell) #63267fbbdfdcfc7] - test: wait for ok before initial break after restart (Yuya Inoue) #62807db808ad77d] - test: unskip snapshot reproducibility test (Joyee Cheung) #63307259d8b3dce] - test: update WPT for WebCryptoAPI to97bbc72(Node.js GitHub Bot) #63417d56c6cd708] - test_runner: ignore erased TS lines in coverage (Matteo Collina) #6351016015f1565] - test_runner: fix suite diagnostic chanel end (Moshe Atlow) #63533003b9ccbe9] - test_runner: dont buffer unordered events in process isolation mode (Moshe Atlow) #63432fdc4b5aed4] - test_runner: fix --test-rerun-failures swallowing failures on retry (Chemi Atlow) #634316a0bd2f329] - test_runner: add parentId to test events with testId (Moshe Atlow) #63435a646c93254] - test_runner: show replayed-from-attempt hint in spec reporter (Moshe Atlow) #63429b1fa59cbb6] - test_runner: preserve run duration when using test-rerun (Moshe Atlow) #634296ac7ff24ac] - tools: refinev8.nixsource definition (Antoine du Hamel) #6362559c01b959f] - tools: add lint rule for aborted AbortController (Trivikram Kamat) #635412ab034f6f9] - tools: bump @node-core/doc-kit in /tools/doc in the doc group (dependabot[bot]) #63494a6af903e0a] - tools: bump brace-expansion from 5.0.5 to 5.0.6 in /tools/eslint (dependabot[bot]) #63415215cd543dd] - tools: skip commit-lint on backport pull requests (Marco) #633780479f28e95] - tools: fix skip oftest-interneton forks (Antoine du Hamel) #6349269dfadf785] - tools: mock some Python utils inv8.nixto reuse builds (Antoine du Hamel) #634547b3e222cda] - util: remove unused functions (Antoine du Hamel) #636125a1f67c27b] - util: create hex style cache and fast path (Guilherme Araújo) #62999v26.2.0: 2026-05-20, Version 26.2.0 (Current), @aduh95Compare Source
Notable Changes
189d43a193] - doc: markstream.composestable (Matteo Collina) #62562f858c6140e] - (SEMVER-MINOR) fs: addTemporal.Instantsupport toStatsandBigIntStats(Livia Medeiros) #607890cbb3895df] - (SEMVER-MINOR) http: addwriteInformationto send arbitrary 1xx status codes (Tim Perry) #63155Commits
9a394bab84] - benchmark: respect stream/iter broadcast backpressure (Trivikram Kamat) #63314ad98b4620b] - crypto: align verifyOneShot accepted types (Anshika Jain) #63280ba0736a847] - crypto: wire ML-DSA and ML-KEM for use when using BoringSSL (Filip Skokan) #632555573a6a4a8] - crypto: wire ChaCha20-Poly1305 in Web Cryptography when using BoringSSL (Filip Skokan) #632557dc563b8d6] - crypto: wire AES-KW in Web Cryptography when using BoringSSL (Filip Skokan) #63255b55e2b1f4d] - crypto: improve system certificate enumeration logic on macOS (Robo) #62576fd509a755a] - crypto: harden CryptoKey algorithm slots (Filip Skokan) #631118657df39e7] - crypto: harden KeyObject internal slots (Filip Skokan) #63111729274e046] - crypto: reject invalid raw key imports (Filip Skokan) #631348fc9cb9c01] - crypto: improve accuracy of SubtleCrypto.supports (Filip Skokan) #63104288065cb3f] - crypto: optimize normalizeAlgorithm dispatch hot path (Filip Skokan) #62756ecf3797d09] - debugger: disambiguate probe location binding (Joyee Cheung) #63286bdc57135fd] - debugger: add --help tonode inspectand improve docs (Joyee Cheung) #632012a6e6058e9] - deps: update undici to 8.3.0 (Node.js GitHub Bot) #63377327b927271] - deps: update corepack to 0.35.0 (Node.js GitHub Bot) #633755828fadf52] - deps: update sqlite to 3.53.1 (Node.js GitHub Bot) #63217fe127a999b] - deps: update simdjson to 4.6.4 (Node.js GitHub Bot) #62811a34c4ea159] - deps: V8: cherry-pick435a2cd(Matthias Liedtke) #63136ad91efcc43] - deps: cherry-pick libuv/libuv@a43e543(Ali Hassan) #632225ea6c3ee7e] - deps: add missing static linking targets for libffi (Paolo Insogna) #63168c1f6ba22b4] - deps: update ngtcp2 to 1.22.1 (Node.js GitHub Bot) #628127b8767ef76] - doc: remove unsupported template type from v8.md (René) #63410b2ec1880b1] - doc: fix promise nomenclature instream_iter.md(Antoine du Hamel) #63406cf6cbbd39d] - doc: fix article usage before vowel-sound acronyms (joao-oliveira-softtor) #62696da05065d98] - doc: remove the bi-monthly contributor spotlight section (Claudio Wunder) #62734c31f320fba] - doc: update http2'spushandtrailersevents withrawHeadersparam (YuSheng Chen) #63259f0d008439b] - doc: add Rust toolchain manual installation instructions Windows (Mike McCready) #6336768b1220fbd] - doc: remove inactive members from Triagers list (Antoine du Hamel) #63329189d43a193] - doc: mark stream.compose stable (Matteo Collina) #62562c4fb894039] - doc: fix CHANGELOG (Richard Lau) #632929f319a77e4] - doc: reference correct function in Module docs (Robin Malfait) #632472c13acc88e] - doc: replace Visual Studio 2022 Evergreen version reference with 17.14 (Mike McCready) #632117e42c336c9] - doc: recommend explicitly Tier 1 or 2 for production applications (Mike McCready) #63187d99e0bb6d5] - doc: document Temporal configure flags in BUILDING.md (ChrisJr404) #63248c0ea77b305] - doc: run license-builder (github-actions[bot]) #632328265aba0f4] - doc: add large pull requests contributing guide (Matteo Collina) #62829be241bacc8] - doc: remove unnecessary<!-- eslint-magic comments (Antoine du Hamel) #63200e0b1f092c3] - doc: fix inconsistencies in CJS code snippets (Antoine du Hamel) #63199a3feb15871] - doc: clarify SEA platform support excludes darwin-x64 (MJSHANG) #63181cafd7667fc] - doc: improve quic documentation (James M Snell) #631573c784edb6f] - doc: update release steps when post-release fails (Rafael Gonzaga) #631319de954e9be] - doc: fix deprecation list in 26.0.0 changelog (Antoine du Hamel) #6314720c553e456] - doc: add Hmac.digest() documentation-only deprecation (DEP0206) (Anshika Jain) #631213494eae2c8] - doc: document the latest-vX.x schema (Marco Ippolito) #63033c02413d29d] - doc: remove list of versions inBUILDING.md(Antoine du Hamel) #6311353f9a902a1] - doc,sqlite: document entryPoint argument for loadExtension (Edy Silva) #63152f858c6140e] - (SEMVER-MINOR) fs: addTemporal.Instantsupport toStatsandBigIntStats(Livia Medeiros) #60789b2ba62ca0e] - fs: makeDateproperties onStatsenumerable (LiviaMedeiros) #633280cbb3895df] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #63155f712e6856e] - http2: validate non-link headers in writeEarlyHints (Matteo Collina) #620173acadae676] - lib: fix typo idenity => identity (Daijiro Wachi) #63112460329e886] - lib: fixes validator message (Daijiro Wachi) #628239438c832b2] - lib: narrow ReadableStreamBYOBRequest.view return type to Uint8Array (RoomWithOutRoof) #63017c7d27c82c4] - lib: handle --permission-audit when propagating flags (Rafael Gonzaga) #630479f19915276] - lib: optimize webidl conversion options (Filip Skokan) #62756771afd626a] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #6340267d094a554] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #632359091398f3d] - meta: ignore AI assistants files (Matteo Collina) #6261296f19a16d0] - module: fix sync hook short-circuit in require() in imported CJS (Joyee Cheung) #6292045f3e3ef11] - node-api: support SharedArrayBuffer in napi_create_typedarray (Yilong Li) #62710d7afa617bb] - quic: send correct OpenSSL alert for ALPN mismatches (Tim Perry) #63193526313beb8] - quic: fixup quic stream variable chunk len (James M Snell) #632301613c7fe70] - quic: support --allow-net permissions (James M Snell) #6318472ab7444a8] - quic: remove unused env_ variable in session_manager.h/cc (James M Snell) #631772b55656778] - quic: remove unused binding variable in session.cc (James M Snell) #6317783f0d37400] - quic: ignore coverage for quic files (James M Snell) #631497e6b77b14d] - quic: complete the internal implementation of QUIC (James M Snell) #6287671372418f1] - repl: fix dedup comparing normalized line against raw history (Daijiro Wachi) #6288620f40c2c25] - sqlite: keep source database alive during backup (Matteo Collina) #62673592f741bd0] - src: simplify OpenSSL feature gates (Filip Skokan) #63255520ab7ad40] - src: add BoringSSL EVP enumeration fallback (Filip Skokan) #6320612be49acbc] - src: support multiple versions in node.config.json (Marco Ippolito) #63033296f907585] - src: remove unused using declarations in node_task_queue (Mert Can Altin) #631447703f11b3c] - src: skip JS callback for settled Promise.race losers (Felipe Coelho) #6233674ab710c3a] - src,sqlite: remove dead code (Edy Silva) #63204e49154f4c8] - stream: add sync iterable fast path to pipeTo (Trivikram Kamat) #63318537455e98d] - stream: fix merge handling for object-like sources (Trivikram Kamat) #63356e21b8a47f0] - stream: limit iter from sync iterable batches (Trivikram Kamat) #633243bdb64dc67] - stream: cache minimum cursor count in broadcast (Trivikram Kamat) #6332281819add6b] - stream: remove unnecessary check (Antoine du Hamel) #6303022e3579d74] - stream: avoid retrying accepted pipeTo writes (Trivikram Kamat) #63297691915ea94] - stream: validate broadcast writer writev chunks (Trivikram Kamat) #63300253f5f4ca2] - stream: uncork fromWritable writev on chunk error (Trivikram Kamat) #63295aa6913cc4a] - stream: validate fromWritable() options before cache (Trivikram Kamat) #632786c53ddb988] - stream: optimize single-slot push queue drain (Trivikram Kamat) #63274b568649f6f] - stream: preserve toReadableSync batch after backpressure (Trivikram Kamat) #63276cdcefd7e2f] - stream: cache minimum cursor count in share (Trivikram Kamat) #63262ba7000e4f7] - stream: minor stream/iter implementation edits (René) #63132c694999ab8] - test: disable Maglev in near-heap-limit worker test (Trivikram Kamat) #63398a6d6d51c1b] - test: deflake connection refused proxy tests (Trivikram Kamat) #6339531d89c4f59] - test: avoid repeated writes in watch helper (Trivikram Kamat) #633866f3587c773] - test: deflake watch mode worker test (Trivikram Kamat) #63384a57aebaa73] - test: update tls/crypto behaviour expectations when using BoringSSL (Filip Skokan) #63161b871cff2db] - test: relax test-memory-usage arrayBuffers check (inoway46) #6324425189bcb95] - test: reduce flakiness ofdifferent-registry-per-thread(Antoine du Hamel) #632445bdb1f8426] - test: fix flaky test-watch-mode-inspect timeout (Matteo Collina) #63361d57bd2bf59] - test: relax min assertion in test-performance-eventloopdelay (Marco) #63100014e1f00c1] - test: avoid flaky restart sync in debugger exceptions test (Yuya Inoue) #62055dd28ff8a80] - test: avoid initial-break wait in restart-message (inoway46) #62060e89a49a13a] - test: move FFI tests toNATIVE_SUITES(Antoine du Hamel) #6316551ef0258ba] - test: update WPT for wasm/jsapi to288c467(Node.js GitHub Bot) #63136c0175a9ba1] - test: use ERM to destroy sqlite database handles after tests (René) #6307683054e8aba] - test_runner: avoid hanging on incomplete v8 frames (Ali Hassan) #627044f1426d361] - test_runner: fix hooks test context (Moshe Atlow) #632856a4c4b7193] - test_runner: fix diagnostics channel context tracking (Moshe Atlow) #63283eba9c3481b] - test_runner: add tags option and tag-name filter (Chemi Atlow) #632212ba124f23b] - tls: add unsupported renegotiation error (Filip Skokan) #631617c5048495a] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #630756c574110a7] - tools: update gyp-next to 0.22.2 (Node.js GitHub Bot) #63374f14ed762b3] - tools: add boringssl to tools/nix/openssl-matrix.nix (Filip Skokan) #6320614d3924c48] - tools: fix test426 updater (Antoine du Hamel) #632710d017ece8d] - tools: filter V8 scripts for build toolchain (Richard Lau) #630693859a8700e] - tools: use different branch for tool updates on staging branches (Antoine du Hamel) #631104a32ed82bd] - tools: prevent lib code from reading KeyObject and CryptoKey accessors (Filip Skokan) #63111v26.1.0: 2026-05-07, Version 26.1.0 (Current), @aduh95Compare Source
Notable Changes
Experimental
node:ffimoduleNode.js now includes an experimental
node:ffimodule for loading dynamiclibraries and calling native symbols from JavaScript.
The API is gated behind the
--experimental-ffiflag and, when the PermissionModel is enabled, requires
--allow-ffi.This API is inherently unsafe. Invalid pointers, incorrect signatures, or accessing memory
after it has been freed can crash the process or corrupt memory.
Contributed by Paolo Insogna in #62072.
Other Notable Changes
34a6454fe3] - (SEMVER-MINOR) buffer: addendparameter (Robert Nagy) #62390073e84d7fe] - (SEMVER-MINOR) crypto: accept key data incrypto.diffieHellman()and cleanup DH jobs (Filip Skokan) #625275b9cb10a5f] - (SEMVER-MINOR) crypto: implementrandomUUIDv7()(nabeel378) #6255398f9becd16] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes tonode inspect(Joyee Cheung) #6271306defaa2ea] - (SEMVER-MINOR) fs: addsignaloption tofs.stat()(Mert Can Altin) #57775db66a963bf] - (SEMVER-MINOR) fs: exposefrsizefield instatfs(Jinho Jang) #6227787adb3472b] - (SEMVER-MINOR) http: hardenClientRequestoptions merge (Matteo Collina) #630829047ec12ce] - (SEMVER-MINOR) http: addreq.signaltoIncomingMessage(Akshat) #62541ab66de8eaa] - (SEMVER-MINOR) process: throw onexecve(2)failure instead of aborting (Bryan English) #628788273682c87] - (SEMVER-MINOR) src: allow empty--experimental-config-file(Marco Ippolito) #61610fbff28f7e6] - (SEMVER-MINOR) stream: propagate destruction induplexPair(Ahmed Elhor) #61098a8c773a0c7] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #62820b883a5eaea] - (SEMVER-MINOR) test_runner: add mock-timers support forAbortSignal.timeout(DeveloperViraj) #60751a21ae1771e] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #61747b85c73ff10] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #61556Commits
1b959d02c2] - assert,util: fix stale nested cycle memo entries (Ruben Bridgewater) #62509bbeb38d210] - buffer: fix end parameter bugs in indexOf/lastIndexOf (Robert Nagy) #6271134a6454fe3] - (SEMVER-MINOR) buffer: add end parameter (Robert Nagy) #623908b91526cd5] - build: track PDL files as inputs in inspector GN build (Robo) #62888da40ed7842] - build: remove armv6 from experimental platforms (René) #63063b36e55a23e] - build: make test-addons dependency-free (Joyee Cheung) #62388c27f3cf8f2] - build: add --enable-all-experimentals build flag (Paolo Insogna) #627550d73b63a76] - build: fix cargo check when Temporal is disabled (Antoine du Hamel) #62730d8f97e6f7b] - build: fix ffi dependency compilation (Paolo Insogna) #62731d1eb7b340f] - build: fix stray debug string in LIEF defines (Om Ghante) #62683845283009d] - build: remove redundant -fuse-linker-plugin from GCC LTO flags (Daniel Lando) #62667a6e99879f4] - build,win: enable x64 PGO (Stefan Stojanovic) #6276138befee0fb] - crypto: add JWK support for ML-KEM and SLH-DSA key types (Filip Skokan) #62706b10653ad87] - crypto: add guards and adjust tests for BoringSSL (Filip Skokan) #628832a7a69c6b0] - crypto: reject unintended raw key format string input (Filip Skokan) #62974bad1e2fe6a] - crypto: fix unsigned conversion of 4-byte RSA publicExponent (DeepView Autofix) #62839c9d5bae598] - crypto: remove Argon2 KDF derivation from its job setup (Filip Skokan) #628636eea52426f] - crypto: reject duplicate ML-KEM JWK key_ops (Filip Skokan) #6290580d4836616] - crypto: deduplicate and canonicalize CryptoKey usages (Filip Skokan) #629028950247027] - crypto: reject inherited key type names (Jonathan Lopes) #628753f42f9615a] - crypto: strengthen argument CHECKs in TurboSHAKE (Tobias Nießen) #6276328346d999b] - crypto: guard against size_t overflow on experimental 32-bit arch (Filip Skokan) #62626d4cec263c4] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #62527073e84d7fe] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #62527518b578fe7] - crypto: add memory tracking for secureContext openssl objects (Mert Can Altin) #590515b9cb10a5f] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #625537133826053] - debugger: move ProbeInspectorSession and helpers to separate files (Joyee Cheung) #6301398f9becd16] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes tonode inspect(Joyee Cheung) #6271394ac62a2d1] - deps: update undici to 8.2.0 (Node.js GitHub Bot) #63092ef71de87e6] - deps: update amaro to 1.1.9 (Node.js GitHub Bot) #63090c4f0ef881a] - deps: update llhttp to 9.4.1 (Node.js GitHub Bot) #63045d29fbc0029] - deps: fix integration issues with the latest nghttp2 (Tim Perry) #62891537825acee] - deps: update nghttp2 to 1.69.0 (Node.js GitHub Bot) #628914446bf694d] - deps: update corepack to 0.34.7 (Node.js GitHub Bot) #628108f55327f1c] - deps: fix libffi macos build (Paolo Insogna) #630063dee18f72f] - deps: patch V8 to 14.6.202.34 (Node.js GitHub Bot) #62964e281b247e6] - deps: update timezone to 2026b (Node.js GitHub Bot) #629624dd982df13] - deps: upgrade npm to 11.13.0 (npm team) #6289861c0ff4a13] - deps: cherry-pick libuv/libuv@439a54b(skooch) #62881d26ca462ae] - deps: update undici to 8.1.0 (Node.js GitHub Bot) #627286f08489ac9] - deps: update sqlite to 3.53.0 (Node.js GitHub Bot) #62699713601e8bd] - deps: update nbytes to 0.1.4 (Node.js GitHub Bot) #62698578cf1c0c1] - deps: update archs files for openssl-3.5.6 (Node.js GitHub Bot) #626294a4ef13c67] - deps: upgrade openssl sources to openssl-3.5.6 (Node.js GitHub Bot) #626292f3eca8c1e] - deps: update perfetto to 54.0 (Chengzhong Wu) #62397944ed9b739] - deps: add perfetto build files (Chengzhong Wu) #6239715530a7484] - deps: update ngtcp2 to 1.22.0 (Node.js GitHub Bot) #62595b813b4c4b5] - deps: update minimatch to 10.2.5 (Node.js GitHub Bot) #6259438e7ce58c5] - deps: update googletest tod72f9c8(Node.js GitHub Bot) #62593b5c573ed14] - deps: update simdjson to 4.6.1 (Node.js GitHub Bot) #62592318e2c7cd3] - deps: libuv: cherry-pickaabb765(Santiago Gimeno) #62561c6ccbd742a] - deps: libuv: reapply3a9a6e3(Andy Pan) #625614ad07de7ae] - diagnostics_channel: add BoundedChannel and scopes (Stephen Belanger) #6168044416ea3fd] - doc: fix documentation history missing 25.9.0 (Antoine du Hamel) #631515f6dfbf68e] - doc: fix changelog for chromium numbering (Rafael Gonzaga) #6313330c4b3658c] - doc: fix the TypeScript Execute (tsx) project link (David Thornton) #63093ca3c3097f1] - doc: minor structural stream/iter edits (René) #6308992324aab6f] - doc: remove typo comma from man page (Vas Sudanagunta) #63080712a15da73] - doc: correct diagnostics_channel built-in channel names (Bryan English) #62995c92cb6fe0d] - doc: use mjs/cjs blocks for callbackify null reason example (Daijiro Wachi) #62884020776d4d6] - doc: fix typo in test.md (Rich Trott) #629607d52f2061e] - doc: correct typo in PR contribution instructions (Mike McCready) #6273870e8944676] - doc: fix duplicate word "of of" in postMessageToThread (Daijiro Wachi) #6291711c6c29284] - doc: fix duplicate word "to to" in util.styleText (Daijiro Wachi) #62917242adab671] - doc: fix duplicate word "for for" in compile cache (Daijiro Wachi) #62917b9f3abd63e] - doc: fix doubled word typo in stream_iter.md (Daijiro Wachi) #629167a52fd0448] - doc: fix typo in dns.lookup options description (Daijiro Wachi) #62882acd7e18a8c] - doc: fix Argon2 parameter bounds (Tobias Nießen) #62868b43ecf40bb] - doc: trust FFI in the threat model (Paolo Insogna) #62852981ce96b03] - doc: fix typos and inconsistencies in crypto.md and webcrypto.md (Filip Skokan) #62828acc52ef257] - doc: clarify diffieHellman.generateKeys recomputes same key (Kit Dallege) #62205ae87597c07] - doc: remove Ayase-252 and meixg from triagger team (Antoine du Hamel) #628411cd3694a5f] - doc: clarify dns.lookup() callback signature when all is true (eungi) #6280040a4337d65] - doc: add experimental modules lifetime policy (Paolo Insogna) #6275346f48222f8] - doc: clarify process._debugProcess() in Permission Model (Fahad Khan) #625376eb9917497] - doc: fix typo in devcontainer guide (Rohan Santhosh Kumar) #626873826c5ed7e] - doc: clarify Backport-PR-URL metadata added automatically (Mike McCready) #626685d7e0dbbd8] - doc: update WPT test runner README.md (Filip Skokan) #62680e9d76b2a75] - doc: fix spelling in release announcement guidance (Rohan Santhosh Kumar) #626631ae41cebb0] - doc: note GCC >= 14 requirement for native riscv64 builds (Jamie Magee) #626079b29be6a28] - doc: note non-monotonic clock in crypto.randomUUIDv7 (nabeel378) #626005ae59553f6] - doc: update bug bounty program (Rafael Gonzaga) #62590ce3f4c85dd] - doc: document TransformStream transformer.cancel option (Tom Pereira) #6256608a9ba73e4] - doc: mention test runner retry attemp is zero based (Moshe Atlow) #6250432f2169ede] - doc,src,test: fix dead inspector help URL (semimikoh) #62745870c1cd3f4] - doc,test: mem protection must be observed in ffi (Bryan English) #628183d5cf171dc] - esm: addERR_REQUIRE_ESM_RACE_CONDITION(Antoine du Hamel) #624622004d8d6db] - ffi: makeFFIFunctionInfoaBaseObjectsubclass (Anna Henningsen) #6307153eb7abeba] - ffi: prevent premature GC of DynamicLibrary (semimikoh) #6302458dc92f502] - ffi: support Symbol.dispose on DynamicLibrary (Matteo Collina) #62925528f8b2bae] - ffi: add shared-buffer fast path for numeric and pointer signatures (Bryan English) #6291842ac8b9ae7] - fs: add followSymlinks option to glob (Matteo Collina) #62695873c2bca70] - fs: restore fs patchability in ESM loader (Joyee Cheung) #62835349c7502c3] - fs: validate position argument before length === 0 early return (Edy Silva) #6267406defaa2ea] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #57775db66a963bf] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #622773191d2936a] - http: emit 'drain' on OutgoingMessage only after buffers drain (Robert Nagy) #6293687adb3472b] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #63082e0b79633f6] - http: fix leaked error listener on sync HTTP req create + destroy (Tim Perry) #6287270c5491f53] - http: fix no_proxy leading-dot suffix matching (Daijiro Wachi) #6233360a585e68a] - http: cleanup pipeline queue (Robert Nagy) #625349047ec12ce] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #6254101eed5901b] - http2: expose writable stream state on compat response (T) #6300319b7adf3ba] - inspector: fix absolute URLs in network http (bugyaluwang) #629554d10823fbb] - inspector: coerce key and value to string in webstorage events (Ali Hassan) #626169a3ac66cc5] - inspector: return errors when CDP protocol event emission fails (Ryuhei Shima) #62162c89501c6e5] - inspector: auto collect webstorage data (Ryuhei Shima) #62145ef08c5016a] - lib: refactor internal webidl converters (Filip Skokan) #62979d0744c6a99] - lib: add Temporal to frozen intrinsics (René) #630296d81cb17b3] - lib: avoid quadratic shift() in startup snapshot callback (Daijiro Wachi) #629143491f73051] - lib: fix FLOAT_32 and FLOAT_64 type constants in ffi (Daijiro Wachi) #62892c4ca303b36] - lib: harden kKeyOps lookup with null prototype (Filip Skokan) #628772e612fe070] - lib: short-circuit WebIDL BufferSource SAB check (Filip Skokan) #62833e850ee9c69] - lib: add new methods and error codes (Paolo Insogna) #62762e21b873589] - lib: use js-only implementation ofisDataView()(René) #62780f454d1719d] - lib: fix lint in internal/webstreams/util.js (Filip Skokan) #62806fbd8ededba] - lib: fix sequence argument handling in Blob constructor (Ms2ger) #6217916860e6abd] - lib: improve Web Cryptography key validation ordering (Filip Skokan) #62749ba3f3e1753] - lib: reject SharedArrayBuffer in web APIs per spec (Ali Hassan) #62632d065e996bb] - lib: defer AbortSignal.any() following (sangwook) #623672a711f4b0c] - (SEMVER-MINOR) lib,src,test,doc: add node:ffi module (Colin Ihrig) #62072d578343582] - meta: bump github/codeql-action from 4.35.1 to 4.35.3 (dependabot[bot]) #630741b4b90d544] - meta: bump Mozilla-Actions/sccache-action from 0.0.9 to 0.0.10 (dependabot[bot]) #630731477349e47] - meta: bump actions/upload-artifact from 7.0.0 to 7.0.1 (dependabot[bot]) #63072ecb7de271a] - meta: bump cachix/install-nix-action from 31.10.3 to 31.10.5 (dependabot[bot]) #62846fb91408312] - meta: bump actions/upload-artifact from 7.0.0 to 7.0.1 (dependabot[bot]) #628507eb9a6be68] - meta: add automation policy (Chengzhong Wu) #628716f053a4cb8] - meta: update CODEOWNERS for FFI (Paolo Insogna) #6285388fe50a725] - meta: move VoltrexKeyva to emeritus (Matteo Collina) #6289542e770bdd0] - meta: bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (dependabot[bot]) #62845952d005233] - meta: bump step-security/harden-runner from 2.16.1 to 2.19.0 (dependabot[bot]) #628441bd19d9768] - meta: bump actions/github-script from 8.0.0 to 9.0.0 (dependabot[bot]) #62843386244a7dd] - meta: bump actions/setup-node from 6.3.0 to 6.4.0 (dependabot[bot]) #6284216b2c41f70] - meta: broaden stale bot (Aviv Keller) #6265841e7a4ba82] - meta: pass release version to release worker (flakey5) #62777632821db85] - meta: add QUIC to CODEOWNERS (Tim Perry) #626524a7ad93ed8] - meta: move Michael to emeritus (Michael Dawson) #6253644d5a33efb] - meta: populate apt list for slim runner in update-openssl workflow (René) #62628d874596aa3] - meta: bump cachix/install-nix-action from 31.9.1 to 31.10.3 (dependabot[bot]) #625511631b27e2b] - meta: bump step-security/harden-runner from 2.15.0 to 2.16.1 (dependabot[bot]) #625504de376894d] - meta: bump actions/download-artifact from 8.0.0 to 8.0.1 (dependabot[bot]) #6254939da4d7bd6] - meta: bump actions/setup-node from 6.2.0 to 6.3.0 (dependabot[bot]) #6254862e3aa55ad] - meta: bump github/codeql-action from 4.32.4 to 4.35.1 (dependabot[bot]) #6254783986de8a2] - meta: bump codecov/codecov-action from 5.5.2 to 6.0.0 (dependabot[bot]) #6254518e56861dc] - meta: bump cachix/cachix-action from 16 to 17 (dependabot[bot]) #62544d4e49d567a] - meta: bump actions/cache from 5.0.3 to 5.0.4 (dependabot[bot]) #625432c5a914af4] - meta: require DCO signoff in commit message guidelines (James M Snell) #62510f21039ce59] - meta: expand memory leak DoS criteria to all DoS (Joyee Cheung) #62505824ac6b5bf] - module: excludenode:ffifrombuiltinModuleswhen not enabled (Jordan Harband) #63158bb6293ab7c] - module: remove duplicated checks from_resolveFilename(Antoine du Hamel) #6272934ec8c9f5c] - module,win: fix long subpath import (Stefan Stojanovic) #62101de46e68918] - node-api: update libuv ABI stability note (Chengzhong Wu) #6278978c7d77bbf] - node-api: add napi_create_external_sharedarraybuffer (Ben Noordhuis) #62623a0ccf94f61] - node-api: execute tsfn finalizer after queue drains when aborted (Kevin Eady) #61956ab66de8eaa] - (SEMVER-MINOR) process: throw on execve(2) failure instead of aborting (Bryan English) #6287820151be8cb] - process: handle rejections only when needed (Gürgün Dayıoğlu) #629199b24a815a2] - quic: add QuicEndpoint.listening & QuicStream.destroy() and tests (Tim Perry) #62648761a96740c] - quic: fixup token verification to handle zero expiration (James M Snell) #626204ade02ac85] - quic: support multiple ALPN negotiation (James M Snell) #62620b2e2e648e4] - quic: apply multiple TLS context improvements and SNI support (James M Snell) #6262056b941af4a] - quic: implement rapidhash for hashing improvements (James M Snell) #626207cda4300b8] - quic: use arena allocation for packets (James M Snell) #625891e8fa2f1bd] - sqlite: use OneByte for ASCII text and internalize col names (Ali Hassan) #619543af44ee508] - sqlite: add serialize() and deserialize() (Ali Hassan) #625796386914b4b] - src: decouple KeyObject and CryptoKey and move CryptoKey to src (Filip Skokan) #629242dc1d205ee] - src: replace uses of deprecated v8::External APIs (gahaas) #61898cb33a794a5] - src: remove license headers for new node_profiling files (Chengzhong Wu) #6306659860eb798] - src: swap dotenv and config file parsing order (Marco Ippolito) #63035fda439cb58] - src: useunique_ptrfor ffi memory management (Anna Henningsen) #6307156917afc57] - src: split profiling helpers from util (Ilyas Shabi) #63008fca56a409d] - src: add missing <cstdlib> for abort() declaration (Charles Kerr) #63001d49c89e915] - src: make node.config.json throw at unknown fields (Marco Ippolito) #62992e89c8e9b68] - src: fix crash in GetErrorSource() for invalid using syntax (semimikoh) #62770d89f719ce0] - src: remove outdated comments in contextify (Chengzhong Wu) #629325117a3e52b] - src: simplifyTCPWrap::Connectsignature (Anna Henningsen) #6292941bd288ec7] - src: align FFI error handling with Node.js source (Anna Henningsen) #62858faaccfb9df] - src: simplify and fix FFI ArrayBuffer accesses (Anna Henningsen) #6285743bf39c350] - src: use DCHECK in AsyncWrap::MakeCallback instead emiting a warning (Gerhard Stöbich) #62795da52b09859] - src: fix MaybeStackBuffer char_traits deprecation warning (om-ghante) #625072b12bca317] - src: use context-free V8 message column getters (René) #627787efc2ce7b3] - src: clean up experimental flag variables (Antoine du Hamel) #627598273682c87] - (SEMVER-MINOR) src: allow empty --experimental-config-file (Marco Ippolito) #61610b844c24395] - src: coercespawnSyncargs to string once (Antoine du Hamel) #6263328679d76c4] - src: use stack allocation for small string encoding (Ali Hassan) #62431144ef93735] - src: add contextify interceptor debug logs (Chengzhong Wu) #62460d34cfb512e] - stream: remove redundant method check from iter.pipeToSync (René) #63099a95830b72a] - stream: copyeditwebstreams/adapter.js(Antoine du Hamel) #630344bf3e1e084] - stream: remove duplicated utility (Antoine du Hamel) #63031214a8c197b] - stream: simplifysetPromiseHandledutility (Antoine du Hamel) #63032c12a767ff2] - stream: validate ReadableStream.from iterator objects (Daeyeon Jeong) #62911b09953d2d4] - stream: reject duplicate nested transferables (Daeyeon Jeong) #62831b9929622f3] - stream: ensuring cross-destruction in _duplexify to prevent leaks (Daijiro Wachi) #62824c51a39b3ec] - stream: simplifyreadableStreamFromIterable(Antoine du Hamel) #6265136078574b9] - stream: fix nested compose error propagation (Matteo Collina) #62556e1928cd481] - stream: allow shared array buffer sources in writable webstream adapter (René) #62163450e0519d9] - stream: simplifycreatePromiseCallback(Antoine du Hamel) #6265057e59ea070] - stream: fix writev unhandled rejection in fromWeb (sangwook) #62297958373413c] - stream: noop pause/resume on destroyed streams (Robert Nagy) #62557ee38d2c43d] - stream: refactor duplexify to be less suceptible to prototype pollution (Antoine du Hamel) #62559fbff28f7e6] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #61098d7317f4f90] - stream: add stream/iter to classic stream adapters (James M Snell) #6246955298c443f] - test: accept OpenSSL 4 generic internal error for DH key-type mismatches (Filip Skokan) #6280596581bccc7] - test: update WPT for url to258f285(Node.js GitHub Bot) #63087c73aba07fb] - test: run Temporal presence checks without V8 flag (René) #630289c94dce55b] - test: export isRiscv64 from common module (Jamie Magee) #6260933c5f7fdbf] - test: normalize known inspector crash as completion (Joyee Cheung) #628518146a97bc3] - test: update WPT for streams tof8f26a3(Node.js GitHub Bot) #628647c77c301c9] - test: account for RFC 7919 FFDHE negotiation in OpenSSL 4.0 (Filip Skokan) #628059bf7604eb6] - test: skip tls-deprecated secp256k1 on OpenSSL 4.0 (Filip Skokan) #62805d173604b53] - test: use an always invalid cipher and cover OpenSSL 4.0 behaviours (Filip Skokan) #6280572f52163b4] - test: use valid DER OCSP responses (Filip Skokan) #62805e242394ad9] - test: skip test-tls-error-stack when engines are unsupported (Filip Skokan) #628059bff52ebf8] - test: accept renamed OpenSSL 4.0 error code and reason (Filip Skokan) #62805d9b8cc1b68] - test: update test/addons/openssl-binding for OpenSSL 4.0 (Filip Skokan) #62805960fb16287] - test: mark test-snapshot-reproducible flaky (Filip Skokan) #628087a12dd58cf] - test: check contextify contextual store behavior in strict mode (René) #62571c73c8e603f] - test: skiptest-temporal-with-zoneinfoon system-icu builds (Antoine du Hamel) #6275448a3ca303e] - test: generatelocalstorage.dbin a temp dir (Chengzhong Wu) #626601a41c2c5db] - test: update tls junk data error expectations (Filip Skokan) #62629115e8c2052] - test: ensure WPT report is in out/wpt (Filip Skokan) #62637cb07b918bd] - test: improve WPT runner summary (Filip Skokan) #626367f48438380] - test: skip url WPT subtests instead of modifying test script (Filip Skokan) #626354097fb95d7] - test: capture negative utimes mtime at call time (Yuya Inoue) #62490e29f46df81] - test: allow skipping individual WPT subtests (Filip Skokan) #625174d546886c3] - test: use on-disk fixture for test-npm-install (Joyee Cheung) #625845b35eb02ec] - test: update WPT for url to7a3645b(Node.js GitHub Bot) #625917a8610835d] - test_runner: fix failing suite hooks when marked withtodo(Moshe Atlow) #63097a8c773a0c7] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #62820dc0d757c8a] - test_runner: fix suite rerun edge case (Moshe Atlow) #62860b883a5eaea] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #607516fa62b7d58] - test_runner: addtestIdto test events (Moshe Atlow) #6277239e08340ff] - test_runner: publish to TracingChannel for OTel instrumentation (Moshe Atlow) #62502a21ae1771e] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #61747cf0edeb65d] - test_runner: add passed, attempt, and diagnostic to SuiteContext (Moshe Atlow) #62504644e2399d6] - test_runner: addgetTestContext()(Moshe Atlow) #62501480d538830] - tools: usenpm ciin Undici update script (Antoine du Hamel) #630989afb013edd] - tools: update nixpkgs-unstable toc6d6588(Node.js GitHub Bot) #63091b9f2f5a90a] - tools: bump postcss from 8.5.8 to 8.5.10 in /tools/doc (dependabot[bot]) #6296609e4f4caca] - tools: use LTS Node.js in notify-on-push workflow (Nenad Spasenic) #630842af4c89774] - tools: implements a few nits onbuild-aarch64-linux-v8(Antoine du Hamel) #63048cf9c1849ca] - tools: update gr2m/create-or-update-pull-request-action to v1.10.1 (Mike McCready) #6306596370a57ed] - tools: simplifyupdate-undici.sh(Antoine du Hamel) #63044b90486edd8] - tools: do not runtest-linuxon unrelated tools changes (Antoine du Hamel) #63037ac49e7c9fc] - tools: migrate fromopenssl-matrix.jsontoopenssl-matrix.nix(Antoine du Hamel) #63036a9df3e37fd] - tools: update labels for nixpkgs pin bumps (Antoine du Hamel) #62994cee0154af8] - tools: reuse V8 builds even without Cachix on test-shared (Antoine du Hamel) #6298078c183da6b] - tools: do not include HTML docs in slim tarball (Antoine du Hamel) #6298904ce9df084] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #628484d2952c00a] - tools: update nixpkgs-unstable to01fbdee(Node.js GitHub Bot) #62963555ad12f27] - tools: update gyp-next to 0.22.1 (Node.js GitHub Bot) #62961f92cbc2c81] - tools: fix commit linter for semver-major release proposals (Antoine du Hamel) #629933b5bb4d758] - tools: consolidate and simplify .editorconfig deps section (Daijiro Wachi) #62887027bef4f3e] - tools: add non-default OpenSSL versions to the test-shared workflow (Filip Skokan) #62862fdcd7752de] - tools: set bot as author of tools-deps-update PRs (Antoine du Hamel) #62856ab7be6d987] - tools: bump brace-expansion from 5.0.4 to 5.0.5 in /tools/eslint (dependabot[bot]) #6245882281ffd59] - tools: bump brace-expansion in /tools/clang-format (dependabot[bot]) #6246748bb51b3d7] - tools: update nixpkgs-unstable toab72be9(Node.js GitHub Bot) #6282167baa3254b] - tools: bump @node-core/doc-kit in /tools/doc in the doc group (dependabot[bot]) #62512bdee0a859d] - tools: exclude @node-core/doc-kit from dependabot cooldown (Levi Zim) #627759e19f55214] - tools: re-enable undici WPTs in daily wpt.fyi job (Filip Skokan) #626771eedbdded9] - tools: use upstream version of OpenSSL intest-shared(Antoine du Hamel) #626793490c1fba1] - tools: pass the Temporal disable flag when disabled inshell.nix(Antoine du Hamel) #627333a29dafd2d] - tools: fix--shared-fficompilation on macOS (Antoine du Hamel) #627375cb9108b9c] - tools: update nixpkgs-unstable to1304392(Node.js GitHub Bot) #62700757cd21ea0] - tools: update gyp-next to 0.22.0 (Node.js GitHub Bot) #62697fad51c2f03] - tools: add a check for clean git tree after tests (Antoine du Hamel) #62661d1c517fd61] - tools: improve backport review script (Antoine du Hamel) #625736d169c75f7] - tools: makev8.nixmore stable (Antoine du Hamel) #625081587a60bf8] - tools: add perfetto updater (Chengzhong Wu) #62397f54d74a5e7] - tools: improve output for unexpected passes in WTP tests (Antoine du Hamel) #62587a86c96333c] - tools: revert OpenSSL update workflow to ubuntu-latest (Richard Lau) #62627c9860f5800] - tools: update nixpkgs-unstable toa6522db(Node.js GitHub Bot) #62596ae41e2a141] - tools: bump the eslint group in /tools/eslint with 2 updates (dependabot[bot]) #62552e2ba824407] - tools: allow triagers to queue a PR for CI until it's reviewed (Antoine du Hamel) #62524899d780f15] - tools: do not runcommit-linton release proposals (Antoine du Hamel) #62523102da27b4e] - url: process crash via malformed UNC hostname in pathToFileURL() (Nicola Del Gobbo) #625743abd78c3e5] - url: optimize URLSearchParams set/delete duplicate handling (Gürgün Dayıoğlu) #62266fd3bf3830b] - url: align default argument handling for URLPattern with webidl (Filip Skokan) #62719b85c73ff10] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #61556c1d6b3db73] - v8: add cpu profile options (Ilyas Shabi) #62684717d9a7fda] - v8: add heap profile API (Ilyas Shabi) #622732b885667a9] - watch: track worker entry files in watch mode (SudhansuBandha) #62368457fb55193] - watch: fix --env-file-if-exists crashing on linux if the file is missing (Efe) #61870v26.0.0: 2026-05-05, Version 26.0.0 (Current), @RafaelGSSCompare Source
We're excited to announce the release of Node.js 26! Highlights include the Temporal API enabled by default,
updates to the V8 JavaScript engine to 14.6, Undici to 8.0, and several important deprecations and removals
as we continue to modernize the platform.
As a reminder, Node.js 26 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months.
We encourage you to explore the new features and benefits offered by this latest release and evaluate their potential impact on your applications.
Notable Changes
Temporal API
The Temporal API is now enabled by default in Node.js 26. Temporal is a modern date/time API for JavaScript
that provides a more robust and feature-rich alternative to the legacy
Dateobject.Contributed by Richard Lau in #61806.
V8 14.6
The V8 engine is updated to version 14.6.202.33, which is part of Chromium 134.
This version also includes:
[Weak]Map.prototype.getOrInsert(),[Weak]Map.prototype.getOrInsertComputed()Iterator.concat()Contributed by Michaël Zasso in #61898.
Undici 8
Undici has been updated to version 8.0.2, bringing new features and improvements to Node.js's HTTP client implementation.
Deprecations and Removals
dff46c07c3] - (SEMVER-MAJOR) crypto: move DEP0182 to End-of-Life (Tobias Nießen) #6108493c25815ee] - (SEMVER-MAJOR) http: move writeHeader to end-of-life (Sebastian Beltran) #60635http.Server.prototype.writeHeader()is now fully removed. Usehttp.Server.prototype.writeHead()instead.c755b0113c] - (SEMVER-MAJOR) stream: move _stream_* to end-of-life (Sebastian Beltran) #60657The legacy
_stream_wrap,_stream_readable,_stream_writable,_stream_duplex,_stream_transform, and_stream_passthroughmodules are now fully removed.adac077484] - (SEMVER-MAJOR) crypto: runtime-deprecate DEP0203 and DEP0204 (Filip Skokan) #62453ac6375417a] - (SEMVER-MAJOR) stream: promote DEP0201 to runtime deprecation (René) #6217398907f560f] - (SEMVER-MAJOR) module: runtime-deprecate module.register() (Geoffrey Booth) #6240189f4b6cddb] - (SEMVER-MAJOR) module: remove --experimental-transform-types (Marco Ippolito) #61803Semver-Major Commits
d3f79aa65d] - (SEMVER-MAJOR) assert: allow printf-style messages as assertion error (Ruben Bridgewater) #58849f6ce381fec] - (SEMVER-MAJOR) build: bump GCC requirement to 13.2 (Michaël Zasso) #62555bff81fca46] - (SEMVER-MAJOR) build: enable Temporal by default (Richard Lau) #618066ddb1643e1] - (SEMVER-MAJOR) build: enable V8_VERIFY_WRITE_BARRIERS in debug build (Joyee Cheung) #61898a8ab08b373] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #618980998c37eb6] - (SEMVER-MAJOR) build: target Power 9 for AIX/IBM i (Richard Lau) #62296d73c49e849] - (SEMVER-MAJOR) build: drop support for Python 3.9 (Mike McCready) #611773c92ee1008] - (SEMVER-MAJOR) build: enable maglev for Linux on s390x (Richard Lau) #60863908c468828] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #604886380fbb5ee] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #60111089d6c77e7] - (SEMVER-MAJOR) (CVE-2026-21717) build,test: test array index hash collision (Joyee Cheung) #61898f9bd0165c4] - (SEMVER-MAJOR) build,win: fix Temporal build (StefanStojanovic) #618066cc4cf8fe8] - (SEMVER-MAJOR) crypto: unify asymmetric key import through KeyObjectHandle::Init (Filip Skokan) #62499adac077484] - (SEMVER-MAJOR) crypto: runtime-deprecate DEP0203 and DEP0204 (Filip Skokan) #6245374509b166a] - (SEMVER-MAJOR) crypto: decorate async crypto job errors with OpenSSL error details (Filip Skokan) #62348da5843b91d] - (SEMVER-MAJOR) crypto: default ML-KEM and ML-DSA pkcs8 export to seed-only format (Filip Skokan) #62178dff46c07c3] - (SEMVER-MAJOR) crypto: move DEP0182 to End-of-Life (Tobias Nießen) #6108494cd600542] - (SEMVER-MAJOR) crypto: fix DOMException name for non-extractable key error (Filip Skokan) #60830dae2219cca] - (SEMVER-MAJOR) deps: V8: cherry-pick0f024d4(ishabi) #6240815d406c1b1] - (SEMVER-MAJOR) deps: fix V8 race condition for AIX (Abdirahim Musse) #6189846852d2d7a] - (SEMVER-MAJOR) deps: V8: cherry-pickcd2c216(LuYahan) #61898784431d6fc] - (SEMVER-MAJOR) deps: V8: backport088b711(Igor Sheludko) #618983839c4a756] - (SEMVER-MAJOR) deps: V8: cherry-pick00f6e83(Joyee Cheung) #6189844f64f1dd9] - (SEMVER-MAJOR) deps: V8: backportbef0d9c(Joyee Cheung) #618981f8f288e22] - (SEMVER-MAJOR) deps: V8: cherry-pickcf1bce4(Richard Lau) #61898d7eccac9ad] - (SEMVER-MAJOR) deps: V8: cherry-pickdaf4656(Milad Fa) #618983ee1ea7d0b] - (SEMVER-MAJOR) deps: V8: cherry-pickd83f479(Joyee Cheung) #6189880907c0239] - (SEMVER-MAJOR) deps: V8: cherry-pickedeb0a4(Joyee Cheung) #618985e0dc169e9] - (SEMVER-MAJOR) deps: V8: cherry-pickaa0b288(Richard Lau) #618988c1f7adbcd] - (SEMVER-MAJOR) deps: patch V8 to fix Windows build (StefanStojanovic) #618983cbd3404d9] - (SEMVER-MAJOR) deps: V8: cherry-pick highway@989a498(Richard Lau) #618989f2b7d4031] - (SEMVER-MAJOR) deps: support madvise(3C) across ALL illumos revisions (Dan McDonald) #61898947ec32118] - (SEMVER-MAJOR) deps: patch V8 for illumos (Dan McDonald) #618980660b942b2] - (SEMVER-MAJOR) deps: remove problematic comment from v8-internal (Michaël Zasso) #61898bef7b31a3f] - (SEMVER-MAJOR) deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #61898a10bf1e6ce] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #61898cc547428e1] - (SEMVER-MAJOR) deps: update V8 to 14.6.202.33 (Michaël Zasso) #61898b81d2cbcae] - (SEMVER-MAJOR) deps: update undici to 8.0.2 (Node.js GitHub Bot) #62384bf5c6a8bd4] - (SEMVER-MAJOR) deps: V8: backport151d0a4(Abdirahim Musse) #60488b59af772dc] - (SEMVER-MAJOR) deps: V8: cherry-pick4780079(Jakob Kummerow) #604885e41e5228a] - (SEMVER-MAJOR) deps: patch V8 for illumos (Dan McDonald) #598052243e58e43] - (SEMVER-MAJOR) deps: use std::map in MSVC STL for EphemeronRememberedSet (Joyee Cheung) #580704157964c42] - (SEMVER-MAJOR) deps: remove problematic comment from v8-internal (Michaël Zasso) #580707c8483a4e9] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #5407753379f3706] - (SEMVER-MAJOR) deps: update V8 to 14.3.127.12 (Michaël Zasso) #60488f819aec288] - (SEMVER-MAJOR) deps: V8: cherry-pickff34ae2(Chengzhong Wu) #601111acd8df36f] - (SEMVER-MAJOR) deps: V8: backportfed4744(Abdirahim Musse) #6011146f72577a4] - (SEMVER-MAJOR) deps: patch V8 for illumos (Dan McDonald) #5980539eb88eaa8] - (SEMVER-MAJOR) deps: use std::map in MSVC STL for EphemeronRememberedSet (Joyee Cheung) #58070ea3d14eadb] - (SEMVER-MAJOR) deps: remove problematic comment from v8-internal (Michaël Zasso) #580707bc0f245b4] - (SEMVER-MAJOR) deps: patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #54077c2843b722c] - (SEMVER-MAJOR) deps: update V8 to 14.2.231.9 (Michaël Zasso) #60111b4ea323833] - (SEMVER-MAJOR) diagnostics_channel: ensure tracePromise consistency with non-Promises (René) #617660c08835f71] - (SEMVER-MAJOR) doc: remove extensionless CJS exception for type:module packages (Matteo Collina) #62176ef0f0b0865] - (SEMVER-MAJOR) doc: update supported Windows SDK version to 11 (Mike McCready) #61973a00d95c73d] - (SEMVER-MAJOR) doc: drop p8 and z13 support (Milad Fa) #6100593c25815ee] - (SEMVER-MAJOR) http: move writeHeader to end-of-life (Sebastian Beltran) #606354346c0f7a7] - (SEMVER-MAJOR) http: fix handling of HTTP upgrades with bodies (Tim Perry) #60016fa70327610] - (SEMVER-MAJOR) lib: return undefined for localStorage without file (Matteo Collina) #61333b328bf74bd] - (SEMVER-MAJOR) lib,src: implement QuotaExceededError as DOMException-derived interface (Filip Skokan) #6229398907f560f] - (SEMVER-MAJOR) module: runtime-deprecate module.register() (Geoffrey Booth) #6240189f4b6cddb] - (SEMVER-MAJOR) module: remove --experimental-transform-types (Marco Ippolito) #618035334433437] - (SEMVER-MAJOR) src: replace uses of deprecated v8::External APIs (gahaas) #6189846e75f4874] - (SEMVER-MAJOR) src: stop usingv8::PropertyCallbackInfo<T>::This()(Igor Sheludko) #6189854fefda0aa] - (SEMVER-MAJOR) src: avoid deprecated Wasm API (Clemens Backes) #61898840f509bd1] - (SEMVER-MAJOR) src: avoid deprecatedFixedArray::Get(Clemens Backes) #6189875c3bcc3ec] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 147 (Michaël Zasso) #618988480f87375] - (SEMVER-MAJOR) src: remove deprecated and unused isolate fields (Michaël Zasso) #6048870b6bd8e19] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 144 (Michaël Zasso) #604887d2bc5249b] - (SEMVER-MAJOR) src: includenode_api_types.hinstead ofnode_api.hinnode.h(Anna Henningsen) #6049691ab1101bc] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 142 (Michaël Zasso) #60111ac6375417a] - (SEMVER-MAJOR) stream: promote DEP0201 to runtime deprecation (René) #62173c755b0113c] - (SEMVER-MAJOR) stream: move _stream_* to end-of-life (Sebastian Beltran) #60657fadb214d95] - (SEMVER-MAJOR) stream: readable read one buffer at a time (Robert Nagy) #604414fe325d93d] - (SEMVER-MAJOR) stream: preserve AsyncLocalStorage on finished only when needed (avcribl) #598737682e7e9c5] - (SEMVER-MAJOR) test: skip wasm allocation tests in workers (Michaël Zasso) #61898ebfaf25870] - (SEMVER-MAJOR) test: update wpt Wasm jsapi expectations (Michaël Zasso) #61898ece6a17574] - (SEMVER-MAJOR) test: support presence of Temporal global (Michaël Zasso) #6189875b8d7a912] - (SEMVER-MAJOR) test: add type tags to uses of v8::External (gahaas) #61898092a448ad0] - (SEMVER-MAJOR) test: fix test-linux-perf-logger for V8 14.3 (Michaël Zasso) #604888eb9c8f794] - (SEMVER-MAJOR) tools: remove v8_initializers_slow workaround from v8.gyp (Michaël Zasso) #61898a34fe77fe7] - (SEMVER-MAJOR) tools: add Rust args totools/make-v8.sh(Richard Lau) #61898f4666bd6e3] - (SEMVER-MAJOR) tools: update V8 gypfiles for 14.6 (Michaël Zasso) #618983c23d217a6] - (SEMVER-MAJOR) tools: update V8 gypfiles for 14.5 (Michaël Zasso) #61898e508489e37] - (SEMVER-MAJOR) tools: update V8 gypfiles for 14.4 (Michaël Zasso) #61898dc97b507d0] - (SEMVER-MAJOR) util: mark proxied objects as such when inspecting them (Ruben Bridgewater) #61029ddbe1365ff] - (SEMVER-MAJOR) util: reduce TextEncoder.encodeInto function size (Yagiz Nizipli) #60339Semver-Minor Commits
d4fa60cf9f] - (SEMVER-MINOR) crypto: add raw key formats support to the KeyObject APIs (Filip Skokan) #62240Semver-Patch Commits
4d8834fbef] - build: add rust target for macOS cross compiles (Richard Lau) #63015a4edab8dfb] - build: useCARGOenvironment variable if set (Richard Lau) #62421ecf8721076] - build: add weak symbol detection to export script (Abdirahim Musse) #626565b9f811662] - build: filter hidden visibility symbols on AIX (Abdirahim Musse) #626562e724793e6] - build: aix add conditonal flags for clang builds (Abdirahim Musse) #62656f212aee483] - build: enable temporal on GHA macOS build (Chengzhong Wu) #61691159ae48f8c] - build: addcargoandrustcchecks for Temporal (Richard Lau) #61467a004535617] - build: add temporal to linux GHA build (Chengzhong Wu) #609429df9b66c18] - crypto: add support forEd25519context parameter (Filip Skokan) #62474c3042c605b] - crypto: recognize raw formats in keygen (Filip Skokan) #62480ce0f498def] - deps: V8: cherry-pickfcf8b99(Abdirahim Musse) #62894b7fab70d56] - Revert "deps: V8: cherry-pick7107287" (Richard Lau) #62894d936c30fb4] - deps: V8: cherry-pick7107287(Abdirahim Musse) #62656c91d00b6d4] - deps: fix aix implicit declaration in OpenSSL (Abdirahim Musse) #626560474a27c06] - deps: libuv: revert3a9a6e3(Antoine du Hamel) #625117547e795ef] - deps: update icu to 78.3 (Node.js GitHub Bot) #623245bebd7eaea] - deps: update libuv to 1.52.1 (Node.js GitHub Bot) #6182987d7db1918] - deps: patch V8 to 14.3.127.18 (Node.js GitHub Bot) #614219d27d9a393] - deps: patch V8 to 14.3.127.17 (Node.js GitHub Bot) #61058bfc729cf19] - deps: patch V8 to 14.3.127.16 (Node.js GitHub Bot) #608198716146d5b] - deps: patch V8 to 14.3.127.14 (Node.js GitHub Bot) #60743da71ab6895] - deps: V8: cherry-pick highway@989a498(Richard Lau) #6068272d719dc00] - deps: support madvise(3C) across ALL illumos revisions (Dan McDonald) #58237ecca2b0d64] - deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #56238baefd4d5e2] - deps: patch V8 to 14.2.231.17 (Node.js GitHub Bot) #6064776d6be5fc5] - deps: patch V8 to 14.2.231.16 (Node.js GitHub Bot) #60544e0ca993514] - deps: patch V8 to 14.2.231.14 (Node.js GitHub Bot) #60413de8386de4d] - deps: V8: cherry-pickf93055f(Olivier Flückiger) #60105710105bab5] - deps: support madvise(3C) across ALL illumos revisions (Dan McDonald) #582376e5f3b9fe1] - deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #56238b2c5235254] - doc: fix stray carriage return in packages.md (Filip Skokan) #62350f38a739623] - doc: reserve NMV 146 for Electron 42 (Niklas Wenzel) #62124a57893b799] - doc: add Temporal section to Table of Contents (Richard Lau) #61805d4cc54b8c8] - doc: fix v24 changelog after security release (Marco Ippolito) #61371659fd01b3e] - doc: fix v22 changelog after security release (Marco Ippolito) #613716c96a63891] - doc: fix v20 changelog after security release (Marco Ippolito) #61371a18f8c1693] - doc: reserve NMV 145 for Electron 41 (Niklas Wenzel) #61291253b16fe14] - doc: add note about rust toolchain version requirement (Chengzhong Wu) #609420177491df2] - doc: restore REPLACEME on assert change (Michaël Zasso) #60848dec0213c83] - doc: add known issue to v24.11.0 release notes (Richard Lau) #60467f7ca0ae765] - doc: remove Corepack documentation page (Antoine du Hamel) #57663a7d9c49490] - doc: reserve NMV 143 for Electron 40 (Shelley Vohr) #6038604a086a1f4] - esm: use wasm version of cjs-module-lexer (Joyee Cheung) #60663a27052f2e0] - Revert "inspector: fix compressed responses" (Antoine du Hamel) #61502186c7a9c74] - inspector: fix compressed responses (Ruben Nogueira) #61226012bf70908] - process: optimize asyncHandledRejections by using FixedQueue (Gürgün Dayıoğlu) #608541a88acbfa2] - quic: fixup linting/formatting issues (James M Snell) #6238779b960a2bc] - quic: update http3 impl details (James M Snell) #6238757186e5827] - quic: fix a handful of bugs and missing functionality (James M Snell) #62387637bda0238] - sqlite: enable Percentile extension (Jurj Andrei George) #61295e619adfb86] - src: workaround AIX libc++ std::filesystem bug (Richard Lau) #6278879262ff860] - src: do not enable wasm trap handler if there's not enough vmem (Joyee Cheung) #621322422ed8b5b] - src: remove redundantexperimental_transform_typesfrom node_options.h (沈鸿飞) #62058a86db6be70] - src: simplify handling of kNoAuthTagLength (Tobias Nießen) #61192d546e7fd0b] - src: tag more v8 aligned pointer slots (Chengzhong Wu) #60666b8e264d3c3] - src: tag v8 aligned pointer slots with embedder data type tags (Chengzhong Wu) #60602cd391b5f11] - test: wpt for Wasm jsapi including new ESM Integration tests (Guy Bedford) #590341baafcc882] - test: update WPT resources, interfaces and WebCryptoAPI (Node.js GitHub Bot) #623896a84d4a17c] - tools: update nixpkgs-unstable to832efc0(Node.js GitHub Bot) #62486a98d9f6ad7] - tools: update nixpkgs-unstable to9cf7092(Node.js GitHub Bot) #62383f6d02af01f] - tools: update nixpkgs-unstable tof82ce7a(Node.js GitHub Bot) #622585b5f069a27] - tools: bump nixpkgs-unstable pin toe38213b(Node.js GitHub Bot) #6205213eb80f3b7] - tools: update nixpkgs-unstable tod1c15b7(Node.js GitHub Bot) #619314d1557a744] - tools: update nixpkgs-unstable to2343bbb(Node.js GitHub Bot) #61831ecd979c95a] - tools: update nixpkgs-unstable toae67888(Node.js GitHub Bot) #617337de56bdee2] - tools: update nixpkgs-unstable to6308c3b(Node.js GitHub Bot) #61606e33ce7a6fe] - tools: update nixpkgs-unstable toab9fbbc(Node.js GitHub Bot) #61513ba05a66774] - tools: update nixpkgs-unstable tobe5afa0(Node.js GitHub Bot) #61420bb5d066989] - tools: update nixpkgs-unstable to3146c6a(Node.js GitHub Bot) #61340d050aa87e8] - tools: update nixpkgs-unstable to16c7794(Node.js GitHub Bot) #612722696391b18] - tools: update nixpkgs-unstable to3edc4a3(Node.js GitHub Bot) #61188c5d3f5f9c8] - tools: update nixpkgs-unstable to7d853e5(Node.js GitHub Bot) #61137dcb9573d0f] - tools: update nixpkgs-unstable tof997fa0(Node.js GitHub Bot) #61057bd426739dc] - tools: update nixpkgs-unstable toa672be6(Node.js GitHub Bot) #6098085852a3221] - tools: update nixpkgs-unstable to59b6c96(Node.js GitHub Bot) #609001e7eb90b39] - tools: update nixpkgs-unstable toa8d610a(Node.js GitHub Bot) #60818fb6b83c9ef] - tools: lint Temporal global (René) #60793adb40439ca] - tools: update nixpkgs-unstable to71cf367(Node.js GitHub Bot) #607428a76958005] - tools: update nixpkgs-unstable toffcdcf9(Node.js GitHub Bot) #60315Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
6c0b0349ca2dbb4a31d42dbb4a31d4643e9423b1643e9423b1723c82fa92723c82fa92276bfaa6d2276bfaa6d2943e10efcf943e10efcfe3e7d184e6e3e7d184e6c9c95bf017c9c95bf017e8df7630efe8df7630eff330361d6ef330361d6e8e5b24ca4a8e5b24ca4aba439a35adba439a35adfa5219f99dfa5219f99d776c224f89View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.