Skip to content

Pull requests: nodejs/node

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

2026-09-01, Version 22.23.3 'Jod' (LTS) release Issues and PRs related to Node.js releases. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#65448 opened Aug 20, 2026 by github-actions Bot Draft
sqlite: add incremental blob I/O c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#65444 opened Aug 20, 2026 by arimxyer Draft
quic: reset rejected HTTP/3 request streams with H3_REQUEST_REJECTED author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#65442 opened Aug 20, 2026 by trivenay Contributor Loading…
http2: fix write deadlock exposed by larger window sizes c++ Issues and PRs that require attention from people who are familiar with C++. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#65440 opened Aug 20, 2026 by pimterry Member Loading…
build: target Power 9 and z14 build Issues and PRs related to build files or the CI. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. needs-ci PRs that need a full CI run. ppc Issues and PRs related to the Power architecture. request-ci Add this label to start a Jenkins CI on a PR. s390x Issues and PRs related to the s390x architecture. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#65439 opened Aug 20, 2026 by richardlau Member Loading…
meta: refine the security vuln posture for experimental flagged features doc Issues and PRs related to the documentations.
#65438 opened Aug 20, 2026 by jasnell Member Loading…
stream: cut per-chunk overhead in web streams pipelines needs-ci PRs that need a full CI run. web streams
#65437 opened Aug 20, 2026 by anonrig Member Loading…
doc: clarify security triage dispositions and permission boundaries author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.
#65436 opened Aug 20, 2026 by RafaelGSS Member Loading…
fs: do not descend into symlinks for ** unless following symlinks author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#65435 opened Aug 20, 2026 by RafaelGSS Member Loading…
perf_hooks: add binary export/import to Histogram c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. semver-minor PRs that contain new features and should be released in the next minor version.
#65434 opened Aug 20, 2026 by jasnell Member Loading…
tools: improve commit queue failure comment author ready PRs that have at least one approval, no pending requests for changes, and a CI started. tools Issues and PRs related to the tools directory.
#65433 opened Aug 20, 2026 by panva Member Loading…
permission: enforce addon permission in GetLinkedBinding author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model
#65432 opened Aug 20, 2026 by RafaelGSS Member Loading…
permission: block FileHandle fsync and fdatasync author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model
#65431 opened Aug 20, 2026 by RafaelGSS Member Loading…
buffer: prevent abort on indexOf with lone surrogate needle author ready PRs that have at least one approval, no pending requests for changes, and a CI started. buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#65430 opened Aug 20, 2026 by RafaelGSS Member Loading…
build: downgrade Intel macOS support to experimental build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations. semver-major PRs that contain breaking changes and should be released in the next major version.
#65427 opened Aug 20, 2026 by aduh95 Contributor Loading…
[v24.x backport] crypto: support loading private keys through STORE loaders author ready PRs that have at least one approval, no pending requests for changes, and a CI started. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#65426 opened Aug 20, 2026 by panva Member Loading…
test: remove test-debugger-run-after-quit-restart flaky designation author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#65424 opened Aug 20, 2026 by inoway46 Contributor Loading…
crypto: remove obsolete BoringSSL shims and use available APIs author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#65423 opened Aug 20, 2026 by panva Member Loading…
test: add validation for listener removal in read streams needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#65421 opened Aug 20, 2026 by Paraspandey-debugs Loading…
module: derive builtinModules from enabled builtin set lib / src Issues and PRs related to general changes in the lib or src directory. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#65418 opened Aug 20, 2026 by sjungwon03 Contributor Loading…
ffi: prefer canonical type names c++ Issues and PRs that require attention from people who are familiar with C++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#65417 opened Aug 20, 2026 by trivikr Member Loading…
perf_hooks: add statistical hypothesis testing to histogram author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. semver-minor PRs that contain new features and should be released in the next minor version.
#65416 opened Aug 20, 2026 by jasnell Member Loading…
ffi: validate DynamicLibrary getter receivers author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#65415 opened Aug 20, 2026 by trivikr Member Loading…
stream: reduce webstreams encoding and iteration overhead needs-ci PRs that need a full CI run. web streams
#65414 opened Aug 20, 2026 by mcollina Member Loading…
doc: fix broken GYP link in n-api.md doc Issues and PRs related to the documentations. node-api Issues and PRs related to the Node-API.
#65413 opened Aug 20, 2026 by HoonDongKang Contributor Loading…
ProTip! Adding no:label will show everything without a label.