Highlights
This maintenance release of Trippy fixes a bug introduced in 0.12.0 which causes a tracer panic if --first-ttl
is set to be greater than one. The release also addresses a longstanding bug which causes --dns-resolve-method resolv
to ignore any value provided for --addr-family
and therefore always use the default value of ipv4
. Finally the help text for --addr-family
has been corrected.
See the main 0.12.0 release note.
Changelog
Fixed
- Tracer panic when
--first-ttl
is greater than 1 (#1460) - IP
--addr-family
not respected for--dns-resolve-method resolv
(#1461) - Incorrect cli help text for
--addr-family
(#1456)
New Contributors
See CHANGELOG.md for details.
Full Changelog: 0.12.1...0.12.2