Skip to content

Commit

Permalink
Merge pull request #21 from go-cinch/main
Browse files Browse the repository at this point in the history
[fix]new version
  • Loading branch information
piupuer authored Oct 12, 2024
2 parents 82ec41e + da78f4c commit e626bc7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 3 additions & 2 deletions started/0.init.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
```bash
go install github.com/go-cinch/cinch/cmd/cinch@latest
# cinch -v
cinch version v1.0.1
cinch version v1.1.2
```

# [Auth服务](https://github.com/go-cinch/auth)
Expand All @@ -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 All @@ -106,6 +106,7 @@ git clone https://github.com/go-cinch/auth
cinch new game
# -r 指定仓库 -b 指定分支
# cinch new game -r https://github.com/go-cinch/layout.git -b dev
# cinch new game -r https://github.com/go-cinch/layout.git -b v1.1.3

# 2. 进入项目
cd 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 e626bc7

Please sign in to comment.