Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 727 Bytes

File metadata and controls

24 lines (16 loc) · 727 Bytes

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.7.1] - 2026-05-01

Security

  • use a 64-bit nonce counter on 32-bit platforms to avoid the possibility of nonce re-use with large REKEY_AFTER_TIME
  • CLI only: remove vulnerable dependency: atty

Fixed

  • use portable-atomic to support targets without native 64-bit atomics

[0.7.0] - 2026-01-09

Changes

  • Breaking: make noise::Tunn::new infallible
  • Upgrade vulnerable dependencies: ring, x25519-dalek
  • Fix a compilation error on freebsd
  • Fix incorrect socket type in device::Peer::connect_endpoint