Skip to content

Commit d529280

Browse files
committed
发布 1.1.11 版本
1 parent 31a9073 commit d529280

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# 更新日志
22

3+
## [v1.1.11] 2025.06.19
4+
5+
- feat: 新增流程实例自动完成自动拒绝事件监听
6+
- feat: 新增触发器支持异步调用完成函数
7+
- feat: 新增监听节点模型null注释说明
8+
- opt: 优化允许执行到任意位置强制撤回
9+
- opt: 优化支持超时且提醒同时存在情况定时处理
10+
- opt: 优化归档实例历史属性
11+
- opt: 优化浏览文件任务加签只通知增量参与者
12+
- fixed: 修复无法参数再次合并参数bug
13+
314
## [v1.1.10] 2025.06.10
415

516
- feat: 新增流程实例作废方法

flowlong-core/src/main/java/com/aizuda/bpm/engine/core/FlowLongContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public FlowLongContext build(FlowLongEngine configEngine, boolean banner) {
213213
if (banner) {
214214
System.out.println("┌─┐┬ ┌─┐┬ ┬┬ ┌─┐┌┐┌┌─┐");
215215
System.out.println("├┤ │ │ │││││ │ │││││ ┬");
216-
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.10");
216+
System.out.println("└ ┴─┘└─┘└┴┘┴─┘└─┘┘└┘└─┘ 1.1.11");
217217
}
218218

219219
return this;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP_GROUP=com.aizuda
2-
APP_VERSION=1.1.10
2+
APP_VERSION=1.1.11
33

44
SONATYPE_HOST=CENTRAL_PORTAL
55
RELEASE_SIGNING_ENABLED=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</modules>
1818

1919
<properties>
20-
<revision>1.1.10</revision>
20+
<revision>1.1.11</revision>
2121
<maven.compiler.source>8</maven.compiler.source>
2222
<maven.compiler.target>8</maven.compiler.target>
2323
<spring-boot.version>2.7.0</spring-boot.version>

0 commit comments

Comments
 (0)