Skip to content

Commit

Permalink
[fix]update
Browse files Browse the repository at this point in the history
  • Loading branch information
piupuer committed Oct 12, 2024
1 parent cf8afc6 commit da78f4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion started/0.init.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
```bash
git clone https://github.com/go-cinch/auth
# 可以指定tag
# git clone -b v1.0.3 https://github.com/go-cinch/auth
# git clone -b v1.1.0 https://github.com/go-cinch/auth
```

# 创建Game服务
Expand Down
11 changes: 8 additions & 3 deletions started/4.update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@

## TODO

- [ ] 集成Minio对象存储
- [ ] 增加E2E测试用例
- [ ] 增加Prometheus自定义Metrics
- [ ] 增加Grafana监控系统Metrics、数据库Metrics、自定义Metrics

?> 如果有好的Idea, 请提PR或群内讨论, 合适的话可以考虑加入TODO列表

!> 不一定下个版本就会完成TODO, 结合实际需要和空闲程度而定, 客官不要着急~

## v1.1.0

- 包升级, go v1.22, kratos v2.7.0, go-redis v9.2.1
- 缓存预热, 部分接口直接读redis, 提高并发访问性能
- 修复已知bug, 同步最新layout
- 集成Minio对象存储
- 增加Grafana监控系统

## v1.0.3

- 包升级, go v1.20, kratos v2.6.2, go-redis v9.0.5, gorm v1.25.2
Expand Down

0 comments on commit da78f4c

Please sign in to comment.