Releases: AAFC-Cloud/piing
Releases · AAFC-Cloud/piing
v0.2.0
Changelog
[0.2.0] - 2025-06-14
Added
- ICMP ping support using the
pingcrate. - Unified
--modeCLI argument to select betweenicmp,tcp,http-get, andhttp-headmodes. - Automatic port extraction from the destination string (e.g.,
host:portor URL), with sensible defaults for each mode. - Human-friendly interval parsing (e.g.,
-i 500msor--interval 2s). - Colorized output for better readability.
- Error handling improvements using
color-eyre.
Changed
- Removed separate
--icmpand--tcpflags in favor of the single--modeargument. - Default mode is now
icmpif--modeis not specified. - Improved argument parsing and help output with
clap.
Fixed
- More robust destination parsing for host, port, and URL.
- Better error messages for invalid hosts or unreachable destinations.
Internal
- Updated dependencies for security and performance.
- Optimized build profiles for smaller and faster binaries.