This repository was archived by the owner on Jun 25, 2024. It is now read-only.
Releases: gotoeveryone/auth-api
Releases · gotoeveryone/auth-api
v1.6.4
What's Changed
- chore(deps): bump gorm.io/gorm from 1.23.9 to 1.23.10 by @dependabot in #55
- chore(deps): bump gorm.io/gorm from 1.23.10 to 1.24.0 by @dependabot in #57
- chore(deps): bump gorm.io/driver/mysql from 1.3.6 to 1.4.1 by @dependabot in #56
- go.mod と Actions のバージョンアップ by @gotoeveryone in #58
- CI/CD のワークフローを分ける by @gotoeveryone in #59
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- chore: update go version by @gotoeveryone in #34
- chore(deps): bump github.com/go-playground/validator/v10 from 10.10.0 to 10.11.0 by @dependabot in #37
- chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.1 by @dependabot in #36
- chore(deps): bump gorm.io/driver/mysql from 1.1.2 to 1.3.5 by @dependabot in #38
- chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #40
- chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.0 by @dependabot in #41
- update to gin-swagger and swag by @gotoeveryone in #43
- chore(deps): bump gorm.io/driver/mysql from 1.3.5 to 1.3.6 by @dependabot in #45
- chore(deps): bump github.com/swaggo/gin-swagger from 1.5.1 to 1.5.2 by @dependabot in #44
- chore(deps): bump github.com/swaggo/swag from 1.8.4 to 1.8.5 by @dependabot in #46
- chore(deps): bump github.com/swaggo/gin-swagger from 1.5.2 to 1.5.3 by @dependabot in #48
- chore(deps): bump github.com/appleboy/gin-jwt/v2 from 2.8.0 to 2.9.0 by @dependabot in #47
- Go のバージョンアップ by @gotoeveryone in #49
- リファクタリング by @gotoeveryone in #50
- chore(deps): bump gorm.io/gorm from 1.23.8 to 1.23.9 by @dependabot in #52
- chore(deps): bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 by @dependabot in #51
- chore(deps): bump github.com/swaggo/swag from 1.8.5 to 1.8.6 by @dependabot in #53
- Dockerfile のリファクタリング by @gotoeveryone in #54
New Contributors
- @dependabot made their first contribution in #37
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- use staticcheck by @gotoeveryone in #31
- Replace tag for okteto action by @gotoeveryone in #33
- feat: use testify by @gotoeveryone in #32
Full Changelog: v1.6.1...v1.6.2
v1.6.1
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- feat: add swagger ui by @gotoeveryone in #24
- feat: use jwt token for authentication and authorization by @gotoeveryone in #29
- fix: adjust validations and column definitions by @gotoeveryone in #30
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- fix: not error when token not found from database by @gotoeveryone in #28
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- chore: version up of gin and gorm by @gotoeveryone in #18
- fix: display error message when validation failed by @gotoeveryone in #19
- feat: add hot reload by @gotoeveryone in #20
- chore: add lint by @gotoeveryone in #21
- chore: use dotenv and logrus instead golib by @gotoeveryone in #22
- docker logs で色がつくように by @gotoeveryone in #23
- feat: add config of kubernetes by @gotoeveryone in #25
- feat: add job to ci for build image and deploy to okteto by @gotoeveryone in #26
- fix: change procedure of get token from cache by @gotoeveryone in #27
Full Changelog: v1.4.0...v1.5.0
v1.4.0
- use gomodule
- use Docker
v1.3.3
Merge pull request #17 from gotoeveryone/fix/#16 fix: Set application debug mode
v1.3.2
- Add field
CreatedAttoUser - Modify comment to english
- Update internal using library