File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed
Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 33
44All notable changes to this project will be documented in this file.
55
6+ ## [ 1.3.1] - 2025-11-14
7+ ### Bugfix
8+ - Fix v1.3.0 release issues
9+
610## [ 1.3.0] - 2025-10-29
711### Changed
812 - JDK Upgrade: Upgraded from JDK 8 to JDK 21
Original file line number Diff line number Diff line change 1212 <modelVersion >4.0.0</modelVersion >
1313 <name >demo</name >
1414 <artifactId >demo</artifactId >
15- <version >1.3.0 </version >
15+ <version >1.3.1 </version >
1616 <packaging >jar</packaging >
1717
1818 <properties >
1919 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2020 <java .version>21</java .version>
2121 <spring-boot .version>3.2.2</spring-boot .version>
22- <turbo .engine.version>1.3.0 </turbo .engine.version>
22+ <turbo .engine.version>1.3.1 </turbo .engine.version>
2323 <h2 .version>1.4.200</h2 .version>
2424 </properties >
2525
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616
1717### Changed
1818- Thread pool default core size increased from 1 to 10
19- - Engine dependency changed to version range ` [1.3.0 ,) ` allowing newer versions
19+ - Engine dependency changed to version range ` [1.3.1 ,) ` allowing newer versions
2020- Enhanced POM configuration for standalone Maven Central publishing
2121
2222### Fixed
@@ -30,6 +30,9 @@ All notable changes to this project will be documented in this file.
3030- Updated ` Parallel&InclusiveGateway.md ` with quick start guide, nested gateway documentation, and concurrency safety guide
3131- Cross-referenced documentation for better navigation
3232
33+ ### Support
34+ - turbo 1.3.1+
35+
3336## [ 1.1.0] - 2025-10-29
3437
3538### Changed
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <artifactId >engine</artifactId >
8- <version >1.3.0 </version >
8+ <version >1.3.1 </version >
99 <packaging >jar</packaging >
1010 <name >engine</name >
1111
1212 <parent >
1313 <artifactId >turbo</artifactId >
1414 <groupId >com.didiglobal.turbo</groupId >
15- <version >1.3.0 </version >
15+ <version >1.3.1 </version >
1616 </parent >
1717 <properties >
1818 <groovy .version>4.0.22</groovy .version>
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.didiglobal.turbo</groupId >
88 <artifactId >turbo</artifactId >
9- <version >1.3.0 </version >
9+ <version >1.3.1 </version >
1010 </parent >
1111
1212 <groupId >com.didiglobal.turbo</groupId >
7373 <maven .compiler.source>21</maven .compiler.source>
7474 <maven .compiler.target>21</maven .compiler.target>
7575 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
76- <turbo .engine.version>[1.3.0 ,)</turbo .engine.version>
76+ <turbo .engine.version>[1.3.1 ,)</turbo .engine.version>
7777 <spring-boot .version>3.5.0</spring-boot .version>
7878 <baomidou-dynamic-datasource .versioin>4.2.0</baomidou-dynamic-datasource .versioin>
7979 <mysql-connector-java .version>8.0.28</mysql-connector-java .version>
Original file line number Diff line number Diff line change 66 <groupId >com.didiglobal.turbo</groupId >
77 <artifactId >turbo</artifactId >
88 <packaging >pom</packaging >
9- <version >1.3.0 </version >
9+ <version >1.3.1 </version >
1010 <name >turbo</name >
1111 <description >Turbo is a light-weight flow engine framework, support BPMN2.0</description >
1212 <url >https://www.github.com/didi/turbo</url >
You can’t perform that action at this time.
0 commit comments