Releases: m-lab/tcp-info
Releases · m-lab/tcp-info
v1.9.0
What's Changed
- Update m-lab/go to v0.1.66 by @robertodauria in #138
- Update version to 1.20 by @cristinaleonr in #139
- Add flow_events_total metric to count flow events by @robertodauria in #140
New Contributors
- @robertodauria made their first contribution in #138
- @cristinaleonr made their first contribution in #139
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.0
What's Changed
- Add option to exclude archival messages from traffic using source ports by @stephen-soltesz in #136
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Update code and tests to work correctly on Darwin by @gfr10598 in #128
- Example tcpinfo sidecar (and Go 1.12 -> 1.18) by @stephen-soltesz in #130
- Fix README typos and clarify by @stephen-soltesz in #132
- Bump github.com/prometheus/client_golang from 1.7.1 to 1.11.1 by @dependabot in #134
- Update m-lab/go by @stephen-soltesz in #135
New Contributors
- @dependabot made their first contribution in #134
Full Changelog: v1.5.3...v1.6.0
Bug fix: Actually remove stale UNIX socket file
This release fixes a small bug which prevents the tcp-info container from restarting when there was a stale UNIX socket file still in the filesystem.
Hardcode AF_INET for windows client builds
Hardcode AF_INET for windows ndt7-client builds (#125)
Bugfix plus a few small enhancements
json, localhost fix, etc
Add IP anonymization
With the following two changes, tcpinfo should now support anonymization of remote IPs
- Add basic anonymization support (#113)
- Don't anonymize local IP addresses m-lab/go#91