chore(service): 升级 id 至 v1.5.6、redis 至 v1.5.10(by AI)

This commit is contained in:
AI Engineer 2026-06-22 00:47:13 +08:00
parent c4b8c2d3eb
commit 8f85c503da
3 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# CHANGELOG - go/service
## v1.5.19 (2026-06-22)
- **依赖更新**:
- 升级依赖 `id``v1.5.6``redis``v1.5.10`
## v1.5.18 (2026-06-21)
- **依赖更新**:
- 升级依赖 `id``v1.5.5``redis``v1.5.9`(同步修复旧版本 ID 未打乱的 Bug
## v1.5.17 (2026-06-21)
- **Session 增强**:
- `Save` 改为可变参数 `Save(args ...map[string]any) error`,支持传入 map 批量设置后保存。

View File

@ -1,9 +1,9 @@
# Service Module Test Report
## 性能测试 (Benchmark)
- 测试日期: 2026-06-21
- 版本: v1.0.4
- 指标: `BenchmarkRouting`: 2791 ns/op
- 测试日期: 2026-06-22
- 版本: v1.5.19
- 指标: `BenchmarkRouting`: **5394 ns/op**
- 环境: Darwin / Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
## 单元测试覆盖 (Unit Test)

4
go.mod
View File

@ -8,10 +8,10 @@ require (
apigo.cc/go/discover v1.5.3
apigo.cc/go/file v1.5.5
apigo.cc/go/http v1.5.3
apigo.cc/go/id v1.5.5
apigo.cc/go/id v1.5.6
apigo.cc/go/jsmod v1.5.3
apigo.cc/go/log v1.5.8
apigo.cc/go/redis v1.5.9
apigo.cc/go/redis v1.5.10
apigo.cc/go/safe v1.5.2
apigo.cc/go/starter v1.5.5
apigo.cc/go/timer v1.5.0