Releases: librespeed/speedtest
Releases · librespeed/speedtest
Version 4.5.2
- You can now get ISP info along with the IP address (ISP name and country)
- Minor bug fix
Version 4.5.1
This is a proper release of all the minor fixes and features that were added in the last months.
- Improved getIp.php to support reverse proxies
- Added PostgreSQL support for telemetry (default still mysql, and disabled)
- Fixed a bug that caused telemetry.php to fail if HTTP_ACCEPT_LANGUAGE header was not present
- Fixed a bug with testStatus indicating that the download test was in progress while the test was starting
- Minor changes to IE11 workarounds
- Removed some unused code
Version 4.5
- Ping+Jitter test can now use Performance API to get better results on browsers that properly support it. This makes the ping test much more precise on Chromium-based browsers.
- Remade all examples, and fixed the old example4 (now called example-gauges) which was incompatible with IE11
- Minor changes (progress of tests is now visible, megabits/mebibits selector, some typos)
Version 4.4
- Test order can now be changed
- Rewritten settings parser
- Minor changes
4.3.2 Hotfix 1
- Hotfix for Edge 16
Version 4.3.2
Version 4.3.1
- Implemented optional telemetry
- Added new example
- Updated documentation
- Minor changes, fixes and code quality improvements
Version 4.2.9
- Specific tests can now be disabled (#52)
- Added example7 to demostrate this new feature
Version 4.2.8
- Time limits are now ignored in download and upload tests if the speed is still 0.00 when the limit is reached
- Minor changes
Version 4.2.7
This is a cleanup release, nothing new was added.
- Removed unused Fetch API code (may come back in future, if browser support improves)
- Removed Safari quirk (now treated like other Chromium-based browsers)