See UPGRADE.md for notes on breaking changes for downstream developers.
- Make peer.remoteOpened public (#268)
- Upgraded standard to v14 with subsequent formatting tweaks
- createReadStream is up to 8x faster now! (#261 by @tinchoz49)
- Fixed benchmarks (#266 by @fwip)
- 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.