Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.08 KB

Here you can see the full list of changes between each tokio-ping release.

Version 0.3.0 (2019-09-23)

Fixes

  • Make PingChainStream lazier (#13)

Refactorings

  • Use Duration instead of f64

Version 0.2.1 (2019-08-12)

Fixes

  • IcmpV6 typo (#8)
  • Memory leak (#9)

Version 0.2.0 (2018-06-17)

Refactorings

  • Use tokio instead of tokio-core
  • Use failure instead of error-chain
  • Simplify ICMP packets encoding and parsing

Version 0.1.2 (2018-03-18)

Fixes

  • Still EINVAL on ICMPv6 (#5)
  • Panic in debug builds (#4)

Version 0.1.1 (2018-02-17)

Fixes

  • EINVAL error on ICMPv6 (#1, #2)

Refactorings

  • Use socket2 instead of lazy_socket (#3)

Version 0.1.0 (2017-12-06)

Initial release.