Compare commits

..

2 Commits

Author SHA1 Message Date
AI Engineer
a97cfdb7fc chore(starter): 对齐依赖版本并更新文档(by AI) 2026-06-21 10:34:59 +08:00
AI Engineer
060b3d3369 chore: align infrastructure to v1.5.x (by AI) 2026-06-11 22:32:32 +08:00
3 changed files with 19 additions and 22 deletions

View File

@ -368,17 +368,6 @@
"Precision": 0,
"WithoutKey": false,
"Hide": false
},
{
"Index": 8,
"Name": "CallStacks",
"KeyName": "",
"AttachBefore": false,
"Color": "",
"Format": "",
"Precision": 0,
"WithoutKey": false,
"Hide": false
}
]
}

View File

@ -1,5 +1,13 @@
# Changelog: @go/starter
## v1.5.5 (2026-06-21)
- **依赖对齐**:
- 升级依赖 `jsmod``v1.5.3`, `cast``v1.5.3`, `rand``v1.5.3`, `encoding``v1.5.4`, `shell``v1.5.3`, `safe``v1.5.2`, `id``v1.5.4`, `crypto``v1.5.3`, `file``v1.5.5`, `config``v1.5.3`, `log``v1.5.8`
## v1.5.4 (2026-06-11)
- **依赖对齐**:
- 对齐基础设施依赖到 v1.5.x。
## v1.5.3 (2026-06-07)
- **重大架构更迭: 引入 Start/Wait 编排模式与生命周期钩子**:
- **废弃 `Run()`**: 彻底移除黑盒式的 `Run()` 方法,改为显式的 `Start()` (解析与非阻塞启动) 与 `Wait()` (阻塞与信号处理) 模式。

22
go.mod
View File

@ -3,21 +3,21 @@ module apigo.cc/go/starter
go 1.25.0
require (
apigo.cc/go/crypto v1.5.0
apigo.cc/go/id v1.5.0
apigo.cc/go/log v1.5.5
apigo.cc/go/crypto v1.5.3
apigo.cc/go/id v1.5.4
apigo.cc/go/log v1.5.8
)
require apigo.cc/go/jsmod v1.5.0 // indirect
require apigo.cc/go/jsmod v1.5.3 // indirect
require (
apigo.cc/go/cast v1.5.0 // indirect
apigo.cc/go/config v1.5.1 // indirect
apigo.cc/go/encoding v1.5.0 // indirect
apigo.cc/go/file v1.5.0 // indirect
apigo.cc/go/rand v1.5.0 // indirect
apigo.cc/go/safe v1.5.0 // indirect
apigo.cc/go/shell v1.5.0 // indirect
apigo.cc/go/cast v1.5.3 // indirect
apigo.cc/go/config v1.5.3 // indirect
apigo.cc/go/encoding v1.5.4 // indirect
apigo.cc/go/file v1.5.5 // indirect
apigo.cc/go/rand v1.5.3 // indirect
apigo.cc/go/safe v1.5.2 // indirect
apigo.cc/go/shell v1.5.3 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/sys v0.45.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect