Skip to content

Commit

Permalink
发布 1.0.9 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Dec 18, 2024
1 parent 34a1cc9 commit 57d8f97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# 更新日志

## [v1.0.9] 2024.12.18

- feat: 新增支持根据businessKey查询实例列表方法
- feat: 新增动态获取下一个节点方法
- feat: 新增模型结束节点判断处理逻辑
- feat: 新增自动完成任务创建人允许参数传入且定时任务允许子类重写
- opt: 优化模型序列化json排除非空属性缩小模型字符体积
- opt: 优化流程实例记录最终结束节点位置
- opt: 优化执行到抄送任务继续执行可能存在的子节点
- fix: 级联删除指定流程实例的所有数据无实例Bug修复
- feat: 创建 task 设置 actionUrl

## [v1.0.8] 2024.12.08

- feat: 创建 task 设置 actionUrl
- feat: 支持驳回策略
- feat: 支持驳回重新审批策略
- feat: 支持驳回重新审批策略
- feat: 支持 NodeModel setType 添加设置指定候选人类型
- feat: 新增 TaskEventType reApproveJump 事件
- feat: 新增判断是否为路由节点方法
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_GROUP=com.aizuda
APP_VERSION=1.0.8
APP_VERSION=1.0.9

SONATYPE_HOST=CENTRAL_PORTAL
RELEASE_SIGNING_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</modules>

<properties>
<revision>1.0.8</revision>
<revision>1.0.9</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.7.0</spring-boot.version>
Expand Down

0 comments on commit 57d8f97

Please sign in to comment.