Releases: didi/turbo
Releases · didi/turbo
v1.2.0
What's Changed
Feature
Support plugin extension function
- Add
node_type
field to theei_node_instance
table in the database to save the node type. - Add
NodeExecuteResult
inner class to theRuntimeResult
class, and move theactiveTaskInstance
andvariables
fields to the inner class. - Add
properties
variable to theCommonPO
entity class to store extended data. - Add
ExtendRuntimeContext
class to store extended branch context information.
Support parallel gateway and inclusive gateway through plugins
Bugfix
- Fix v1.1.1 release issues
v1.1.1
v1.1.0
What's Changed
Feature
- Support CallActivity configuration and execution.
Bugfix
Code Enhancement
- Optimize hook function, change HTTP mode to internal call mode, reduce dependence on HTTP packages, and improve performance
- Simplify the configuration steps for Turbo introduction and add @ enableTurboEngine annotation
- Optimize partial code structure
- Optimize Demo Test Execution
Dependency Upgrade
Optimize Maven dependency management
- Remove httpclient dependency
- Remove individual jsr250 API dependencies
- Remove individual junit dependencies
- Upgrade commons-collections:3.2.2 -> commons-collections4:4.4
- Upgrade commons-lang3: 3.4 -> 3.12.0
V1.0.1
升级目的
升级依赖,修复漏洞
依赖包升级:
spring-boot-starter-web -> 2.5.12
mysql-connector-java -> 8.0.28
fastjson -> 1.2.83
httpclient -> 4.5.13
guava -> 31.0.1-jre