Compare commits

..

1 Commits
v1.5.7 ... main

Author SHA1 Message Date
AI Engineer
5dd3f3a021 chore(log): 对齐依赖版本并更新文档(by AI) 2026-06-21 10:21:41 +08:00
3 changed files with 14 additions and 11 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## [1.5.8] - 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``file``v1.5.5``config``v1.5.3`
## [1.5.7] - 2026-06-20
- **调用栈容错增强**:
- `Error` 方法现在支持通过 `extra` 参数传入 `callStacks` 字段,自动合并到结构化的 `CallStacks` 字段中,避免外部调用栈信息丢失。

View File

@ -19,7 +19,7 @@
=== RUN TestToArrayBytes_Desensitize
--- PASS: TestToArrayBytes_Desensitize (0.00s)
=== RUN TestSplitTag
--- PASS: TestSplitTag (1.80s)
--- PASS: TestSplitTag (1.81s)
=== RUN TestSensitiveDetailed
--- PASS: TestSensitiveDetailed (0.00s)
=== RUN TestDeepDesensitization
@ -49,7 +49,7 @@
=== RUN TestPrecisionViewable
--- PASS: TestPrecisionViewable (0.00s)
PASS
ok apigo.cc/go/log 2.246s
ok apigo.cc/go/log 3.301s
```
## 核心指标验证

18
go.mod
View File

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