Skip to content

Releases: aisk/rust-ping

Release list

v0.9.0

Choose a tag to compare

@aisk aisk released this 12 Jul 02:42

What's Changed

  • Refactor ping timeout tracking by @aisk in #57
  • Extract reusable ping core logic by @aisk in #58
  • Add Tokio async support by @aisk in #59

Full Changelog: v0.8.0...v0.9.0

v0.8.0

Choose a tag to compare

@aisk aisk released this 26 Jun 15:16

What's Changed

  • Expose PingResult by @aisk in #50
  • Derive Debug and Clone for Ping by @aisk in #51
  • Fix ICMP reply decoding robustness by @aisk in #53
  • Decode replies using actual received length by @aisk in #54
  • Add rustdoc to public API by @aisk in #55

Full Changelog: v0.7.1...v0.8.0