Skip to content

JMX v1.0.8

Choose a tag to compare

@github-actions github-actions released this 29 May 08:22
· 89 commits to main since this release

JMX v1.0.8

本次更新聚焦诊断日志的格式统一与关键链路闭环。

更新内容

  • 诊断日志输出改为稳定 JSON Lines 格式,更适合自动化解析与问题定位。
  • 公共字段固定,业务字段统一进入 data,异常字段统一进入 exception 并保留完整堆栈。
  • 网络日志增强失败阶段、响应类型、脱敏查询参数与响应前缀控制。
  • 导航日志增加 start / push / pop 推断,补充 from_route、to_route 与栈深信息。
  • 增加搜索提交、登录结果、历史搜索本地存储等关键业务日志。
  • 增加日志写入失败自监控,避免日志系统自身异常完全静默。

验证

  • 已通过本地 Release 构建。
  • 已通过 GitHub Actions Release 构建。