Skip to content

v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 10:42
· 81 commits to master since this release
v0.0.4
2d4df9e

Changelog

  • 2d4df9e chore(deps): bump github.com/go-playground/validator/v10 (#93)
  • d875bbf chore(deps): bump github.com/redis/go-redis/v9 from 9.0.5 to 9.1.0 (#92)
  • a79c15b chore(deps): bump github.com/jackc/pgx/v5 from 5.4.2 to 5.4.3 (#91)
  • 04db072 chore(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#90)
  • 506b9b1 chore(deps): bump github.com/jackc/pgx/v5 from 5.4.1 to 5.4.2 (#86)
  • bcb2c2a chore(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 (#87)
  • a657c7a refactor: clean up of main, move echo to routes (#88)
  • 3d93862 chore(deps): bumped pgx from v4 to v5 (#56)
  • 77ed5d0 chore(deps): update sqlc and goreleaser (#83)
  • aacc821 chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#78)
  • c8f10e7 chore(deps): bump github.com/golang-migrate/migrate/v4 (#82)
  • 9fddcc0 chore(deps): bump github.com/go-playground/validator/v10 (#80)
  • 360b2f2 chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#79)
  • 223902c chore(deps): bump github.com/redis/go-redis/v9 from 9.0.4 to 9.0.5 (#76)
  • 0435239 refactor(clean imports): move jwt/v5 related code to the helpers (#75)
  • 771ccca chore(deps): bump github.com/labstack/echo-jwt/v4 from 4.1.0 to 4.2.0 (#72)
  • 4dacf8c chore(deps): bump github.com/go-playground/validator/v10 (#74)
  • 014e3a6 chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#73)
  • 988593d chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#71)
  • 6ee668d chore(deps): bump github.com/redis/go-redis/v9 from 9.0.3 to 9.0.4 (#70)
  • 0285faa chore(deps): bump github.com/go-redis/redismock/v9 from 9.0.2 to 9.0.3 (#66)
  • 567ce48 chore(deps): bump github.com/ory/dockertest/v3 from 3.9.1 to 3.10.0 (#67)
  • 9f1c3ee chore(deps): bump github.com/swaggo/swag from 1.8.12 to 1.16.1 (#68)
  • c3e0c25 chore(deps): bump github.com/go-playground/validator/v10 (#69)
  • 8967dc1 chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#65)
  • 5befbe4 chore(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 (#64)
  • 4838779 chore(deps): bump github.com/redis/go-redis/v9 from 9.0.2 to 9.0.3 (#63)
  • 12a8ead chore: bump sqlc to 1.17.2, update sqlc config to v2 format
  • 18a2d7e chore(deps): bump github.com/swaggo/echo-swagger from 1.3.5 to 1.4.0 (#62)
  • c06b52d chore(deps): bump github.com/swaggo/swag from 1.8.11 to 1.8.12 (#61)
  • f17b116 chore(deps): bump github.com/spf13/viper from 1.7.0 to 1.15.0 (#60)
  • 915d829 test: use the new configuration in auth integration test
  • 98f8dce fix: consistent config naming and update config example
  • c61b0f0 test: add timemock to fix flakey redis tests
  • a92d502 chore(deps): bump github.com/swaggo/swag from 1.8.10 to 1.8.11 (#58)
  • acb9349 refactor: switch to viper for configuration management (#59)
  • 8a02d2a chore(deps): bump github.com/go-playground/validator/v10 (#57)
  • 4a280f8 feat: #47 add user registration endpoint (#55)
  • 9d6ba4f chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#54)
  • ed29792 chore(deps): bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.1 (#53)
  • bf01a13 chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#52)
  • e7fae39 refactor: change in directory layout to better match golang best practice (#51)
  • 177ce99 chore(deps): bump github.com/labstack/echo/v4 from 4.10.1 to 4.10.2 (#50)
  • b5e4ce3 refactor: remove the confusing enablemultilogout toggle (#46)
  • 1eb50f2 chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0 (#44)
  • 58fd6bb chore(deps): bump github.com/labstack/echo/v4 from 4.10.0 to 4.10.1 (#43)
  • 7f5e03f fix: VerifyFactor should set refreshtoken in redis (#45)
  • 513ef36 test: add test for validatehash (#42)
  • f6b0f49 fix: follow golang best practice with snake case (#41)
  • 17ed2c7 feat: #36 add missing user flags (#39)
  • e1ac9e3 chore(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 (#40)