Skip to content

Release v0.2.3.1

Choose a tag to compare

@LeoLiang000 LeoLiang000 released this 27 Jan 04:47
· 17 commits to main since this release

🚀 Release v0.2.3.1

📦 Docker Images

  • mmmay0722/webqa-agent:v0.2.3.1
  • mmmay0722/webqa-agent:latest

📝 Changes since v0.2.3

  • update version id (cb05dcc)
  • fix: different strategy for PDF page in run mode and gen mode (56fc544)
  • docs: add logo-title SVG for README (cb47860)
  • update report and add webqa logo (e31faf4)
  • fix: pre-process cookies in run mode to support file path loading (c89d9b1)
  • feat: change monitoring errors from FAILED to WARNING status (af5397b)
  • 清除debug log (06fb2e2)
  • pdf页面不注入js (069483d)
  • session.py 更新: 1. session pool 手动计数 -> semaphore 2. worker 持有 session,避免空闲 session 占用资源 3. 环境隔离:执行用例前清理 session 缓存数据避免复用时污染 4. RUN 模式 config 分组串行 -> 混合并发:避免不同config竞争浏览器资源导致创建session失败 (f76cb52)