Skip to content

v6.1.0

Compare
Choose a tag to compare
@aminya aminya released this 22 Oct 08:15
· 96 commits to master since this release

What's Changed

  • feat: build zeromq with CMake and vcpkg by @aminya in #665
    • This removes all the node-gyp-specific build scripts replacing it with CMake, vcpkg, and project_options. This significantly improves the reliability of the builds and allows for further improvements in future releases.
    • The Visual Studio runtimes are now statically linked. So, the bundled binaries should work without needing VC++ redistributable.
    • Most of the previously failing tests are now passing.
    • Now the users can enable the draft, curve, or web socket features easily through .npmrc during installation. See the readme for more details.

Full Changelog: v6.0.8...v6.1.0