Skip to content

Releases: thombashi/pingparsing

v1.4.2

02 May 09:35
v1.4.2
Compare
Choose a tag to compare
  • Add docs extras
  • Add __all__ to __init__.py
  • Add a build and publish workflow
  • Add Sigstore signatures to release assets
  • Update dependencies in requirements files
    • Bump minimum version of typepy to 1.3.2
    • Bump minimum version of humanreadable to 0.3
  • Add support for Python 3.12
  • Drop support for Python 3.6
  • Update help messages
  • Improve type annotations
  • Modify to use setuptools_scm for package build
  • Add CHANGELOG

Full Changelog: v1.4.1...v1.4.2

v1.4.1

18 Feb 06:52
v1.4.1
Compare
Choose a tag to compare

What's Changed

  • Fix Pygemnts requirement in setup.py by @s-t-e-v-e-n-k in #47
  • Change the output of the CLI logger to stderr
  • Add support for Python 3.11
  • Update help messages
  • Update requirements

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

24 Oct 15:15
v1.4.0
Compare
Choose a tag to compare
  • Drop support for Python 3.5
  • Add support for pyparsing v3

v1.3.2

02 Jun 16:22
v1.3.2
Compare
Choose a tag to compare
  • Fix parsing when ping results with pipe field: #45 (Thanks to @docweirdo)

v1.3.1

05 May 07:48
v1.3.1
Compare
Choose a tag to compare
  • Change PingTransmitter.ping_option accepts Sequence
  • Fix a problem that --interface option value is not properly applied to ping commands

v1.3.0

27 Mar 17:20
v1.3.0
Compare
Choose a tag to compare
  • Add packet size in icmp_replies: #35 (Thanks to @cloudprodz)
  • Add received addresses in icmp_replies: #38 (Thanks to @vi)
  • Fix incorrect parsing of destination domain with '.net' suffix: #40 (Thanks to @xNathan)
  • Fix parsing of Windows ping replies
  • Modify a type annotation of PingParserInterface.parse method
  • Improve parsing precision of times

v1.2.0

31 Jan 16:10
v1.2.0
Compare
Choose a tag to compare
  • Add support for Python 3.10
  • Add --timezone option to the CLI
  • Add time zone support for parser classes

v1.1.0

09 Aug 15:40
v1.1.0
Compare
Choose a tag to compare
  • Make it possible to parse ping timeouts includes timestamps: #37 (Thanks to @banananananananana)
  • Add --addopts option to the CLI
  • Add -O option to ping execution when --timestamp option is specified on Linux
  • Set default serializer for timestamps of ICMP replies

v1.0.3

26 Apr 02:03
v1.0.3
Compare
Choose a tag to compare
  • Fix type annotations
  • Update requirements

v1.0.2

04 Apr 10:20
v1.0.2
Compare
Choose a tag to compare
  • Make it possible to execute the CLI with python -m pingparsing
  • Update requirements