Skip to content

v1.0.0

Compare
Choose a tag to compare
@thombashi thombashi released this 23 Feb 07:07
· 232 commits to master since this release
v1.0.0
  • Drop Python 2 support
  • Add packet size option to PingTransmitter and CLI: #34 (Thanks to @salehdeh76)
  • Add ttl option to PingTransmitter and CLI: #34 (Thanks to @salehdeh76)
  • Add include_icmp_replies flag to PingStats.as_dict method
  • Add --no-color option to the CLI tool
  • Add type annotations and py.typed to the package
  • Add [cli] extras_require
  • Update dependencies
  • Remove deprecated methods
  • Reduce a package dependency
  • Replace the logging library
  • Fix timestamp parsing when transmitting ping by CLI
  • Minor bug fixes