Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dd3f3a021 |
@ -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` 字段中,避免外部调用栈信息丢失。
|
||||
|
||||
4
TEST.md
4
TEST.md
@ -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
18
go.mod
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user