v1.11.0
Code Refactoring
- apply betteralign recommendations (Christophe Lambin)
- implement TargetPinger.Statistics() as an iterator (consumes/allocates slightly less memory) (Christophe Lambin)
- remove dependency on golang.org/x/exp (Christophe Lambin)
Build
- no need for a cmd directory (Christophe Lambin)
- icmp socket tests no longer work in GitHub actions (#159) #159 (Christophe Lambin)
Chores
- deps: bump github.com/prometheus/client_golang to v1.20.5 (Christophe Lambin)
- deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#156) #156 (dependabot[bot])
- deps: bump golang.org/x/net to 0.33.0 (#158) #158 (dependabot[bot])
Reverts
- fix: don't report outstanding response as "loss". (#148) (Christophe Lambin)