Skip to content

Commit

Permalink
feat: release V1.9.0 #31
Browse files Browse the repository at this point in the history
  • Loading branch information
normal-wls committed Oct 29, 2024
1 parent 61b2d29 commit d2162cf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app_desc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec_version: 2
app_version: "1.8.1"
app_version: "1.9.0"
app:
region: default
bk_app_code: &APP_CODE bk_flow_engine
Expand Down
9 changes: 9 additions & 0 deletions version_logs_md/V1.9.0_2024-10-29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# V1.9.0 版本更新说明

- [ 新增 ] 决策表支持导入导出
- [ 新增 ] 接口 get_task_list 支持状态过滤
- [ 新增 ] http 插件支持 json 转义
- [ 优化 ] 调试任务相关交互优化
- [ 优化 ] 出现全局公告时会额外出一个滚动条问题优化
- [ 修复 ] 处理 fast_create_task 通知人覆盖问题
- [ 修复 ] 日期时间范围变量值类型错误问题修复
9 changes: 9 additions & 0 deletions version_logs_md_en/V1.9.0_2024-10-29.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# V1.9.0 Release Notes

- [Feature] Support import and export of decision tables
- [Feature] API get_task_list now supports status filtering
- [Feature] HTTP plugin supports JSON escaping
- [Improvement] Improved debug task related interactions
- [Improvement] Fixed scrollbar issue when global announcement appears
- [Bugfix] Resolved notification recipient override issue in fast_create_task
- [Bugfix] Fixed date-time range variable type error

0 comments on commit d2162cf

Please sign in to comment.