-
Notifications
You must be signed in to change notification settings - Fork 459
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
Make next release semver-major/Request for 2.x release with backports #646
Comments
Hi @gabrielschulhof , |
Makes sense to me. |
Discussed in the N-API team meeting today. We can wait until we have enough to do a release, and then we'll make it SemVer major at that point. |
when will be the next version released? There are a lot of critical fixes committed in master and pending release. Like memory leaks and crashes. |
@gabrielschulhof, @NickNaso We should probably add that to the agenda for the next N-API team meeting. |
Bump? It’s been 5 months since the last release… |
It’s taking far too long to get a release of node-addon-api out. Refs: nodejs/node-addon-api#646 Fixes: #16
@legendecas That’s understandable, but… holding up releases like that is not great in terms of DX and kind of makes me want to start maintaining a fork of this repo that actively releases 😬 |
We have done a release based of a fork. IMO critical fixes and memory leaks should not wait for other features too much. Still it is what it is, and we are waiting for node-addon-api v3 to do a proper release. |
Right, I feel like we should at least have another v2.x release here. Mixing in a breaking change with critical fixes doesn’t seem like a great choice. |
Well on this one the fixes required breaking changes. My comment was about the new features that are planned and still holding up the release, but I think the team knows better. |
I'll add that the team was not aware that people were actively waiting for a new release, but also agree it was probably longer since the last release than it should be have been. @nodejs/addon-api any concerns with doing a release with what is currently landed as a 2.x release and then following that up with the planned 3.0.0 release when it is ready? If not @NickNaso do you have time to do the release next week? Otherwise I can take a look at doing it. |
@mhdawson I think it’s a safe default assumption that anybody who opens a PR has the goal of using it in a release soon afterwards. |
The next release should be a major version since it has breaking changes. |
@blagoev I guess I did not think it though enough and based my suggestion on @addaleax's suggestion that we have another v2.x release. Which was "one the fixes required breaking changes"? To my recollection we were very conservative on what was marked breaking (ie we did not believe any of the changes would affect any real code) so we should look carefully at the change if there is a strong need for a v2.x release versus the planned major release. The major motivation for a major was to specifically drop support for Node.js 6.x (EDIT should have said 6.x and 8.x). If we can agree on what is most useful we can see if we can expedite a release of that next week now that we understand the lack of a release is causing problems. |
I think its node 8 support that's dropped as well. But if you ask me that's breaking change and should be released as a major version. cheers |
@blagoev thanks for letting us know what makes the most sense for you. @nodejs/n-api revised proposal: expediting:
Then doing a release, and leave
to a later release if they are not ready? If so @NickNaso do you have time to do the release next week? Otherwise I can take a look at doing it. |
Hi @mhdawson, |
@NickNaso thanks! Let me know if you need anything from me. |
I'm starting to make the new release. If I will not have problem with CI it will go out very soon. |
I'm closing the issue because the new version of |
@addaleax do you have a list of which specific ones are non-breaking and that you think would be important to backport? |
@addaleax more generally though a conversation might be good around EOL Node.js LTS versions factoring these in:
Given that it seems strange to backport changes to a line that would only be used for EOL Node.js versions, and that we only really moved up from to discontinue support for... I understand its a bit more grey than that, but I'm struggling with "you need to bump the major to drop support" and "you need to backport changes to the previous line to support the versions you dropped support for", which is only really necessary because "we bumped the major to drop support". Ideally we would not have to force those using non-EOL Node versions to take a major just so that we can drop support for EOL versions. |
@mhdawson I get that, but semver-major releases that drop Node.js support propagate very slowly through the ecosystem, because it forces a semver-major release on all of its recursive dependents as well |
If anybody has any others they think are important, please add to this issue and we will review/discuss a 2.x release which includes those. |
Going to re-open so that we don't miss closing out on the request for a 2.x release. |
Maybe we should check master against 10.15.2 as well. |
Hi everybody, |
I'm closing the issue because I just provided to publish the release 2.0.2. |
@addaleax pointed out that because of the removal of support for v6.x and v8.x the next release must be semver-major.
The text was updated successfully, but these errors were encountered: