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

Support Node.js v14 #654

Merged
merged 3 commits into from
Jun 11, 2020
Merged

Support Node.js v14 #654

merged 3 commits into from
Jun 11, 2020

Conversation

ilammy
Copy link
Collaborator

@ilammy ilammy commented Jun 11, 2020

This is the version which is going to turn into LTS in October 2020. It's the current stable release. LTS is recommended for general use, but some packages already deliver the stable version (e.g., Homebrew).

There are probably some deprecations that we need to take care of, but otherwise we can squeese this support claim into the release window for JsThemis 0.13 and WasmThemis 0.13.

See https://nodejs.org/en/download/ for information on current Node.js releases.

Checklist

  • Change is covered by automated tests
  • The coding guidelines are followed
  • Public API has proper documentation
  • Changelog is updated

This is the version which is going to turn into LTS in October 2020.
It's the current stable release. LTS is recommended for general use,
but some packages already deliver the stable version (e.g., Homebrew).

There are probably some deprecations that we need to take care of, but
otherwise we can squeese this support claim into the release window
for JsThemis 0.13 and WasmThemis 0.13.
@ilammy ilammy added infrastructure Automated building and packaging W-WasmThemis 🌐 Wrapper: WasmThemis, JavaScript API, npm packages W-JsThemis 🍭 Wrapper: JsThemis for Node.js, JavaScript API, npm packages labels Jun 11, 2020
Copy link
Contributor

@vixentael vixentael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

Sync up to pull in Emscripten changes.
@ilammy
Copy link
Collaborator Author

ilammy commented Jun 11, 2020

The only failing test is Android run on CircleCI which I'm going to ignore since it has nothing to do with the essence of this change.

It kinda sucks to see it fail once in a while because apparently we can't have good things.

It also kinda sucks to see Android tests run on each commit and each PR, even when no code changed that could affect Android. However, CircleCI does not have a convenient way to filter pipeline runs – or however it's called now – based on PR changes. There is a way to parse the diff yourself, but I'm not going to bother with this hack.

I'm merging it red, deal with it 🕶️

@ilammy ilammy merged commit e3e59da into cossacklabs:master Jun 11, 2020
@ilammy ilammy deleted the node.js-v14 branch June 11, 2020 18:45
@vixentael
Copy link
Contributor

I'm merging it red, deal with it 🕶️

Hack the planet 😈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Automated building and packaging W-JsThemis 🍭 Wrapper: JsThemis for Node.js, JavaScript API, npm packages W-WasmThemis 🌐 Wrapper: WasmThemis, JavaScript API, npm packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants