-
Notifications
You must be signed in to change notification settings - Fork 30k
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
2025-01-07, Version 22.13.0 'Jod' (LTS) #56329
Open
ruyadorno
wants to merge
202
commits into
v22.x
Choose a base branch
from
v22.13.0-proposal
base: v22.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+85,035
−63,981
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR-URL: #55412 Backport-PR-URL: #56074 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55543 Backport-PR-URL: #56074 Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> PR-URL: #55412
PR-URL: #55697 Backport-PR-URL: #56055 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #55788 Backport-PR-URL: #56055 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> PR-URL: #55697
PR-URL: #56130 Backport-PR-URL: #56055 Refs: #56068 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> PR-URL: #55697
The `out/Makefile` target in `Makefile` has an incomplete list of `.gyp` files for Node.js dependencies in `deps`, but also the ones that are listed are unconditional. If using any of the `--shared-*` configure options, it should be possible to still build Node.js if the corresponding directory under `deps` is removed. Convert the explicit list of dependency `*.gyp` files for the `out/Makefile` target to a glob. This will pick up any toplevel `.gyp` files for dependencies present in `deps`. PR-URL: #55789 Backport-PR-URL: #56019 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
This improves Permission Model usage when allowing read access to specifi modules. To achieve that, the permission model check on internalModuleStat has been removed meaning that on module loading, uv_fs_stat is performed on files and folders even when the permission model is enabled. Although a uv_fs_stat is performed, reading/executing the module will still pass by the permission model check. Without this PR when an app tries to --allow-fs-read=./a.js --allow-fs-read=./b.js where `a` attempt to load b, it will fails as it reads $pwd and no permission has been given to this path. PR-URL: #55797 Backport-PR-URL: #56058 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
PR-URL: #55457 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]>
Many user reported issues show poor awareness of the nature of console streams. explicitly document that. PR-URL: #55616 Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #55894 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
PR-URL: #52888 Reviewed-By: Stewart X Addison <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #55883 Refs: #52104 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
The --shared-ada flag was introduced in #52924, but the implementation was incomplete. Resolves #52914 PR-URL: #55886 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
The --shared-simdjson flag was introduced in #52924, but the implementation was incomplete. Resolves #52914 PR-URL: #55886 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
The --shared-simdutf flag was introduced in #52924, but the implementation was incomplete. Resolves #52914 PR-URL: #55886 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #55889 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
This commit allows the node:sqlite module to be used without starting Node with a CLI flag. The module is still experimental. Fixes: #55854 PR-URL: #55890 Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
This commit marks the test runner's snapshot testing API as stable. PR-URL: #55897 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Refs: nodejs/node-core-utils#835 PR-URL: #55835 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: #55791 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
Fixes: #42923 PR-URL: #55514 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]>
PR-URL: #55908 Fixes: NixOS/nixpkgs#355919 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55857 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jason Zhang <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #55912 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #54678 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #55947 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Jason Zhang <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #54213 Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #55927 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: LiviaMedeiros <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #55923 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
Refs: nodejs/security-wg#1236 Signed-off-by: Michael Dawson <[email protected]> PR-URL: #55940 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
It's causing linker errors with node.lib in node-gyp and potentially breaks other 3rd party tools PR-URL: #56238 Refs: #55784 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #56225 Reviewed-By: Jordan Harband <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
This action reminds collaborators of the upcoming major release date. In the future, this action can also update and create the branches (that's why the action name is generic). PR-URL: #56199 Refs: #55732 Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #56256 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #56251 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
The issue is likely the same as other tests that time out. Refs: #54918 Refs: #54802 PR-URL: #56051 Reviewed-By: Michaël Zasso <[email protected]>
Fixes: #56137 Refs: #56223 PR-URL: #56224 Reviewed-By: Santiago Gimeno <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #56255 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #56258 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: #56205 Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #56284 Refs: #56185 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
PR-URL: #56213 Fixes: #56193 Refs: #56193 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Stephen Belanger <[email protected]>
PR-URL: #56265 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Adrian Estrada <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: #56266 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Signed-off-by: 吴小白 <[email protected]> PR-URL: #56271 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
Attributes are being highlighted as #f00 on a background of #f2f2f2. That's a color contrast of 3.98:1, failing to meet the 4.5:1 requirement of WCAG 2.1 AA. This changes the attribute color to #d00, which has a color contrast of 5.09:1 meeting the 4.5:1 requirement. PR-URL: #56272 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Claudio Wunder <[email protected]>
ruyadorno
force-pushed
the
v22.13.0-proposal
branch
from
December 21, 2024 02:29
b0bd123
to
c2a6549
Compare
ruyadorno
added a commit
that referenced
this pull request
Dec 21, 2024
Notable changes: assert: * (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) #54630 cli: * (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604 crypto: * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #56142 dgram: * (SEMVER-MINOR) support blocklist in udp (theanarkh) #56087 doc: * stabilize util.styleText (Rafael Gonzaga) #56265 * move typescript support to active development (Marco Ippolito) #55536 * add LJHarb to collaborators (Jordan Harband) #56132 * (SEMVER-MINOR) add report version and history section (Chengzhong Wu) #55697 * (SEMVER-MINOR) sort --report-exclude alphabetically (Rafael Gonzaga) #55697 doc,lib,src,test: * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) #55890 module: * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194 * (SEMVER-MINOR) add module.stripTypeScriptTypes (Marco Ippolito) #55282 * (SEMVER-MINOR) simplify `findPackageJSON` implementation (Antoine du Hamel) #55412 * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412 net: * (SEMVER-MINOR) support blocklist in net.connect (theanarkh) #56075 * (SEMVER-MINOR) add SocketAddress.parse (James M Snell) #56076 * (SEMVER-MINOR) add net.BlockList.isBlockList(value) (James M Snell) #56078 * (SEMVER-MINOR) support blocklist for net.Server (theanarkh) #56079 process: * (SEMVER-MINOR) deprecate `features.{ipv6,uv}` and `features.tls_*` (René) #55545 report: * (SEMVER-MINOR) fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068 sqlite: * (SEMVER-MINOR) aggregate constants in a single property (Edigleysson Silva (Edy)) #56213 * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) #54213 src: * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) #55697 src,lib: * (SEMVER-MINOR) stabilize permission model (Rafael Gonzaga) #56201 util: * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) #55589 PR-URL: #56329
ruyadorno
force-pushed
the
v22.13.0-proposal
branch
from
December 21, 2024 02:34
c2a6549
to
1cbc349
Compare
ruyadorno
added a commit
that referenced
this pull request
Dec 21, 2024
Notable changes: assert: * (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) #54630 cli: * (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604 crypto: * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #56142 dgram: * (SEMVER-MINOR) support blocklist in udp (theanarkh) #56087 doc: * stabilize util.styleText (Rafael Gonzaga) #56265 * move typescript support to active development (Marco Ippolito) #55536 * add LJHarb to collaborators (Jordan Harband) #56132 * (SEMVER-MINOR) add report version and history section (Chengzhong Wu) #55697 * (SEMVER-MINOR) sort --report-exclude alphabetically (Rafael Gonzaga) #55697 doc,lib,src,test: * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) #55890 module: * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194 * (SEMVER-MINOR) add module.stripTypeScriptTypes (Marco Ippolito) #55282 * (SEMVER-MINOR) simplify `findPackageJSON` implementation (Antoine du Hamel) #55412 * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412 net: * (SEMVER-MINOR) support blocklist in net.connect (theanarkh) #56075 * (SEMVER-MINOR) add SocketAddress.parse (James M Snell) #56076 * (SEMVER-MINOR) add net.BlockList.isBlockList(value) (James M Snell) #56078 * (SEMVER-MINOR) support blocklist for net.Server (theanarkh) #56079 process: * (SEMVER-MINOR) deprecate `features.{ipv6,uv}` and `features.tls_*` (René) #55545 report: * (SEMVER-MINOR) fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068 sqlite: * (SEMVER-MINOR) aggregate constants in a single property (Edigleysson Silva (Edy)) #56213 * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) #54213 src: * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) #55697 src,lib: * (SEMVER-MINOR) stabilize permission model (Rafael Gonzaga) #56201 util: * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) #55589 PR-URL: #56329
Notable changes: assert: * (SEMVER-MINOR) add partialDeepStrictEqual (Giovanni Bucci) #54630 cli: * (SEMVER-MINOR) implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #55604 crypto: * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #56142 dgram: * (SEMVER-MINOR) support blocklist in udp (theanarkh) #56087 doc: * stabilize util.styleText (Rafael Gonzaga) #56265 * move typescript support to active development (Marco Ippolito) #55536 * add LJHarb to collaborators (Jordan Harband) #56132 * (SEMVER-MINOR) add report version and history section (Chengzhong Wu) #55697 * (SEMVER-MINOR) sort --report-exclude alphabetically (Rafael Gonzaga) #55697 doc,lib,src,test: * (SEMVER-MINOR) unflag sqlite module (Colin Ihrig) #55890 module: * (SEMVER-MINOR) only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194 * (SEMVER-MINOR) add module.stripTypeScriptTypes (Marco Ippolito) #55282 * (SEMVER-MINOR) simplify `findPackageJSON` implementation (Antoine du Hamel) #55412 * (SEMVER-MINOR) add `findPackageJSON` util (Jacob Smith) #55412 net: * (SEMVER-MINOR) support blocklist in net.connect (theanarkh) #56075 * (SEMVER-MINOR) add SocketAddress.parse (James M Snell) #56076 * (SEMVER-MINOR) add net.BlockList.isBlockList(value) (James M Snell) #56078 * (SEMVER-MINOR) support blocklist for net.Server (theanarkh) #56079 process: * (SEMVER-MINOR) deprecate `features.{ipv6,uv}` and `features.tls_*` (René) #55545 report: * (SEMVER-MINOR) fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068 sqlite: * (SEMVER-MINOR) aggregate constants in a single property (Edigleysson Silva (Edy)) #56213 * (SEMVER-MINOR) add `StatementSync.prototype.iterate` method (tpoisseau) #54213 src: * (SEMVER-MINOR) add cli option to preserve env vars on dr (Rafael Gonzaga) #55697 src,lib: * (SEMVER-MINOR) stabilize permission model (Rafael Gonzaga) #56201 util: * (SEMVER-MINOR) add sourcemap support to getCallSites (Marco Ippolito) #55589 PR-URL: #56329
ruyadorno
force-pushed
the
v22.13.0-proposal
branch
from
December 21, 2024 02:48
1cbc349
to
7d849ab
Compare
I updated the changelog manually 👍 |
I think the stabilization of the permission model merits a note at the top. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
Issues and PRs related to build files or the CI.
cares
Issues and PRs related to the c-ares dependency or the cares_wrap binding.
dependencies
Pull requests that update a dependency file.
doc
Issues and PRs related to the documentations.
meta
Issues and PRs related to the general management of the project.
needs-ci
PRs that need a full CI run.
release
Issues and PRs related to Node.js releases.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2025-01-07, Version 22.13.0 'Jod' (LTS), @ruyadorno
Notable Changes
Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable
Following the merge of Curve25519 into the Web Cryptography API Editor's Draft the
Ed25519
andX25519
algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.Contributed by (Filip Skokan) #56142
Other Notable Changes
a35ce92dc6
] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #5463091b6cbc541
] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #556048b83253335
] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #560874a8f042dfc
] - doc: stabilize util.styleText (Rafael Gonzaga) #56265016d609147
] - doc: move typescript support to active development (Marco Ippolito) #55536e8f5a5d59c
] - doc: add LJHarb to collaborators (Jordan Harband) #56132ba63702dc3
] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #56130803cc3b0d2
] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #55697695f582f3c
] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #55788c02c17ed35
] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #561947ed5aad275
] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #552824f85047aae
] - (SEMVER-MINOR) module: simplifyfindPackageJSON
implementation (Antoine du Hamel) #55543807f34f310
] - (SEMVER-MINOR) module: addfindPackageJSON
util (Jacob Smith) #5541226e76129f2
] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #56075a0a5fe8865
] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #5607692a6c56ea1
] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #560785f80f993a4
] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #56079ca417430a1
] - (SEMVER-MINOR) process: deprecatefeatures.{ipv6,uv}
andfeatures.tls_*
(René) #555454aa768a441
] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068b7ce626e9e
] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #5621330628eb92b
] - (SEMVER-MINOR) sqlite: addStatementSync.prototype.iterate
method (tpoisseau) #542130aee9af183
] - (SEMVER-MINOR) src: add cli option to preserve env vars on dr (Rafael Gonzaga) #55697c0906aeddc
] - (SEMVER-MINOR) src,lib: stabilize permission model (Rafael Gonzaga) #562015d92a5f156
] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #55589Commits
088d985e3d
] - assert: make Maps be partially compared in partialDeepStrictEqual (Giovanni Bucci) #56195e7b9e194c9
] - assert: make partialDeepStrictEqual work with ArrayBuffers (Giovanni Bucci) #560982117a70c8f
] - assert: optimize partial comparison of twoSet
s (Antoine du Hamel) #55970a35ce92dc6
] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #54630f5c2f679ef
] - buffer: document concat zero-fill (Duncan) #55562fe468a6719
] - build: set DESTCPU correctly for 'make binary' on loongarch64 (吴小白) #562717621805090
] - build: fix missing fp16 dependency in d8 builds (Joyee Cheung) #56266db9a3b2753
] - build: add major release action (Rafael Gonzaga) #56199626959a949
] - build: fix C string encoding forPRODUCT_DIR_ABS
(Anna Henningsen) #56111e470079ab5
] - build: use variable for simdutf path (Shelley Vohr) #56196cf8a2d9158
] - build: allow overriding clang usage (Shelley Vohr) #560166ff40436b2
] - build: remove defaults for create-release-proposal (Rafael Gonzaga) #56042216a785a20
] - build: set node_arch to target_cpu in GN (Shelley Vohr) #559670a819a68d2
] - build: use variable for crypto dep path (Shelley Vohr) #55928d3b6510d05
] - build: fix GN build for sqlite (Cheng) #55912f557c0e258
] - build: compile bundled simdutf conditionally (Jakub Jirutka) #55886e309310b17
] - build: compile bundled simdjson conditionally (Jakub Jirutka) #5588650faa641c6
] - build: compile bundled ada conditionally (Jakub Jirutka) #558865e4cdd1ffe
] - build: use glob for dependencies of out/Makefile (Richard Lau) #5578991b6cbc541
] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #556046630cccc2f
] - crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) #561424f0b4565c4
] - crypto: ensure CryptoKey usages and algorithm are cached objects (Filip Skokan) #56108bee73f9e6a
] - crypto: allow non-multiple of 8 in SubtleCrypto.deriveBits (Filip Skokan) #55296ff8852d93a
] - deps: update nghttp3 to 1.6.0 (Node.js GitHub Bot) #562588fb515e5a6
] - deps: update simdutf to 5.6.4 (Node.js GitHub Bot) #56255f327d47b35
] - deps: update libuv to 1.49.2 (Luigi Pinca) #56224591bf961ca
] - deps: update c-ares to v1.34.4 (Node.js GitHub Bot) #56256929df7de5e
] - deps: define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #562382f594ca6c5
] - deps: update sqlite to 3.47.2 (Node.js GitHub Bot) #56178fc0e238e7c
] - deps: update ngtcp2 to 1.9.1 (Node.js GitHub Bot) #560957073e9772f
] - deps: upgrade npm to 10.9.2 (npm team) #561358f98c5f86c
] - deps: update sqlite to 3.47.1 (Node.js GitHub Bot) #56094b6ca859e01
] - deps: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot) #55980ab693c3e07
] - deps: update corepack to 0.30.0 (Node.js GitHub Bot) #55977935b105953
] - deps: update ngtcp2 to 1.9.0 (Node.js GitHub Bot) #559757a6b6aba5b
] - deps: update simdutf to 5.6.3 (Node.js GitHub Bot) #55973bf78498863
] - deps: upgrade npm to 10.9.1 (npm team) #55951fac2b7ff54
] - deps: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot) #544324b96875319
] - deps: update simdjson to 3.10.1 (Node.js GitHub Bot) #546780bd1d3f3da
] - deps: update simdutf to 5.6.2 (Node.js GitHub Bot) #558892c406a5b5b
] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #5608776ba37fe5e
] - dgram: check udp buffer size to avoid fd leak (theanarkh) #56084c1b78da42c
] - doc: fix color contrast issue in light mode (Rich Trott) #56272753829f14a
] - doc: stabilize util.styleText (Rafael Gonzaga) #56265d48c57fd1b
] - doc: clarify util.aborted resource usage (Kunal Kumar) #5578028d3ce386b
] - doc: add esm examples to node:repl (Alfredo González) #554324676607a6d
] - doc: add esm examples to node:readline (Alfredo González) #55335e910c39859
] - doc: fix 'which' to 'that' and add commas (Selveter Senitro) #5621694a7282655
] - doc: fix winget config path (Alex Yang) #56233eafbb9f4dc
] - doc: add esm examples to node:tls (Alfredo González) #56229dacf91f06d
] - doc: add esm examples to node:perf_hooks (Alfredo González) #55257e90fbafa75
] - doc:sea.getRawAsset(key)
always returns an ArrayBuffer (沈鸿飞) #56206632171ab8d
] - doc: update announce documentation for releases (Rafael Gonzaga) #5620080fa854ad0
] - doc: update blog link to /vulnerability (Rafael Gonzaga) #5619816b1ad8334
] - doc: call out import.meta is only supported in ES modules (Anton Kastritskii) #56186aac85ebb21
] - doc: add ambassador message - benefits of Node.js (Michael Dawson) #56085ed29f0ae13
] - doc: fix incorrect link to style guide (Yuan-Ming Hsu) #56181f699375ff9
] - doc: fix c++ addon hello world sample (Edigleysson Silva (Edy)) #56172bda545df7e
] - doc: update blog release-post link (Ruy Adorno) #561236101383fc7
] - doc: fix module.md headings (Chengzhong Wu) #56131016d609147
] - doc: move typescript support to active development (Marco Ippolito) #55536624568ba76
] - doc: mention-a
flag for the release script (Ruy Adorno) #56124e8f5a5d59c
] - doc: add LJHarb to collaborators (Jordan Harband) #561325100350988
] - doc: add create-release-action to process (Rafael Gonzaga) #55993b8ce636bc9
] - doc: rename file to advocacy-ambassador-program.md (Tobias Nießen) #56046495a624314
] - doc: remove unused import from sample code (Blended Bram) #555702762c52237
] - doc: add FAQ to releases section (Rafael Gonzaga) #559922e6306ab1a
] - doc: move history entry to class description (Luigi Pinca) #559913558a19b37
] - doc: add history entry for textEncoder.encodeInto() (Luigi Pinca) #5599020e62e3aa3
] - doc: improve GN build documentation a bit (Shelley Vohr) #55968109cb12c59
] - doc: fix deprecation codes (Filip Skokan) #56018717531da77
] - doc: remove confusing and outdated sentence (Luigi Pinca) #5598842ce29ceb9
] - doc: deprecate passing invalid types infs.existsSync
(Carlos Espa) #55892b5181ed094
] - doc: add doc for PerformanceObserver.takeRecords() (skyclouds2001) #557865808a0773f
] - doc: add vetted courses to the ambassador benefits (Matteo Collina) #5593415b0ffbac3
] - doc: ordernode:crypto
APIs alphabetically (Julian Gassner) #558317859172ff6
] - doc: doc how to add message for promotion (Michael Dawson) #55843a83378ba3d
] - doc: add esm example for zlib (Leonardo Peixoto) #5594664fdfa953d
] - doc: fix typo (Alex Yang) #56125123aae037c
] - doc: document approach for building wasm in deps (Michael Dawson) #559406db9d0d96b
] - doc: remove RedYetiDev from triagers team (Aviv Keller) #5594741e5cabc99
] - doc: add esm examples to node:timers (Alfredo González) #5585702d4504aa4
] - doc: fix relative path mention in --allow-fs (Rafael Gonzaga) #55791478fe360cf
] - doc: include git node release --promote to steps (Rafael Gonzaga) #558358f91622e64
] - doc: add history entry for import assertion removal (Antoine du Hamel) #55883b6bef392d3
] - doc: add a note on console stream behavior (Gireesh Punathil) #55616ba63702dc3
] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #55697803cc3b0d2
] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #55697695f582f3c
] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #558909364d7bcbc
] - fs: make mutatingoptions
in Callbackreaddir()
not affect results (LiviaMedeiros) #56057645056033c
] - fs: make mutatingoptions
in Promisesreaddir()
not affect results (LiviaMedeiros) #56057900edd8e01
] - fs: lazily load ReadFileContext (Gürgün Dayıoğlu) #55998437021d680
] - fs,win: fix readdir for named pipe (Hüseyin Açacak) #5611053e0c59cc5
] - http: add setDefaultHeaders option to http.request (Tim Perry) #56112025f057798
] - http: don't emit error after destroy (Robert Nagy) #554571b35f72915
] - http2: remove duplicate codeblock (Vitaly Aminev) #5591518fb548ad4
] - http2: support ALPNCallback option (ZYSzys) #56187930e26b52f
] - http2: fix memory leak caused by premature listener removing (ywave620) #5596672db1842e7
] - lib: remove redundant global regexps (Gürgün Dayıoğlu) #561829d515f306c
] - lib: clean up persisted signals when they are settled (Edigleysson Silva (Edy)) #560019ef8d38bc2
] - lib: handle Float16Array in node:v8 serdes (Bartek Iwańczuk) #559962146841f65
] - lib: disable default memory leak warning for AbortSignal (Lenz Weber-Tronic) #5581631e5037f6f
] - lib: add validation for options in compileFunction (Taejin Kim) #560231d6cbc1ba5
] - lib: fixfs.readdir
recursive async (Rafael Gonzaga) #560410e36fd9fb5
] - lib: avoid excluding symlinks in recursive fs.readdir with filetypes (Juan José) #55714b99b779dec
] - meta: bump github/codeql-action from 3.27.0 to 3.27.5 (dependabot[bot]) #56103809d1a1863
] - meta: bump actions/checkout from 4.1.7 to 4.2.2 (dependabot[bot]) #56102d411a1e029
] - meta: bump step-security/harden-runner from 2.10.1 to 2.10.2 (dependabot[bot]) #56101f38f18d48f
] - meta: bump actions/setup-node from 4.0.3 to 4.1.0 (dependabot[bot]) #56100ca41980be8
] - meta: add releasers as CODEOWNERS to proposal action (Rafael Gonzaga) #560430a21f300e8
] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #56194f99075ad87
] - module: prevent main thread exiting before esm worker ends (Shima Ryuhei) #561837ed5aad275
] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #55282420d599bf0
] - module: simplify ts under node_modules check (Marco Ippolito) #55440e8ca1717b4
] - module: mark evaluation rejection in require(esm) as handled (Joyee Cheung) #561224f85047aae
] - (SEMVER-MINOR) module: simplifyfindPackageJSON
implementation (Antoine du Hamel) #55412807f34f310
] - (SEMVER-MINOR) module: addfindPackageJSON
util (Jacob Smith) #5541226e76129f2
] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #56075a0a5fe8865
] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #5607692a6c56ea1
] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #560785f80f993a4
] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #560793742b75675
] - node-api: allow napi_delete_reference in finalizers (Chengzhong Wu) #55620aa6b0e8bf4
] - permission: ignore internalModuleStat on module loading (Rafael Gonzaga) #55797ca417430a1
] - (SEMVER-MINOR) process: deprecatefeatures.{ipv6,uv}
andfeatures.tls_*
(René) #55545cfcce15573
] - quic: update more QUIC implementation (James M Snell) #559869a6a51c039
] - quic: multiple updates to quic impl (James M Snell) #559712d06c8b660
] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #56068d1809c054f
] - sea: only assert snapshot main function for main threads (Joyee Cheung) #56120d4aabcf7c8
] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #5621386e4b1ce97
] - sqlite: add support for custom functions (Colin Ihrig) #559852f2316a55d
] - sqlite: supportdb.loadExtension
(Alex Yang) #53900535317e27d
] - sqlite: deps includesqlite3ext.h
(Alex Yang) #5601030628eb92b
] - (SEMVER-MINOR) sqlite: addStatementSync.prototype.iterate
method (tpoisseau) #5421306ad4ac008
] - src: fix outdated js2c.cc references (Chengzhong Wu) #56133a37d75901f
] - src: use spaceship operator in SocketAddress (James M Snell) #5605921704d0d5c
] - src: add missing qualifiers to env.cc (Yagiz Nizipli) #56062ab350595ea
] - src: use std::string_view for process emit fns (Yagiz Nizipli) #560864f4756e7b4
] - src: remove dead code in async_wrap (Gerhard Stöbich) #56065f759aa47cf
] - src: avoid copy on getV8FastApiCallCount (Yagiz Nizipli) #56081b5ddedbcad
] - src: fix check fd (theanarkh) #56000009bf6f5f1
] - src: safely remove the last line from dotenv (Shima Ryuhei) #55982bdae1b258a
] - src: fix kill signal on Windows (Hüseyin Açacak) #555140aee9af183
] - (SEMVER-MINOR) src: add cli option to preserve env vars on dr (Rafael Gonzaga) #556970b1b6fdd68
] - src,build: add no user defined deduction guides of CTAD check (Chengzhong Wu) #56071428a9d8576
] - (SEMVER-MINOR) src,lib: stabilize permission model (Rafael Gonzaga) #562011691e62301
] - stream: commit pull-into descriptors after filling from queue (Mattias Buelens) #560723fec5e31e8
] - test: remove test-sqlite-statement-sync flaky designation (Luigi Pinca) #560516a12323659
] - test: use --permission over --experimental-permission (Rafael Gonzaga) #5623943fa7eff99
] - test: remove exludes for sea tests on PPC (Michael Dawson) #562173fc6e2eeb0
] - test: fix test-abortsignal-drop-settled-signals flakiness (Edigleysson Silva (Edy)) #56197ad4275b69a
] - test: move localizationd data fromtest-icu-env
to external file (Livia Medeiros) #55618668f6a901b
] - test: update WPT for url to 6fa3fe8a92 (Node.js GitHub Bot) #56136e241de375e
] - test: removehasOpenSSL3x
utils (Antoine du Hamel) #56164b6d8925096
] - test: update streams wpt (Mattias Buelens) #56072985248047e
] - test: remove test-fs-utimes flaky designation (Luigi Pinca) #56052c794234bcf
] - test: ensurecli.md
is in alphabetical order (Antoine du Hamel) #56025f97ecefc0d
] - test: update WPT for WebCryptoAPI to 3e3374efde (Node.js GitHub Bot) #560936effe48ef0
] - test: update WPT for WebCryptoAPI to 76dfa54e5d (Node.js GitHub Bot) #56093f4615da6f0
] - test: move test-worker-arraybuffer-zerofill to parallel (Luigi Pinca) #56053afc7fb300b
] - test: update WPT for url to 67880a4eb83ca9aa732eec4b35a1971ff5bf37ff (Node.js GitHub Bot) #559993c1b0dcf40
] - test: make HTTP/1.0 connection test more robust (Arne Keller) #55959d1b7404e88
] - test: convert readdir test to use test runner (Thomas Chetwin) #557502f3298a032
] - test: make x509 crypto tests work with BoringSSL (Shelley Vohr) #5592712ebb56b57
] - test: fix determining lower priority (Livia Medeiros) #559088807e55327
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #5599714c35bb351
] - test_runner: refactor Promise chain in run() (Colin Ihrig) #5595809234cc6f2
] - test_runner: refactor build Promise in Suite() (Colin Ihrig) #559587608306222
] - test_runner: simplify hook running logic (Colin Ihrig) #55963802601ca33
] - test_runner: mark context.plan() as stable (Colin Ihrig) #55895618d451b70
] - test_runner: mark snapshot testing as stable (Colin Ihrig) #55897a5702a0c86
] - tools: fixnode:
enforcement for docs (Antoine du Hamel) #56284318bab427b
] - tools: update github_reporter to 1.7.2 (Node.js GitHub Bot) #562050b317c97ae
] - tools: add REPLACEME check to workflow (Mert Can Altin) #56251cdb15d9b7d
] - tools: usegithub.actor
instead of bot username for release proposals (Antoine du Hamel) #56232b40439989f
] - Revert "tools: disable automated libuv updates" (Luigi Pinca) #56223a5fa657d80
] - tools: update gyp-next to 0.19.1 (Anna Henningsen) #5611194a6564605
] - tools: fix release proposal linter to support more than 1 folk preparing (Antoine du Hamel) #562034e5e3562e6
] - tools: enable linter fortools/icu/**
(Livia Medeiros) #56176379fc403a0
] - tools: use commit title as PR title when creating release proposal (Antoine du Hamel) #56165f7e9bbb2a7
] - tools: update gyp-next to 0.19.0 (Node.js GitHub Bot) #5615835feb6cec6
] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #56099cc861ad476
] - tools: improve release proposal PR opening (Antoine du Hamel) #56161eab17d4b03
] - tools: updatecreate-release-proposal
workflow (Antoine du Hamel) #560543195af27f1
] - tools: fix update-undici script (Michaël Zasso) #56069beb0ba4b43
] - tools: allow dispatch oftools.yml
from forks (Antoine du Hamel) #560089812e90090
] - tools: fix nghttp3 updater script (Antoine du Hamel) #5600751b29ccc34
] - tools: filter release keys to reduce interactivity (Antoine du Hamel) #5595003118a7685
] - tools: update WPT updater (Antoine du Hamel) #560039f59af9813
] - tools: add WPT updater for specific subsystems (Mert Can Altin) #54460ad2060fb2a
] - tools: use tokenless Codecov uploads (Michaël Zasso) #5594394105c092f
] - tools: lint js indoc/**/*.md
(Livia Medeiros) #55904267c8f8aca
] - tools: add linter for release commit proposals (Antoine du Hamel) #55923d9284ac214
] - tools: fix riscv64 build failed (Lu Yahan) #528885826993564
] - tools: bump cross-spawn from 7.0.3 to 7.0.5 in /tools/eslint (dependabot[bot]) #55894fbc2830b97
] - util: harden more built-in classes against prototype pollution (Antoine du Hamel) #56225597a78ecff
] - util: fix Latin1 decoding to return string output (Mert Can Altin) #56222c365263019
] - util: do not rely on mutableObject
andFunction
'constructor
prop (Antoine du Hamel) #5618899eddecd64
] - util: add fast path for Latin1 decoding (Mert Can Altin) #552755d92a5f156
] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #555893920a5cff6
] - v8,tools: expose experimental wasm revectorize feature (Yolanda-Chen) #548961d865b2196
] - worker: fix crash when a worker joins after exit (Stephen Belanger) #56191