20230111
github-actions
released this
10 Jan 16:17
·
206 commits
to master
since this release
Features
- 支持6位cron定时 feat #347
- 成功失败条件支持jinja2格式变量 Support variables for success or fail asserts
- Add keep-alive for updating subscribe
- Add config "unsafe_eval_timeout"
- Add config "task_max_retry_count"
Changed
- Use aiohttp to initiate requests
- 更新 前端组件 & Use pnpm
Fixed
- 修复 if 判断表达式报错 Fix #350 from odoo/odoo#101136
- 修复 Typo
- 其他优化和修复