Skip to content

Releases: librespeed/speedtest

Version 4.7.1 (Single server)

14 Feb 16:07

Choose a tag to compare

  • 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

15 Dec 07:27

Choose a tag to compare

  • 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

20 Sep 18:10

Choose a tag to compare

  • Improved Ping and Jitter test
  • Minor improvements and bug fixes

Version 4.6.1

08 Aug 07:13

Choose a tag to compare

  • Speedtest worker now outputs status as JSON for easier parsing
  • Removed incomplete CSV implementation
  • Updated all examples and documentation

Version 4.6 (Update 1)

07 Aug 09:59

Choose a tag to compare

  • 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

06 Aug 16:41

Choose a tag to compare

  • Implemented results sharing (#142)
  • ISP info is now stored in the DB (#143)
  • Added basic interface for browsing results and seraching by ID (with password)

Version 4.5.5

25 Apr 15:13

Choose a tag to compare

  • Telemetry now supports CSV as output
  • Minor changes

node v0.2

26 Apr 11:51

Choose a tag to compare

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

21 Mar 16:06

Choose a tag to compare

  • 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

23 Feb 07:50

Choose a tag to compare

  • getIP.php can now estimate distance between client and server (default enabled, km)
  • Minor changes