Skip to content

20230111

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 16:17
· 205 commits to master since this release

Features

  1. 支持6位cron定时 feat #347
  2. 成功失败条件支持jinja2格式变量 Support variables for success or fail asserts
  3. Add keep-alive for updating subscribe
  4. Add config "unsafe_eval_timeout"
  5. Add config "task_max_retry_count"

Changed

  1. Use aiohttp to initiate requests
  2. 更新 前端组件 & Use pnpm

Fixed

  1. 修复 if 判断表达式报错 Fix #350 from odoo/odoo#101136
  2. 修复 Typo
  3. 其他优化和修复