Skip to content

Releases: m-lab/ndt7-client-go

v0.9.0

21 Oct 18:24
865af0d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

06 Jul 18:05
a662702
Compare
Choose a tag to compare

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

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 May 18:28
bba5f58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

v0.6.2

29 Apr 21:23
cd84d7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Apr 17:13
e6d16de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Apr 15:17
f6e687a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

07 Jun 13:05
6958d23
Compare
Choose a tag to compare

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

22 Oct 16:41
10bc591
Compare
Choose a tag to compare

Update clientVersion and libraryVersion (#55)

Use Locate v2, BBRInfo and TCPInfo refinement, Fix windows builds

15 Oct 23:25
1addf1c
Compare
Choose a tag to compare

Use BBRInfo.BW field instead of MaxBandwidth
Add message about breaking changes (#46)
Rename -hostname to -server. … (#48)
Use TCPInfo.MinRTT instead of TCPInfo.RTT (#49)
Update ndt7 client to use Locate API v2 (#51) …
Update go.mod to include AF_INET fix in tcp-info (#53) …

v0.3.0

11 Mar 12:10
45ea928
Compare
Choose a tag to compare
  • 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