Releases: librespeed/speedtest-go
v1.1.6
Changelog
- 4afbe82 Add docker multi-arch build (#55)
- a3eec03 Bump go-systemd from unreleased git version to release v22.4.0 (#54)
- 7001fa4 Create arm-registry.yml (#58)
- faa59b8 Faster multi stage build using cross compilation (#72)
- 553a8c1 Fix IP redaction: assign ReplaceAllString return values (#79)
- 580fc08 Fix wrong format type in Fatalf call (#48)
- 8e31fe2 Make Docker image easier to use (#50)
- cd20f44 Sync PHP backend feature parity: IP detection, database backends, API endpoints, and frontend
- c9cbed8 chore: migrate goreleaser config to v2
- aba2be8 docker: use scratch for runtime image (#77)
- fa28701 feat: add env configuration support (#57)
- 2ea9df0 fix cookies not match while using subPath (#51)
- 123cd29 fix document bug (#71)
- 5c33d51 fix: remove unsupported archs on freebsd platform
- f0c79fd fix: remove unsupported archs on linux platform
- 7ff3ef4 fix: remove unsupported archs on linux platform
- 7bbfade fix: skip upx for darwin/arm64 target
- 603cbde go.mod: make module name match repository (#74)
v1.1.5
Changelog
- 22f21a2 Add missing go.mod dependency
- a5d18ef Added
url_baseparameter 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
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
v1.1.2
v1.1.1
v1.1.0
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