Skip to content

Releases: librespeed/speedtest

Version 4.5.2

09 Feb 07:45

Choose a tag to compare

  • You can now get ISP info along with the IP address (ISP name and country)
  • Minor bug fix

Version 4.5.1

04 Feb 18:03

Choose a tag to compare

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

30 Oct 11:48

Choose a tag to compare

  • 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

14 Oct 13:16

Choose a tag to compare

  • Test order can now be changed
  • Rewritten settings parser
  • Minor changes

4.3.2 Hotfix 1

12 Oct 07:21

Choose a tag to compare

  • Hotfix for Edge 16

Version 4.3.2

05 Sep 06:13

Choose a tag to compare

  • Improved garbage.php (#60)
  • Telemetry now supports MySQL and SQLite (#58)

Version 4.3.1

24 Aug 17:56

Choose a tag to compare

  • Implemented optional telemetry
  • Added new example
  • Updated documentation
  • Minor changes, fixes and code quality improvements

Version 4.2.9

19 Jul 06:12

Choose a tag to compare

  • Specific tests can now be disabled (#52)
  • Added example7 to demostrate this new feature

Version 4.2.8

16 Jul 06:25

Choose a tag to compare

  • 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

22 Jun 08:22

Choose a tag to compare

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)