-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v20.18.3 proposal #56699
base: v20.x
Are you sure you want to change the base?
v20.18.3 proposal #56699
Conversation
PR-URL: #54619 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #55255 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
The actual implementation returns `outgoingMessage` itself, but not exactly `http.ServerResponse`. Refs: https://github.com/nodejs/node/blob/20d8b85d3493bec944de541a896e0165dd356345/lib/_http_outgoing.js#L712-L751 PR-URL: #55290 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
PR-URL: #55334 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@5c7944e...91182cc) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #55220 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4dd1613...e2b3eaf) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #55221 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #55222 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #55361 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #55273 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
fix make errors that occur in coverage-clean case and coverage-test in Makefile PR-URL: #55287 Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
update test_util.cc for code coverage src/util-inl.h:PopFront() PR-URL: #55291 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #55312 Fixes: #55311 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #55116 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Claudio Wunder <cwunder@gnome.org>
PR-URL: #55295 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #55369 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: #55375 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Claudio Wunder <cwunder@gnome.org>
PR-URL: #55379 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
As the documentation states, the `context.importAssertion` should be still supported and emit a warning. This is true for the `load` hook, but not correct for context of the `resolve` hook. This commit fixes the inconsistency. PR-URL: #55365 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #55187 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
- The `Path` class does not support concatenation with the `+` operator, so use the `/` operator instead. - When concatenating paths, if the operand is an absolute path the previous path is ignored, so change `/include` to `include`. PR-URL: #55387 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Fixes: #55391 PR-URL: #55392 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
`test/parallel/test-dns-default-verbatim-false.js` is a duplicate of `test/parallel/test-dns-default-order-ipv4.js` and `test/parallel/test-dns-default-verbatim-true.js` is a duplicate of `test/parallel/test-dns-default-order-verbatim.js`. PR-URL: #55393 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
The current colour seems something went wrong when in fact it's just someone asking for a review. PR-URL: #55423 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Refs: nodejs/Release#1042 PR-URL: #55399 Refs: nodejs/Release#1036 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: nodejs/Release#1040 PR-URL: #55399 Refs: nodejs/Release#1036 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: nodejs/Release#1041 PR-URL: #55399 Refs: nodejs/Release#1036 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Ruy Adorno <ruy@vlt.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #55158 Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
The two proposals reached stage 4 at the October 2024 meeting. PR-URL: #55333 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Backport-PR-URL: #55961
Notable changes: crypto: * update root certificates to NSS 3.104 (Richard Lau) #55681 deps: * (SEMVER-MINOR) add simdjson (Yagiz Nizipli) #50322 doc: * add LJHarb to collaborators (Jordan Harband) #56132 * enforce strict policy to semver-major releases (Rafael Gonzaga) #55732 * add jazelly to collaborators (Jason Zhang) #55531 esm: * mark import attributes and JSON module as stable (Nicolò Ribaudo) #55333 module: * (SEMVER-MINOR) merge config with `package_json_reader` (Yagiz Nizipli) #50322 src: * (SEMVER-MINOR) move package resolver to c++ (Yagiz Nizipli) #50322 tools: * fix root certificate updater (Richard Lau) #55681 PR-URL: #56699
860ec67
to
820c710
Compare
Notable changes: crypto: * update root certificates to NSS 3.104 (Richard Lau) #55681 deps: * (SEMVER-MINOR) add simdjson (Yagiz Nizipli) #50322 doc: * add LJHarb to collaborators (Jordan Harband) #56132 * enforce strict policy to semver-major releases (Rafael Gonzaga) #55732 * add jazelly to collaborators (Jason Zhang) #55531 esm: * mark import attributes and JSON module as stable (Nicolò Ribaudo) #55333 module: * (SEMVER-MINOR) merge config with `package_json_reader` (Yagiz Nizipli) #50322 src: * (SEMVER-MINOR) move package resolver to c++ (Yagiz Nizipli) #50322 tools: * fix root certificate updater (Richard Lau) #55681 PR-URL: #56699
820c710
to
ec8d195
Compare
Can we include #56721? It's a doc-only change, fixing incomplete documentation just got out in the security release. |
sure, if CI is green On another topic, I see some failures:
This is caused by a364ec1, which I will drop for the proposal @nodejs/platform-smartos this is the smartos failure:
|
For |
Doesn't that mean the version should be v20.19.0? Otherwise, I think we need to drop those from this release for semver compliance sake |
those are backports needed for backporting @nodejs/releasers should we bump a minor? |
created a PR to unblock the error on smartos: #56727 |
Yes, we should if we're including |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v20.x #56699 +/- ##
========================================
Coverage 93.53% 93.54%
========================================
Files 314 313 -1
Lines 121227 121331 +104
Branches 23747 23790 +43
========================================
+ Hits 113387 113495 +108
+ Misses 7618 7605 -13
- Partials 222 231 +9 |
Not sure if we should hold off updating ICU in light of #56737. |
I'll drop it from the proposal |
Also FWIW from today's v20.x-staging daily CI, osx1015 is failing due to the npm update since we haven't resolved nodejs/nodejs-dependency-vuln-assessments#193 re. the node-gyp update it contains. |
Should we drop npm update? And mark it dont-land-on-v20x? Im waiting for the smartos fix to get a green ci and update this proposal |
Yes let's drop it – we're never going to get a green CI with it anytime soon, and we need a green CI to land the SmartOS flaky test |
2025-01-28, Version 20.18.3 'Iron' (LTS), @marco-ippolito
Notable Changes
43abc6e287
] - esm: mark import attributes and JSON module as stable (Nicolò Ribaudo) #553335bf61c5bec
] - (SEMVER-MINOR) module: merge config withpackage_json_reader
(Yagiz Nizipli) #50322eb5f757b30
] - (SEMVER-MINOR) src: move package resolver to c++ (Yagiz Nizipli) #50322e954ef66d4
] - (SEMVER-MINOR) deps: add simdjson (Yagiz Nizipli) #50322b04ab86d69
] - doc: add LJHarb to collaborators (Jordan Harband) #5613297ffe8fa07
] - doc: enforce strict policy to semver-major releases (Rafael Gonzaga) #557329246047aad
] - crypto: update root certificates to NSS 3.104 (Richard Lau) #556813ff8e8fb7a
] - tools: fix root certificate updater (Richard Lau) #55681146aff4ac6
] - doc: add jazelly to collaborators (Jason Zhang) #55531Commits
f985e1ab5a
] - benchmark: addtest-reporters
(Aviv Keller) #55757bc3a047720
] - benchmark: addtest_runner/mock-fn
(Aviv Keller) #557711eee315153
] - benchmark: add nodeTiming.uvmetricsinfo bench (RafaelGSS) #5561490a230d597
] - benchmark: add --runs support to run.js (Rafael Gonzaga) #55158c65fc17867
] - benchmark: adjust byte size for buffer-copy (Rafael Gonzaga) #55295b017225073
] - buffer: document concat zero-fill (Duncan) #555629e19a28318
] - build: set DESTCPU correctly for 'make binary' on loongarch64 (吴小白) #562717e000ec8ad
] - build: fix missing fp16 dependency in d8 builds (Joyee Cheung) #562663bcdfc83a1
] - build: add major release action (Rafael Gonzaga) #561995cd3433c36
] - build: allow overriding clang usage (Shelley Vohr) #56016014aa89553
] - build: remove defaults for create-release-proposal (Rafael Gonzaga) #56042e2198ba466
] - build: set node_arch to target_cpu in GN (Shelley Vohr) #55967385902962f
] - build: add create release proposal action (Rafael Gonzaga) #556908ba8b2012d
] - build: implement node_use_amaro flag in GN build (Cheng) #557980e872cac81
] - build: fix building with system icu 76 (Michael Cho) #55563bc78094cf1
] - build: fix GN arg used in generate_config_gypi.py (Shelley Vohr) #55530c2165ebf9c
] - build: fix GN build for cares/uv deps (Cheng) #55477b2ced1c85a
] - build: fix uninstall script for AIX 7.1 (Cloorc) #554384c75a92577
] - build: tidy up cares.gyp (Richard Lau) #554458a20f8ee75
] - build: synchronize list of c-ares source files (Richard Lau) #55445282e625daf
] - build: fix path concatenation (Mohammed Keyvanzadeh) #553877517121c3d
] - build: fix make errors that occur in Makefile (minkyu_kim) #55287b63437c7df
] - build,win: enable pch for clang-cl (Stefan Stojanovic) #552493c65c75ce5
] - cli: add--heap-prof
flag available toNODE_OPTIONS
(Juan José) #54259b4cc52ea68
] - crypto: ensure CryptoKey usages and algorithm are cached objects (Filip Skokan) #561089246047aad
] - crypto: update root certificates to NSS 3.104 (Richard Lau) #55681da76a9d34c
] - deps: V8: cherry-pick 26fd1dfa9cd6 (Shu-yu Guo) #559612f0158dcb6
] - deps: V8: backport ae5a4db8ad86 (Shu-yu Guo) #55961e954ef66d4
] - (SEMVER-MINOR) deps: add simdjson (Yagiz Nizipli) #503227fcba0d010
] - deps: update simdutf to 5.6.4 (Node.js GitHub Bot) #56255a1c85c3f0c
] - deps: update c-ares to v1.34.4 (Node.js GitHub Bot) #56256c48b739ffb
] - deps: upgrade npm to 10.9.2 (npm team) #561350637370327
] - deps: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot) #559809cb8d65cbb
] - deps: update corepack to 0.30.0 (Node.js GitHub Bot) #5597740abc3b9f0
] - deps: update simdutf to 5.6.3 (Node.js GitHub Bot) #55973c88e2b55ef
] - deps: upgrade npm to 10.9.1 (npm team) #55951795b2d6cf2
] - deps: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot) #5443207aad643d5
] - deps: update simdutf to 5.6.2 (Node.js GitHub Bot) #5588969bd8716dc
] - deps: update simdutf to 5.6.1 (Node.js GitHub Bot) #55850068080bcd9
] - deps: update c-ares to v1.34.3 (Node.js GitHub Bot) #55803e1c4f1eecb
] - deps: update icu to 76.1 (Node.js GitHub Bot) #555515b77b21356
] - deps: update acorn to 8.14.0 (Node.js GitHub Bot) #55699d4355d0054
] - deps: update acorn to 8.13.0 (Node.js GitHub Bot) #55558c6112b3f77
] - deps: update googletest to df1544b (Node.js GitHub Bot) #55465e7356d99df
] - deps: update c-ares to v1.34.2 (Node.js GitHub Bot) #55463236abd8388
] - deps: update ada to 2.9.1 (Node.js GitHub Bot) #54679acd9459978
] - deps: update simdutf to 5.6.0 (Node.js GitHub Bot) #553799fb3a7c22e
] - deps: update c-ares to v1.34.1 (Node.js GitHub Bot) #553692a7725aa04
] - deps: upgrade npm to 10.9.0 (npm team) #552555dfccb4417
] - deps: upgrade npm to 10.8.3 (npm team) #5461991a6e3b5a7
] - dgram: check udp buffer size to avoid fd leak (theanarkh) #560843cf5bf5af9
] - diagnostics_channel: fix unsubscribe during publish (simon-id) #55116e26c6e9117
] - dns: stop using deprecatedares_query
(Aviv Keller) #55430c8e045825b
] - dns: honor the order option (Luigi Pinca) #55392595e71b8f4
] - doc: add history entries for JSON modules stabilization (Antoine du Hamel) #55855bc445a0f02
] - doc: fix color contrast issue in light mode (Rich Trott) #56272aeb48ca4ee
] - doc: clarify util.aborted resource usage (Kunal Kumar) #557800459c53a15
] - doc: add esm examples to node:repl (Alfredo González) #55432a90bc0151a
] - doc: add esm examples to node:readline (Alfredo González) #55335b44c2a0f8c
] - doc: fix 'which' to 'that' and add commas (Selveter Senitro) #562164b1a72195a
] - doc:sea.getRawAsset(key)
always returns an ArrayBuffer (沈鸿飞) #562060462875cc2
] - doc: update announce documentation for releases (Rafael Gonzaga) #56200f1549848ab
] - doc: update blog link to /vulnerability (Rafael Gonzaga) #5619838dc5fccda
] - doc: call out import.meta is only supported in ES modules (Anton Kastritskii) #5618630019a6e60
] - doc: add ambassador message - benefits of Node.js (Michael Dawson) #560850f1d256e20
] - doc: fix incorrect link to style guide (Yuan-Ming Hsu) #56181ffe3da8b6c
] - doc: fix c++ addon hello world sample (Edigleysson Silva (Edy)) #56172c7a58d93b9
] - doc: update blog release-post link (Ruy Adorno) #561234644b889e4
] - doc: mention-a
flag for the release script (Ruy Adorno) #56124b04ab86d69
] - doc: add LJHarb to collaborators (Jordan Harband) #56132f384a9dfd4
] - doc: add create-release-action to process (Rafael Gonzaga) #5599354a59a31b8
] - doc: rename file to advocacy-ambassador-program.md (Tobias Nießen) #56046c9c8d07b72
] - doc: remove unused import from sample code (Blended Bram) #5557097e901850d
] - doc: add FAQ to releases section (Rafael Gonzaga) #55992957c72ccd9
] - doc: move history entry to class description (Luigi Pinca) #559911498396ecc
] - doc: add history entry for textEncoder.encodeInto() (Luigi Pinca) #5599065b8c12e03
] - doc: improve GN build documentation a bit (Shelley Vohr) #55968578dc2879b
] - doc: remove confusing and outdated sentence (Luigi Pinca) #55988e8db10636e
] - doc: add doc for PerformanceObserver.takeRecords() (skyclouds2001) #55786dc6ac81b58
] - doc: add vetted courses to the ambassador benefits (Matteo Collina) #559348bbf899e9c
] - doc: doc how to add message for promotion (Michael Dawson) #55843e058fc8c4e
] - doc: add esm example for zlib (Leonardo Peixoto) #5594607252b1153
] - doc: document approach for building wasm in deps (Michael Dawson) #559409c34ef4046
] - doc: add esm examples to node:timers (Alfredo González) #558570e0d61d9ba
] - doc: include git node release --promote to steps (Rafael Gonzaga) #55835d795efc65d
] - doc: add a note on console stream behavior (Gireesh Punathil) #55616dde582e657
] - doc: add-S
flag release preparation example (Antoine du Hamel) #55836a4445b1cda
] - doc: clarify UV_THREADPOOL_SIZE env var usage (Preveen P) #558325e3f2f13c0
] - doc: add notable-change mention to sec release (Rafael Gonzaga) #5583047617f9f0d
] - doc: fix history info forURL.prototype.toJSON
(Antoine du Hamel) #55818e152f9cac4
] - doc: correct max-semi-space-size statement (Joe Bowbeer) #55812c237b07f35
] - doc: run license-builder (github-actions[bot]) #55813093fbab852
] - doc: clarify triager role (Gireesh Punathil) #557759ebf337d12
] - doc: clarify removal of experimental API does not require a deprecation (Antoine du Hamel) #5574697ffe8fa07
] - doc: enforce strict policy to semver-major releases (Rafael Gonzaga) #55732b2b504fa8f
] - doc: add esm example inpath.md
(Aviv Keller) #55745243267166c
] - doc: consistent use of word child process (Gireesh Punathil) #55654ffb0d3c884
] - doc: clarity to available addon options (Preveen P) #557159c37065b92
] - doc: update--max-semi-space-size
description (Joe Bowbeer) #5549560805e41e8
] - doc: add write flag when open file as the demo code's intention (robberfree) #5462693fddabff9
] - doc: remove mention of ECDH-ES in crypto.diffieHellman (Filip Skokan) #55611fe04f6f1a7
] - doc: improve c++ embedder API doc (Gireesh Punathil) #55597b2c290a890
] - doc: capitalize "MIT License" (Aviv Keller) #55575327f16ffa2
] - doc: add esm examples to node:string_decoder (Alfredo González) #55507146aff4ac6
] - doc: add jazelly to collaborators (Jason Zhang) #555313cc9469c21
] - doc: changed the command used to verify SHASUMS256 (adriancuadrado) #55420c987bb91bd
] - doc: add note about stdio streams in child_process (Ederin (Ed) Igharoro) #55322c94e747067
] - doc: addisBigIntObject
to documentation (leviscar) #55450ea557e996f
] - doc: remove outdated remarks abouthighWaterMark
in fs (Ian Kerins) #55462c954b858f4
] - doc: move Danielle Adams key to old gpg keys (RafaelGSS) #55399266adc15a0
] - doc: move Bryan English key to old gpg keys (RafaelGSS) #5539962b867d09c
] - doc: move Beth Griggs keys to old gpg keys (RafaelGSS) #55399559184d26f
] - doc: spell out condition restrictions (Jan Martin) #5518775359e0029
] - doc: add missing return values in buffer docs (Karl Horky) #552730e84b07572
] - doc: fix ambasador markdown list (Rafael Gonzaga) #553610035cd2d77
] - doc: edit onboarding guide to clarify when mailmap addition is needed (Antoine du Hamel) #553343f4d46580d
] - doc: fix the return type of outgoingMessage.setHeaders() (Jimmy Leung) #5529043abc6e287
] - esm: mark import attributes and JSON module as stable (Nicolò Ribaudo) #5533395ca88f06e
] - esm: add a fallback when importer in not a file (Antoine du Hamel) #55471c029311752
] - esm: fix inconsistency withimportAssertion
inresolve
hook (Wei Zhu) #5536578a942b784
] - events: optimize EventTarget.addEventListener (Robert Nagy) #5531294f749a3c3
] - fs: make mutatingoptions
in Promisesreaddir()
not affect results (LiviaMedeiros) #5605769ec79d90f
] - fs: lazily load ReadFileContext (Gürgün Dayıoğlu) #55998d764ff6308
] - http2: support ALPNCallback option (ZYSzys) #56187d3e9300706
] - http2: fix memory leak caused by premature listener removing (ywave620) #55966cbccc66b14
] - http2: fix client async storage persistence (Orgad Shaneh) #554603aa283afb1
] - lib: add validation for options in compileFunction (Taejin Kim) #56023ded148419d
] - lib: remove startsWith/endsWith primordials for char checks (Gürgün Dayıoğlu) #55407f7f5c36b49
] - lib: test_runner#mock:timers respeced timeout_max behaviour (BadKey) #55375fa8212ecc9
] - meta: bump github/codeql-action from 3.27.0 to 3.27.5 (dependabot[bot]) #56103cf6d31e505
] - meta: bump actions/checkout from 4.1.7 to 4.2.2 (dependabot[bot]) #56102fc11ea8127
] - meta: bump step-security/harden-runner from 2.10.1 to 2.10.2 (dependabot[bot]) #56101cc70ed3e87
] - meta: bump actions/setup-node from 4.0.3 to 4.1.0 (dependabot[bot]) #56100c54dc8a63e
] - meta: add releasers as CODEOWNERS to proposal action (Rafael Gonzaga) #560438a6e4c65d9
] - meta: bump actions/setup-python from 5.2.0 to 5.3.0 (dependabot[bot]) #5568800222305c3
] - meta: bump actions/setup-node from 4.0.4 to 4.1.0 (dependabot[bot]) #55687b406b03753
] - meta: bump rtCamp/action-slack-notify from 2.3.0 to 2.3.2 (dependabot[bot]) #556860789dec551
] - meta: bump actions/upload-artifact from 4.4.0 to 4.4.3 (dependabot[bot]) #55685e9f251c23a
] - meta: bump actions/cache from 4.0.2 to 4.1.2 (dependabot[bot]) #55684723479c924
] - meta: bump actions/checkout from 4.2.0 to 4.2.2 (dependabot[bot]) #55683e614cb496d
] - meta: bump github/codeql-action from 3.26.10 to 3.27.0 (dependabot[bot]) #556822ba821703f
] - meta: make review-wanted message minimal (Aviv Keller) #5560703c03d0a5c
] - meta: show PR/issue title on review-wanted (Aviv Keller) #55606b62a284b3e
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #55381f09fbc7ccc
] - meta: change color to blue notify review-wanted (Rafael Gonzaga) #554239ec642d4ec
] - meta: bump codecov/codecov-action from 4.5.0 to 4.6.0 (dependabot[bot]) #55222d64b138c8e
] - meta: bump github/codeql-action from 3.26.6 to 3.26.10 (dependabot[bot]) #55221e75532d8b6
] - meta: bump step-security/harden-runner from 2.9.1 to 2.10.1 (dependabot[bot]) #552205bf61c5bec
] - (SEMVER-MINOR) module: merge config withpackage_json_reader
(Yagiz Nizipli) #50322c8bf8f9052
] - module: prevent main thread exiting before esm worker ends (Shima Ryuhei) #561836f10f39153
] - node-api: allow napi_delete_reference in finalizers (Chengzhong Wu) #5562031839ca285
] - report: fix network queries in getReport libuv with exclude-network (Adrien Foulon) #55602c953719863
] - sea: only assert snapshot main function for main threads (Joyee Cheung) #56120eb5f757b30
] - (SEMVER-MINOR) src: move package resolver to c++ (Yagiz Nizipli) #503225c90efd3e5
] - src: fix outdated js2c.cc references (Chengzhong Wu) #561338634171a26
] - src: fix kill signal on Windows (Hüseyin Açacak) #55514f41aa5b820
] - src: improvenode:os
userInfo performance (Yagiz Nizipli) #557193945b8b725
] - src: fix dns crash when failed to create NodeAresTask (theanarkh) #5552156d743181d
] - src: use NewFromUtf8Literal in NODE_DEFINE_CONSTANT (Charles Kerr) #55581c910ec8666
] - src: remove icu basedToASCII
andToUnicode
(Yagiz Nizipli) #55156af25971f71
] - src: fix winapi_strerror error string (Hüseyin Açacak) #55207f7c4affdc4
] - src,lib: optimize nodeTiming.uvMetricsInfo (RafaelGSS) #5561486143af404
] - stream: propagate AbortSignal reason (Marvin ROGER) #554735c49e7df9f
] - test: remove exludes for sea tests on PPC (Michael Dawson) #56217d50c56afe7
] - test: move localizationd data fromtest-icu-env
to external file (Livia Medeiros) #556181cc7032d45
] - test: removehasOpenSSL3x
utils (Antoine du Hamel) #56164d803f2daa5
] - test: remove test-fs-utimes flaky designation (Luigi Pinca) #5605206943fc2ba
] - test: move test-worker-arraybuffer-zerofill to parallel (Luigi Pinca) #56053016871b68c
] - test: make HTTP/1.0 connection test more robust (Arne Keller) #55959c7af5c62f5
] - test: convert readdir test to use test runner (Thomas Chetwin) #557508704732ec3
] - test: make x509 crypto tests work with BoringSSL (Shelley Vohr) #559270ae1c39579
] - test: fix determining lower priority (Livia Medeiros) #55908e894395c13
] - test: increase coverage ofpathToFileURL
(Antoine du Hamel) #5549398e0289a1d
] - test: improve test coverage for child process message sending (Juan José) #55710e00156ed15
] - test: ensure that test priority is not higher than current priority (Livia Medeiros) #55739fbb861cd13
] - test: add buffer to fs_permission tests (Rafael Gonzaga) #55734aceb011039
] - test: improve test coverage forServerResponse
(Juan José) #55711e03257e78a
] - test: ignore unrelated events in FW watch tests (Carlos Espa) #5560587ff134522
] - test: refactor some esm tests (Antoine du Hamel) #554723fc15341b5
] - test: split up test-runner-mock-timers test (Julian Gassner) #55506f95cea7f57
] - test: avoidapply()
calls with large amount of elements (Livia Medeiros) #555018d58435908
] - test: increase test coverage forhttp.OutgoingMessage.appendHeader()
(Juan José) #5546731aaa94e64
] - test: fix addons and node-api test assumptions (Antoine du Hamel) #554415cb2a2e6f2
] - test: deflaketest-cluster-shared-handle-bind-privileged-port
(Aviv Keller) #55378af204349db
] - test: remove duplicate tests (Luigi Pinca) #5539311eacb1eab
] - test: update test_util.cc for coverage (minkyu_kim) #55291923154b63c
] - test,crypto: make crypto tests work with BoringSSL (Shelley Vohr) #55491aa07bb9d5d
] - test_runner: simplify hook running logic (Colin Ihrig) #55963ab1e7c7a3f
] - test_runner: error on mocking an already mocked date (Aviv Keller) #5585876ae9d714d
] - test_runner: add support for scheduler.wait on mock timers (Erick Wendel) #55244f6f89de0d5
] - tools: update github_reporter to 1.7.2 (Node.js GitHub Bot) #56205bec83ffc04
] - tools: add REPLACEME check to workflow (Mert Can Altin) #56251caf09566cb
] - tools: usegithub.actor
instead of bot username for release proposals (Antoine du Hamel) #56232535aa8fde5
] - tools: fix release proposal linter to support more than 1 folk preparing (Antoine du Hamel) #56203bfb1e51ddb
] - tools: use commit title as PR title when creating release proposal (Antoine du Hamel) #56165548c3035f0
] - tools: improve release proposal PR opening (Antoine du Hamel) #56161ee89fd4ff6
] - tools: updatecreate-release-proposal
workflow (Antoine du Hamel) #5605419e38c40eb
] - tools: fix update-undici script (Michaël Zasso) #56069ae4d27bb15
] - tools: allow dispatch oftools.yml
from forks (Antoine du Hamel) #56008175fcafc33
] - tools: fix nghttp3 updater script (Antoine du Hamel) #5600763fa8b1863
] - tools: filter release keys to reduce interactivity (Antoine du Hamel) #55950512d95b081
] - tools: update WPT updater (Antoine du Hamel) #56003c6dec5d178
] - tools: add WPT updater for specific subsystems (Mert Can Altin) #54460bfbf5bab89
] - tools: use tokenless Codecov uploads (Michaël Zasso) #55943a8f2e34ca3
] - tools: add linter for release commit proposals (Antoine du Hamel) #55923155e417cab
] - tools: fix exclude labels for commit-queue (Richard Lau) #558096173cff81e
] - tools: make commit-queue check blocked label (Marco Ippolito) #557810751a70788
] - tools: fix c-ares updater script for Node.js 18 (Richard Lau) #557173ff8e8fb7a
] - tools: fix root certificate updater (Richard Lau) #556810d791587cb
] - tools: compact jq output in daily-wpt-fyi.yml action (Filip Skokan) #55695da379a8295
] - tools: run daily WPT.fyi report on all supported releases (Filip Skokan) #556190fb5d709cd
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #554700077c10f0c
] - tools: add script to synch c-ares source lists (Richard Lau) #5544532f0e94117
] - url: handle "unsafe" characters properly inpathToFileURL
(Antoine du Hamel) #54545ad7bc88383
] - util: fix Latin1 decoding to return string output (Mert Can Altin) #56222310c4efe80
] - util: do not rely on mutableObject
andFunction
'constructor
prop (Antoine du Hamel) #561882b6bdee749
] - util: add fast path for Latin1 decoding (Mert Can Altin) #55275afa44fbcde
] - util: do not catch on circular@@toStringTag
errors (Aviv Keller) #555443e05ed7e8d
] - worker: fix crash when a worker joins after exit (Stephen Belanger) #56191