Skip to content

Releases: m-lab/ndt-server

v0.20.13

09 Aug 15:08
5c97136
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.12...v0.20.13

v0.20.12

03 Aug 19:36
8281bc8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.11...v0.20.12

v0.20.11

28 Jul 19:57
5414ef1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.10...v0.20.11

Move NDT5 ServerMetadata

02 Mar 15:42
27f99d0
Compare
Choose a tag to compare

Move NDT5 ServerMetadata to avoid panic (#353)

Diff v0.20.9...v0.20.10

Update go.mod version of m-lab/go package

15 Feb 16:57
10d0acf
Compare
Choose a tag to compare

Update m-lab/go to v0.1.47 (#349)

Update go.mod version of m-lab/go package

14 Feb 23:30
f01b894
Compare
Choose a tag to compare

Update go version and add new flags

02 Feb 16:12
f1dd50b
Compare
Choose a tag to compare

Support cutomising TLS configuration (#333)
Add -canary command-line flag (#336)
Update Dockerfile to pin Go and Alpine versions (#339)
Update traceroute-caller invocation in start.sh (#342)
Use a Reader in receiver.go to prevent unnecessary memory alloc (#343)
Add -label command-line flag to label deployments (#345)
Fix broken build from go version upgrade (#346)
Add references to ndt7 clients (#347)

Diff v0.20.6...v0.20.7

Fix message scaling on the ndt7 protocol

01 Jun 09:36
913b54a
Compare
Choose a tag to compare
  • Fix message scaling algorithm during the ndt7 download test (#331)
  • Add go.mod/go.sum, allowing the build to complete when using go >= 1.16 (#328)

Updated access metric labels

21 Oct 15:40
91f8780
Compare
Choose a tag to compare

Updated access metric names (#2)

18 Oct 18:16
8da06dc
Compare
Choose a tag to compare
Add ndt7test package for creating an ndt7 server for unit tests (#319)

* Add ndt7/ndt7test
* Verify that TCPInfo is non-nil
* Add unit test for ndt7test logic