Releases: thombashi/pingparsing
Releases · thombashi/pingparsing
v1.4.2
- 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
to1.3.2
- Bump minimum version of
humanreadable
to0.3
- Bump minimum version of
- 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
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
- @s-t-e-v-e-n-k made their first contribution in #47
Full Changelog: v1.4.0...v1.4.1
v1.4.0
v1.3.2
v1.3.1
v1.3.0
- 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
v1.1.0
- 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