Releases: librespeed/speedtest
Releases · librespeed/speedtest
Version 4.7.1 (Single server)
- Implemented ID obfuscation for results sharing
- Various improvements to IP and ISP detection
- Compatibility fix for Caddy web server
- Minor changes and bugfixes
This is a re-release of version 4.7.1 because of an issue in the ID obfuscation algorithm.
Version 4.7
- Automatic duration for download and upload tests, tests are shorter on fast connections
- Fixed a bug that could cause telemetry/stats.php to fail on very large databases
- Improved IP detection
- New logo and issue templates
Version 4.6.2
- Improved Ping and Jitter test
- Minor improvements and bug fixes
Version 4.6.1
- Speedtest worker now outputs status as JSON for easier parsing
- Removed incomplete CSV implementation
- Updated all examples and documentation
Version 4.6 (Update 1)
- Aesthetic changes
- Added a telemetry_extra field in the speedtest settings that can be used to pass data from the frontend that you want to be stored in the database.
- Minor bug fixes
Version 4.6
Version 4.5.5
- Telemetry now supports CSV as output
- Minor changes
node v0.2
This is the first Release of packaged executables for the NodeJS Speedtest Port.
If you encounter any errors, tell us in the issues tab!
The NodeJS Port currently does not have all the features the original PHP Version has (Telemetry, ISP Detection), but we'll add them soon.
Read the Wiki for instructions and troubleshooting!
The Server listens on port 8888 - in a future release, you will be able to change this!
Version 4.5.4
- Fixed upload test in Chromium-based mobile browsers (version 65 and up)
- Fixed a bug that prevented GET parameters from being used in url_telemetry
Version 4.5.3
- getIP.php can now estimate distance between client and server (default enabled, km)
- Minor changes