Releases: warrant-dev/warrant
Releases · warrant-dev/warrant
v0.9.1
Changelog
- 865899a Build postgres connection string with net/url's UserPassword method so special chars in username/password are properly escaped (#59)
- 8f83cc2 Return wrapped errors in mysql and postgres database Connect methods (#58)
- 54b308c Use constant time compare to check against configured api key (#61)
v0.9.0
Changelog
- dcb474f Allow custom auth middleware when initializing router (#57)
v0.8.0
Changelog
- 8c0dfcf Add Model interfaces for all types in model files and inject repo and dependent services into all services (#56)
- 6bb3b77 Track Access Allowed/Denied Events in Check Service (#55)
v0.7.0
Changelog
- 2c51f34 Add .github/dependabot.yml for weekly dep updates (#46)
- e886e4d Add id token support (#51)
- c966608 Consider AuthInfo as optional in check (#53)
- c49072e Fix condition that checks for viper.ConfigFileNotFoundError when initializing the config (#50)
- 726365c Fix mapstructure tag for TenantIdClaim (#52)
- 1134141 Remove unused attributes User from Warrant model and UserId from WarrantSpec (#45)
- 252fd00 Update CODE_OF_CONDUCT.md (#48)
- 33aefcc Update README shields (#44)
- 6cd49a5 Update SECURITY.md (#49)
- 9383fe6 Update datastore READMEs + add config for eventstore (#43)
- 85aa321 Update fetch-depth for release action (#42)
v0.6.0
Changelog
- c33133a Bump golang.org/x/net from 0.6.0 to 0.7.0 (#41)
v0.5.0
Changelog
- 7288e2e Update authorize endpoint from v1 to v2 (#33)
v0.2.0
Changelog
- 818b63b Support overriding config attributes via environment variables (#13)
v0.1.0
Changelog
- cbab694 Add main path to goreleaser config
- 7b0e8a0 Move all directories/files to the top level and remove /server directory (#11)