Releases: clambin/traefik-simple-auth
Releases · clambin/traefik-simple-auth
v0.12.2
Chores
- deps: bump github.com/golang-jwt/jwt/v5 from 5.2.2 to 5.2.3 (#98) #98 (dependabot[bot])
- deps: bump golang.org/x/sync from 0.15.0 to 0.16.0 (#96) #96 (dependabot[bot])
- deps: bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0 (#95) #95 (dependabot[bot])
- deps: bump github.com/testcontainers/testcontainers-go (#97) #97 (dependabot[bot])
Documentation
- minor doc changes (Christophe Lambin)
v0.12.1
Code Refactoring
- go-common moved to codeberg.org (Christophe Lambin)
- remove obsolete code (Christophe Lambin)
Tests
- use t.Context() where appropriate (Christophe Lambin)
- use Go 1.24's slog.DiscardHandler (Christophe Lambin)
v0.12.0
Enhancements
⚠️ breaking change: reworked command line parameters. See README.md for details (#94) (Christophe Lambin) #94
Code Refactoring
- consistent handling of http servers (Christophe Lambin)
Chores
- deps: bump codeberg.org/clambin/go-common/httputils to v0.3.2 (Christophe Lambin)
v0.11.8
Chores
- deps: bump golang.org/x/sync to v0.15.0 (Christophe Lambin)
- deps: bump github.com/redis/go-redis/v9 to v9.10.0 (Christophe Lambin)
- deps: bump github.com/bradfitz/gomemcache (Christophe Lambin)
- deps: bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 (#91) #91 (dependabot[bot])
Commits
- fix typo in README.md (Christophe Lambin)
v0.11.7
Code Refactoring
- linter recommendations (Christophe Lambin)
Builds
- deps: bump github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0 (#88) #88 (dependabot[bot])
- deps: bump golang.org/x/sync from 0.13.0 to 0.14.0 (#89) #89 (dependabot[bot])
- deps: bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#90) #90 (dependabot[bot])
v0.11.6
Builds
- deps: bump github.com/coreos/go-oidc/v3 from 3.13.0 to 3.14.1 (#83) #83 (dependabot[bot])
- deps: bump golang.org/x/sync from 0.12.0 to 0.13.0 (#84) #84 (dependabot[bot])
- deps: bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#85) #85 (dependabot[bot])
- deps: bump github.com/prometheus/client_golang (#86) #86 (dependabot[bot])
- deps: bump github.com/testcontainers/testcontainers-go (#87) #87 (dependabot[bot])
Commits
- add logo (Christophe Lambin)
v0.11.5
Chores
- deps: bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#79) #79 (dependabot[bot])
- deps: bump github.com/redis/go-redis/v9 from 9.7.1 to 9.7.3 (#78) #78 (dependabot[bot])
- deps: bump various dependencies (Christophe Lambin)
v0.11.4
Chores
- deps: github.com/go-jose/go-jose/v3 to v3.0.4 (Christophe Lambin)
- deps: bump github.com/containerd/containerd from 1.7.18 to 1.7.27 (#77) #77 (dependabot[bot])
- deps: bump github.com/prometheus/client_golang (#73) #73 (dependabot[bot])
- deps: bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#75) #75 (dependabot[bot])
- deps: bump github.com/coreos/go-oidc/v3 from 3.12.0 to 3.13.0 (#76) #76 (dependabot[bot])
- deps: bump golang.org/x/sync from 0.11.0 to 0.12.0 (#74) #74 (dependabot[bot])
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)