ForcePilot/backend
Kris 2c190b2a5c refactor(utils): 统一敏感字段脱敏逻辑,新增trace_id上下文工具
1.  新增请求级trace_id上下文共享模块,通过ContextVar存储trace_id供跨层使用
2.  重构gRPC和SOAP执行器的脱敏逻辑,统一使用crypto模块的敏感头集合
3.  扩展crypto模块的敏感字段匹配规则,新增全量遮蔽的强敏感字段类型
4.  新增mask_full和mask_partial两种脱敏模式,完善脱敏工具链
5.  定义SENSITIVE_HTTP_HEADERS作为HTTP敏感头的单一事实源
2026-07-01 19:48:25 +08:00
..
package refactor(utils): 统一敏感字段脱敏逻辑,新增trace_id上下文工具 2026-07-01 19:48:25 +08:00
scripts refactor: 简化代码逻辑 2026-05-29 22:19:58 +08:00
server refactor(webhook): 抽离敏感请求头配置到公共模块 2026-06-30 16:15:09 +08:00
test test(scheduler): add complete integration tests for scheduler router 2026-06-23 13:42:15 +08:00
.python-version refactor: 将后端代码迁移至 backend 目录 2026-03-24 11:08:12 +08:00
pyproject.toml build(backend): add croniter dependency to pyproject.toml 2026-06-22 21:22:25 +08:00
uv.lock chore(release): 发布 0.7.0 正式版 2026-06-13 01:02:43 +08:00