-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
doc: add note for features using InternalWorker
with permission model
#56706
doc: add note for features using InternalWorker
with permission model
#56706
Conversation
Review requested:
|
@nodejs/lts are we OK landing this in the 20.18.3 proposal? I feel that fixing the documentation earlier rather than later, since the incomplete documentation just got out in the security release and we don't know when will be the next 20.x release. |
I'm okay with landing it as a correction to the security release. |
Fast-track has been requested by @aduh95. Please 👍 to approve. |
Commit Queue failed- Loading data for nodejs/node/pull/56706 ✔ Done loading data for nodejs/node/pull/56706 ----------------------------------- PR info ------------------------------------ Title doc: add note for features using `InternalWorker` with permission model (#56706) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch aduh95:internal-worker--permission -> nodejs:main Labels doc, fast-track, author ready, backport-requested-v20.x, backport-requested-v22.x, backport-requested-v23.x Commits 1 - doc: add note for features using `InternalWorker` with permission model Committers 1 - Antoine du Hamel <[email protected]> PR-URL: https://github.com/nodejs/node/pull/56706 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/56706 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Wed, 22 Jan 2025 15:38:16 GMT ✔ Approvals: 2 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/56706#pullrequestreview-2567620269 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/56706#pullrequestreview-2567850495 ℹ This PR is being fast-tracked ✘ This PR needs to wait 45 more hours to land (or 0 hours if there is 1 more approval (👍) of the fast-track request from collaborators). ✔ Last GitHub CI successful ℹ Green GitHub CI is sufficient -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/12914652510 |
Landed in a4895e2 |
PR-URL: nodejs#56706 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #56706 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: nodejs#56706 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #56706 Backport-PR-URL: #56721 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #56706 Backport-PR-URL: #56721 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
bf59539 did not include documentation for all features depending on
InternalWorker
.