From cf8afc60556c144eca8e8faafd3f9b4d55b04e43 Mon Sep 17 00:00:00 2001 From: piupuer Date: Thu, 19 Sep 2024 11:02:23 +0800 Subject: [PATCH 1/2] [fix]new version --- started/0.init.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/started/0.init.md b/started/0.init.md index 1afb6c0..4ebcb6a 100644 --- a/started/0.init.md +++ b/started/0.init.md @@ -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) @@ -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 From da78f4c4705780d8f5834edeba8b3c75037873de Mon Sep 17 00:00:00 2001 From: piupuer Date: Sat, 12 Oct 2024 21:42:03 +0800 Subject: [PATCH 2/2] [fix]update --- started/0.init.md | 2 +- started/4.update-log.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/started/0.init.md b/started/0.init.md index 4ebcb6a..3d3b903 100644 --- a/started/0.init.md +++ b/started/0.init.md @@ -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服务 diff --git a/started/4.update-log.md b/started/4.update-log.md index 48287e5..dc7d03b 100644 --- a/started/4.update-log.md +++ b/started/4.update-log.md @@ -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