Uh oh!
There was an error while loading. Please reload this page.
2018-10-30 Version 10.13.0 'Dubnium' (LTS) - #23831
Conversation
MylesBorins
commented
Oct 23, 2018
@nodejs/release please lmk if you think we should include any changes in this release... we currently have a fairly decent backlog on staging, which I think includes semver-minor changes. While we could include them in this release it would arguably be against our LTS policy (as changes will not have been in a release for 2 weeks). We do not, afaik, have explicit policy around the initial LTS release... but have discussed in the past releasing only the bit flip to LTS rather than accompanying it with other changes |
targos
commented
Oct 23, 2018
I'm +1 on a release with minimal changes. We should include #23801 when it lands |
Uh oh!
There was an error while loading. Please reload this page.
mhdawson
commented
Oct 23, 2018
Test is failing because it needs to be aware of the new release // it's expected that future LTS release lines will have additional// branches in hereif(versionParts[0]==='4'&&versionParts[1]>=2){assert.strictEqual(process.release.lts,'Argon');}elseif(versionParts[0]==='6'&&versionParts[1]>=9){assert.strictEqual(process.release.lts,'Boron');}elseif(versionParts[0]==='8'&&versionParts[1]>=9){assert.strictEqual(process.release.lts,'Carbon');}else{assert.strictEqual(process.release.lts,undefined);}Missing the else if for 10 |
There was a problem hiding this comment.
This codename is uppercased in Boron and Carbon. Is there a reason for a change to this naming pattern?
3ef9e25 to
fe93064Comparecxreg
commented
Oct 23, 2018
@MylesBorins did you intend to rebase to |
fe93064 to
f336836CompareMylesBorins
commented
Oct 23, 2018
@cxreg I didn't, thanks for the due diligence |
Uh oh!
There was an error while loading. Please reload this page.
targos
commented
Oct 24, 2018
Another change that should be included IMO: #23795 |
edit no notable changes… OK, this can be next time.maybe some ICU <3 ? in decreasing order of importance
Easily skip this one if ICU 63.1 lands:
|
bnb
commented
Oct 25, 2018
Thank you for your work on this @MylesBorins ❤️ I also very much appreciate the precedent of "no changes" outside of a SemVer minor patch. Feels much tidier and provides a simple way to explain the change to people. |
MylesBorins
commented
Oct 25, 2018
c97612a to
80cd8f3CompareMylesBorins
commented
Oct 25, 2018
🎉 Thanks Node contributors and maintainers! 🎉 |
All the sub targets have internal parallelism, so no performance loss. Also `make` doesn't to a good enough job of combining the output streams, or eliminate races. PR-URL: #23733Fixes: #22006 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me>
80cd8f3 to
dc2708aCompareMylesBorins
commented
Oct 29, 2018
updated with two more commits to fix known regressions. Kicking off one last round of CI CI: https://ci.nodejs.org/job/node-test-pull-request/18216/ |
MylesBorins
commented
Oct 30, 2018
Rebuilding OSX: https://ci.nodejs.org/job/node-test-commit-osx/22254/ |
This release marks the transition of Node.js 10.x into Long Term Support (LTS) with the codename 'Dubnium'. The 10.x release line now moves in to "Active LTS" and will remain so until April 2020. After that time it will move in to "Maintenance" until end of life in April 2021. Notable Changes: This release only includes minimal changes necessary to fix known regressions prior to LTS. PR-URL: #23831
dc2708a to
ab4af08CompareThis release marks the transition of Node.js 10.x into Long Term Support (LTS) with the codename 'Dubnium'. The 10.x release line now moves in to "Active LTS" and will remain so until April 2020. After that time it will move in to "Maintenance" until end of life in April 2021. Notable Changes: This release only includes minimal changes necessary to fix known regressions prior to LTS. PR-URL: nodejs#23831
targos
commented
Oct 30, 2018
🎉 🎉 🎉 |
joshgav
commented
Oct 30, 2018
Thanks @MylesBorins! I think you still need to add a |
richardlau
commented
Oct 30, 2018
Opened nodejs/nodejs-latest-linker#2 against the linker tool. |
MylesBorins
commented
Oct 31, 2018
I manually created https://nodejs.org/download/release/latest-dubnium/ but we still need to update the automation script |
rvagg
commented
Oct 31, 2018
latest-linker updated and deployed, thanks @richardlau for the code and @joshgav for the ping |
2018-10-30, Version 10.13.0 'Dubnium' (LTS), @MylesBorins
This release marks the transition of Node.js 10.x into Long Term
Support (LTS) with the codename 'Dubnium'. The 10.x release line
now moves in to "Active LTS" and will remain so until April 2020.
After that time it will move in to "Maintenance" until end of
life in April 2021.
Notable Changes
This release only includes minimal changes necessary to fix known regressions prior to LTS.
Commits
2ba6010082] - buffer: fix crash for invalid index types (Anna Henningsen)2cd68be69d] - build: spawnmake test-ciwith-j1(Refael Ackermann) #237331003f4c975] - deps: fix wrong default for v8 handle zapping (Refael Ackermann) #23801