Skip to content
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

What is the difference between Current and Active? #430

Closed
toymachiner62 opened this issue Mar 27, 2019 · 6 comments
Closed

What is the difference between Current and Active? #430

toymachiner62 opened this issue Mar 27, 2019 · 6 comments

Comments

@toymachiner62
Copy link

I'm curious what the difference between the Current and Active statuses of a Node.js version are.

My team is currently on version 9 and trying to determine whether to move to 10, 11, or 12 but i'm not sure what the statuses actually mean and there is nothing documented on the README about them (at least that I skimmed through and found).

@BethGriggs
Copy link
Member

@MylesBorins
Copy link
Contributor

MylesBorins commented Mar 27, 2019

Current is actively updated on a weekly or bi-weekly basis. It will be Semver-Minor or Semver-Patch depending on the backlog on master.

Active LTS has a monthly release cadence and will only contain changes that have already gone out in a Current release.

For production services I do not advise ever using Current. I would have advised being on 10 until 12 goes to Active LTS. As you are already on 11 you may want to upgrade to 12 soon after release, and hold off on future upgrades until 14 is in LTS. edit: I read your comment wrong. You should move to 10 ASAP, 9 has not been receiving security releases for quite a while.

@cjihrig
Copy link
Contributor

cjihrig commented Mar 27, 2019

"Current" represents the current release line that receives all non-breaking changes that land in Node's master branch. The things that land in an active LTS or maintenance line are covered in https://github.com/nodejs/Release#release-plan.

My team is currently on version 9

That version has been end of life for a while. Companies should generally stick to even numbered versions. I'd recommend moving to 10 now, and 12 once it goes LTS.

@toymachiner62
Copy link
Author

toymachiner62 commented Mar 27, 2019

Does this help? https://github.com/nodejs/node#release-types

@BethGriggs Only partially. It doesn't say anything about Active status.

@toymachiner62
Copy link
Author

Closing as i've gotten my answer. Thanks all.

@maksymkp
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants