Releases: hervehildenbrand/gtrace
Releases · hervehildenbrand/gtrace
Release list
v0.12.0
Changelog
- ec4bbcf feat: add Ping and DNS client methods for GlobalPing API
- 9fcf8e6 feat: add Ping and DNS result types for GlobalPing API
- 64a2cf5 feat: add ping and dns CLI commands and MCP tools
- f43df0f fix: correct DNS query types and ipVersion handling
- 653e5bd fix: suppress progress on --json, skip ipVersion for IP targets
v0.11.0
Changelog
- 8331732 feat: add --decode/-D CLI flag and wire to tracer config
- 40e06bb feat: add --decode/-D flag for transport header dissection
- 08f7391 feat: add TransportInfo struct to hop.Probe
- 56101ce feat: add transport header extraction functions
- f0d0f93 feat: display decode indicators in MTR mode
- fee89cd feat: display decode indicators in simple mode
- 889a2cc feat: expose decode parameter in MCP traceroute and mtr tools
- 58edee6 feat: extract transport info in all three tracers when --decode enabled
- d5ed328 feat: include decode fields in JSON export
- a78cf41 feat: propagate TransportInfo through ContinuousTracer
v0.10.1
Changelog
- ca4d0ff fix: remove Status field from Probe — API only returns online probes
v0.10.0
v0.9.9
Changelog
- 08133b5 ci: remove Windows from CI matrix
v0.9.8
Changelog
- 6a0ef63 feat: add ICMP Destination Unreachable code reporting
- 480f1a0 feat: add ICMP rate-limit detection for MTR hops
- e0f39db feat: add route flap detection for MTR hops
- 423e760 feat: classify ECMP as per-flow or per-packet load balancing
- e2e4195 feat: detect TTL manipulation in original datagram
- 9503a29 feat: multi-target split-pane MTR with side-by-side display
- 7a01758 feat: parse RFC 5837 interface information from ICMP extensions
- 0b1e277 fix: NAT false positives, ICMP code display, and MCP diagnostic wiring
- 3f8f621 fix: wire IP ID extraction for NAT detection
v0.9.7
Changelog
- 24b5f84 fix: set Protocol field in globalping MCP tool output
v0.9.6
Changelog
- acc2d66 fix: TCP traceroute SYN-ACK detection with 5ms polling
v0.9.5
Changelog
- bd379c0 feat: drop Windows support, Linux and macOS only