Skip to content

v0.23.0-alpha.1 (2018-10-01)

Pre-release
Pre-release

Choose a tag to compare

@implausible implausible released this 19 Oct 20:01
· 756 commits to master since this release

Summary of changes

  • Added Node 10 support.
  • We no longer compile OpenSSL. Instead, we prefer the OpenSSL shipped with Node. In electron builds, we prefer the system openssl on linux, and we get prebuilt static libs from Conan.
  • Cleaned up some compiler warnings
  • Our http_parser dependency is now a submodule.
  • Updated some dependencies in npm to get rid of security vulnerabilities and warnings.
  • Exposed transfer progress callback for pushing.

Merged PRs into NodeGit