Releases: m-lab/mlab-speedtest
2024-06-17
What's Changed
- Fix mailto link by @robertodauria in #58
- Set client_name metadata by @robertodauria in #64
- Update ndt7-js to v0.0.6 by @robertodauria in #66
- Integrate MSAK test by @robertodauria in #67
- Set MSAK client to run 2 BBR streams by @robertodauria in #68
Full Changelog: 2021-06-29...2024-06-17
Use server-side measurements for the upload
#48 - Change the UI to show measurements coming from the server rather than the client during the upload phase and in the summary table.
Update ndt7-js client and enable Safari again
ndt7-js has been updated to version 0.0.5, introducing the following changes:
- m-lab/ndt7-js#45 - this is a workaround to a bug affecting the upload test for Safari users. Safari is enabled to run measurements on https://speed.measurementlab.net again
- m-lab/ndt7-js#48 - the ndt7-js client now selects the first server returned by the load balancer. This means that in countries/metros where M-Lab has a single pod, that pod is always used. Where there are multiple pods, a random one is used since the LB randomizes the order of the results in this case
Also, the project has been updated from nodejs 10.x to nodejs 12.x.
Fix localizations
This release fixes an issue that caused localized versions of speed.measurementlab.net to stop working.
Bump ndt7 version
Merge pull request #31 from m-lab/sandbox-soltesz-fix-004 Update version
Upgrade to ndt7 protocol test
This PR updates the test on speed.measurementlab.net to ndt7, and adds a browser detect function to notify Safari users specifically to use a different browser.
The issues with Safari relate to how WebKit handles websockets. M-Lab has determined that this issue affects measurements for Safari in testing, and are documenting for potential upstream fixes.
Fixes intermittent incorrect reported C2S rate
This release includes the small fix that was causing possibly significantly inflated C2S results to be reported to users at random. There was a race condition in the ndt-browser-client.js file.
Fix Travis CI
Merge pull request #18 from m-lab/sandbox-roberto Fix deployment to mlab-oti
Fix C2S test
Merge pull request #15 from bassosimone/issue/14 app/services/mlabService.js: s/mlab-ns/locate/
Remove retrans row from test result
Merge pull request #17 from m-lab/sandbox-roberto Fix deployment to firebase.