Prebuilt binaries

Hi! I’ve recently upgraded to Node.js version 12 from version 8. I’m still using couchbase SDK version 2.6.10. After an upgrade I’ve noticed this line in my log:
No prebuilt binaries found (target=12.16.1 runtime=node arch=x64 libc= platform=linux)

After that it proceeds to build a bunch of C code that takes a while.

Is it possible to include prebuilt binaries into the package?

Hey @ekulabuhov,

We typically try to include the active Node.js releases with our SDKs. The next release of the SDK will include updated prebuild versions.

Cheers, Brett

Thank you for the reply, @brett19 !

By next release you mean 3.x or 2.x? Is 2.x still supported or do I need to upgrade to 3.x?

Thanks, Eugene

Hey @ekulabuhov,

Both versions will be getting updates. The intent is to support the 2.x series in terms of bug-fixes and maintenance (but no new features) for at least 12mo’s from the release of the 3.x series.

Cheers, Brett