Releases: clambin/traefik-simple-auth
Releases · clambin/traefik-simple-auth
v0.11.3
Builds
- move to Go 1.24
Chores
- deps: bump golang.org/x/sync to v0.11.0 (Christophe Lambin)
- deps: bump golang.org/x/oauth2 to v0.27.0 (Christophe Lambin)
- deps: bump github.com/prometheus/client_golang (#70) #70 (dependabot[bot])
- deps: bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 (#72) #72 (dependabot[bot])
- deps: bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 (#71) #71 (dependabot[bot])
v0.11.2
Features
- metrics: better latency histogram ranges (#67) #67 (Christophe Lambin)
Code Refactoring
- add domain as authenticator attribute (Christophe Lambin)
- reduce packages (#66) #66 (Christophe Lambin)
v0.11.1
Features
- option to start pprof server (dev only) (Christophe Lambin)
Code Refactoring
- group authorization logic (#65) #65 (Christophe Lambin)
v0.11.0
Code Refactoring
- simplify: drop support for multiple domains (#64) #64 (Christophe Lambin)
- remove obsolete metric (Christophe Lambin)
- minor coding style changes (Christophe Lambin)
- minor refactoring (Christophe Lambin)
Chores
- deps: bump github.com/testcontainers/testcontainers-go (Christophe Lambin)
v0.10.4
Bug Fixes
- dashboard: colouring in 'redirected user agents' pie chart. (Christophe Lambin)
- invalid domain should result in HTTP 403 (forbidden), not 401 (not authorized). (Christophe Lambin)
Performance Improvements
- minor memory optimisation in Authenticator. (#62) #62 (Christophe Lambin)
v0.10.3
Features
- make user-agent logging more loki-friendly. (Christophe Lambin)
v0.10.2
Code Refactoring
- simplify /health handler (#61) #61 (Christophe Lambin)
Chores
- deps: bump github.com/coreos/go-oidc/v3 to v3.12.0 (Christophe Lambin)
v0.10.1
Bug Fixes
- request not forwarded after successful oauth login (#60) #60 (Christophe Lambin)
v0.10.0
Features
- use JWT for authentication, rather than rolling our own. (#59) #59 (Christophe Lambin)
v0.9.2
Chores
- deps: github.com/clambin/go-common/http is renamed to github.com/clambin/go-common/httputils (Christophe Lambin)
- deps: bump golang.org/x/crypto from 0.25.0 to 0.31.0 (#58) #58 (dependabot[bot])