Releases: m-lab/ndt-server
Releases · m-lab/ndt-server
v0.20.13
What's Changed
- Remove bigquery ignore tag for ConnectionInfo by @cristinaleonr in #368
Full Changelog: v0.20.12...v0.20.13
v0.20.12
What's Changed
- Name counter metric with correct _total suffix by @stephen-soltesz in #366
Full Changelog: v0.20.11...v0.20.12
v0.20.11
What's Changed
- Fix race condition in fullstack start.sh by @robertodauria in #355
- nit(spec): SHOULD BE => SHOULD be by @bassosimone in #357
- Force conn.Close() after MaxRuntime in handler.go by @robertodauria in #362
- Add metric to count whether enabling BBR succeeded by @stephen-soltesz in #363
Full Changelog: v0.20.10...v0.20.11
Move NDT5 ServerMetadata
Move NDT5 ServerMetadata to avoid panic (#353)
Diff v0.20.9...v0.20.10
Update go.mod version of m-lab/go package
Update m-lab/go to v0.1.47 (#349)
Update go.mod version of m-lab/go package
Update m-lab/go (#348)
Update go version and add new flags
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
Updated access metric labels
Add path labels for ndt5 and ndt7 resources (#324)
Updated access metric names (#2)
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