Skip to content

v2.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 21:39
3fdd223

What's Changed

Full Changelog: v2.3.0...v2.4.0


The binaries that were attached here have been removed.

They did not work. sodium-native's native addon was never embedded, so every binary kept an absolute path back to the machine that built it and died with Cannot find addon anywhere else. CI did not catch it because it ran the binary on the runner that built it, where that path still existed.

Fixed in v2.7.2, which ships the first binaries verified on a machine that did not build them. If you downloaded one from this release, replace it.

The npm package was never affected — npx ciphermesh@latest does not use these files.