-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[v14.x Backport] crypto: implement randomuuid #36945
Conversation
/cc @nodejs/backporters @nodejs/releasers ... |
Signed-off-by: James M Snell <[email protected]> Original-PR-URL: #36729 PR-URL: #36945 Reviewed-By: Ben Coe <[email protected]>
Landed in 3aeaaea |
@jasnell we usually do some degree of consensus building with @nodejs/lts prior to backporting semver-minor commits and we generally have it back longer than 14 days prior to a backport (more often multiple months). Is this an experimental feature? |
Feel free to revert if necessary |
I'm preparing a patch release of v14 for this week (the plan was to keep this one intentionally small to just address some bugs and pull in an npm update). For ease of preparing the patch release - I'll probably temporarily drop the commit from the staging branch and reopen. If there are no concerns from @nodejs/lts, i'll aim to re-land on staging after the patch release has gone out? The following/February release is scheduled to be a minor (nodejs/Release#567), and by the time of that release it'll probably have been out in v15 for a while (1 month+). |
98f6155
to
9ff73fc
Compare
@MylesBorins @BethGriggs ... What's the timeline on this landing in 14.x again? |
We do not yet have a volunteer to prepare the next planned release of Node.js 14. The upcoming security release has pushed the schedule out a little too. We can pull this into staging ready to go out in the next release (which is due to be a minor). But unfortunately the actual release might be a while off, bearing in mind we'll need volunteer(s), and we've previously aimed for 2-3 weeks release candidate phase for minors. (It's on my list to try and land some commits on v14.x-staging, but I cannot commit the time to preparing the whole release atm.) |
11505ad
to
6b115d7
Compare
@nodejs/releasers ... any updates on when this might land in 14.x? |
@jasnell when someone takes the time to prepare the next semver-minor release. |
Signed-off-by: James M Snell <[email protected]> PR-URL: nodejs#36729 Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Ben Coe <[email protected]>
b049920
to
ab5e466
Compare
Signed-off-by: James M Snell <[email protected]> PR-URL: #36729 Backport-PR-URL: #36945 Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Ben Coe <[email protected]>
Landed in 08f9130 |
Signed-off-by: James M Snell [email protected]
Original-PR-URL: #36729