nodejs / node-addon-api

Module for using Node-API from C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next release

mhdawson opened this issue · comments

We discussed issuing a SemVer major release to address #1272

The fix/tests have landed for that issue but I think we should also land #1266 since we marked that as SemVer major as well.

@nodejs/node-api any others we should try to include?

@NickNaso would you like to do the release?

yes I can. I will make the next release v6.0.0 after the PR #1266 will be landed.

@NickNaso thanks!. Just landed #1266

I'm starting to work on release v6.0.0.

When will the 6.0.0 release be

I think that I found the test that does not work:
https://github.com/nodejs/node-addon-api/blob/main/test/async_progress_worker.cc#L185
https://github.com/nodejs/node-addon-api/blob/main/test/async_progress_worker.js#L12

Anyone have an idea because this test hangs on Node.js v16 and x86 platform?

The new release has been published.