Releases: m-lab/ndt7-client-go
Releases · m-lab/ndt7-client-go
v0.9.0
What's Changed
- Update m-lab/go to v0.1.66 by @robertodauria in #93
- Update go version to 1.20 by @cristinaleonr in #94
- Update README.md go install by @KwadroNaut in #96
- Use flagx.ArgsFromEnv with logging off by @stephen-soltesz in #100
New Contributors
- @KwadroNaut made their first contribution in #96
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Refactoring of cmd/ndt7-client in preparation for adding a another package under cmd/ sharing much of the same code by @fhltang in #78
- Upgrade repo to Go 1.18 by @SaiedKazemi in #79
- Show latency on upload-only measurements by @robertodauria in #82
- Add a reference implementation of non-interactive period test runner and export results in a Prometheus-compatible format by @fhltang in #77
- Send measurement if the test ended before UpdateInterval by @cristinaleonr in #92
New Contributors
- @fhltang made their first contribution in #78
- @SaiedKazemi made their first contribution in #79
- @cristinaleonr made their first contribution in #92
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- upload: implement message scaling by @robertodauria in #73
- Use server-side measurements during upload test by @robertodauria in #75
- Bump version number to 0.7.0 by @robertodauria in #76
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- Make ClientName and ClientVersion overridable at build time by @robertodauria in #71
- Fix unit tests by @robertodauria in #72
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- upload: process counterflow messages by @bassosimone in #38
- Remove notice from README.md by @robertodauria in #65
- Retry on connection failure when multiple servers are available. by @robertodauria in #67
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Changelog:
- support the
-profile
flag to collect pprof cpu profiles - detect hardware AES support and enable TLS accordingly
- discard received messages during the download measurement
Update clientVersion and libraryVersion
Update clientVersion and libraryVersion (#55)
Use Locate v2, BBRInfo and TCPInfo refinement, Fix windows builds
v0.3.0
- Add
-quiet
flag - Add
-format
flag (json|human) to generate machine-readable output - Add summary at the end of tests -- both json and human-readable