Skip to content

Releases: warrant-dev/warrant

v0.9.1

05 Apr 18:13
54b308c
Compare
Choose a tag to compare

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

05 Apr 01:30
dcb474f
Compare
Choose a tag to compare

Changelog

  • dcb474f Allow custom auth middleware when initializing router (#57)

v0.8.0

04 Apr 22:59
8c0dfcf
Compare
Choose a tag to compare

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

03 Apr 17:35
c966608
Compare
Choose a tag to compare

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

25 Mar 05:14
c33133a
Compare
Choose a tag to compare

Changelog

  • c33133a Bump golang.org/x/net from 0.6.0 to 0.7.0 (#41)

v0.5.0

21 Mar 22:22
7288e2e
Compare
Choose a tag to compare

Changelog

  • 7288e2e Update authorize endpoint from v1 to v2 (#33)

v0.4.0

20 Mar 19:42
0508587
Compare
Choose a tag to compare

Changelog

v0.3.0

07 Mar 19:26
2da917a
Compare
Choose a tag to compare

Changelog

v0.2.0

24 Feb 22:02
818b63b
Compare
Choose a tag to compare

Changelog

  • 818b63b Support overriding config attributes via environment variables (#13)

v0.1.0

23 Feb 00:44
Compare
Choose a tag to compare

Changelog

  • cbab694 Add main path to goreleaser config
  • 7b0e8a0 Move all directories/files to the top level and remove /server directory (#11)