Skip to content

Releases: librespeed/speedtest-go

v1.1.5

08 Jul 17:04
Compare
Choose a tag to compare

Changelog

  • 22f21a2 Add missing go.mod dependency
  • a5d18ef Added url_base parameter to customize the root url and allow hosting with another application. (#41)
  • f09f2df Changed installation guide (#40)
  • 158e37d Docker: Fix asset copy step to copy from the correct directory (#33)
  • 86763bd Feature: TLS and HTTP/2 (#39)
  • 9cbc95a Fix Windows build
  • 5944c3c Rework session management (#37)
  • c67b8ec Support systemd socket activation (#35)
  • 281aff1 Update Dockerfile (#36)
  • 2583e51 Use default html assets
  • fa749f3 goreleaser: don't upx compress Linux MIPS bianries

v1.1.4

18 Sep 05:59
Compare
Choose a tag to compare

Changelog

2ca5dbf Add RPM package SPEC (#23)
dcb9882 Allow negative coordinates
7204ae2 Embed default assets
8007600 Embed tzdata and rootcerts in binary
42cc774 Fix windows/arm64 build
89a5de0 Support in-memory telemetry/stats database
8c1aa6b Support none database type to disable stats/telemetry
a9adc15 Sync frontend components with PHP version
83d25e0 Update dependencies
bee29e8 Update goreleaser config

v1.1.3

18 Mar 10:23
Compare
Choose a tag to compare

Changelog

f033591 Fix ISP string
fe43880 Fix missing format calls and minor error handling (#17)
e2d2f66 Remove web server logger
890bc10 Update PNG output to match PHP impl. better
c755a05 Update dependencies

v1.1.2

10 Nov 08:44
Compare
Choose a tag to compare

Changelog

fc6e99b Let Viper handle the config file

v1.1.1

01 Sep 08:13
c815103
Compare
Choose a tag to compare

Changelog

c815103 Merge pull request #11 from JackyCZJ/master
31d51de Update README
b138d9b Use a proven library to calculate distance
19432db fix(mysql) timestamp marshall error , fix Signed-off-by: JackyCZJ chenzj@esixnetwork.net
cf93e8c gofmt

v1.1.0

19 Aug 09:13
Compare
Choose a tag to compare

Changelog

a0a6db8 Add Proxy Protocol support
0cfdb0e Delete an F in From Dockerfile
a992da4 Dockerfile for speedtest-go (#3)
d2d0d7d Merge pull request #5 from AxelFernandez/master
6970d87 Return 404 for non-existing files instead of 403
f884386 Support HEAD method for all endpoints via middleware
2958853 Support HTTP HEAD method (#7)
b76ebec Update README
86e4389 Update README
01347b8 Update dependencies

v1.0.1

17 Jun 05:38
Compare
Choose a tag to compare

Changelog

30c56a0 Add assets and settings.toml to release archive
64cf616 Add index.html
60329fc Add option to specify config file
bd721cd Allow user to specify assets path in settings
8971ba8 Handle URLs with an extraneous /backend/ prefix (#1)

v1.0.0

02 Jun 10:15
Compare
Choose a tag to compare

Changelog

fad1302 Migrate code from Go branch to new repo