Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 1.04 KB

CHANGELOG

See UPGRADE.md for notes on breaking changes for downstream developers.

Current

v9.1.0

  • Make peer.remoteOpened public (#268)

v9.0.1

  • Upgraded standard to v14 with subsequent formatting tweaks
  • createReadStream is up to 8x faster now! (#261 by @tinchoz49)
  • Fixed benchmarks (#266 by @fwip)

v9.0.0

  • Ease of use update to signatures, holepunchto#260
  • Updates noise-protocol to latest, which uses chacha instead of xchacha and moves avoid from the sodium kx api for better compatability with the rest of the Noise ecosystem.
  • Updates sodium-native from 2 to 3 across the board. 3 uses n-api, so no more builds needed when Node is released.