This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v3.12.0
IMPORTANT
- Refactor bulk updateWorkflowDefs API. Please note that previously the API fails on the first error, but now it continues to process every item in the list and return a list of success and failures (#3242) @jxu-nflx
Bug Fixes
- AsyncSystemTaskExecutor uses the correct value for taskType tag (#3265) @aravindanr
- removing event handlers once it is removed from storage. (#3256) @astelmashenko
- Update workflow in DAO in case of update of workflow related attribute. (#3221) @manan164
- Adding parameterUtils in do-while task to compute input at each iteration. (#3196) @manan164
- Fix missing updateTime because of different field names in WorkflowModel and Workflow (#3231) @c4lm
Documentation
- Fixed small yet important typo in documentation. (#3253) @IonutGrosu
Dependency Updates
- Bump protobuf-java from 3.21.6 to 3.21.7 (#3266) @dependabot
- Bump protobuf-java from 3.21.5 to 3.21.6 (#3247) @dependabot
v3.11.3
v3.11.2
What’s Changed
Bug Fixes
- Handle null results in json jq task script evaluation (#3225) @apanicker-nflx
v3.11.1
What’s Changed
Bug Fixes
- Combined input/output data if additional payload is added when update… (#3214) @jxu-nflx
- Extract json node body from json_jq task output (#3207) @jxu-nflx
- During start, decide is performed inside a lock (#3216) @aravindanr
Documentation
- [Docs] Fixed Language issues. (#3200) @ropereraLK
v3.11.0
What’s Changed
- Fix next task not scheduled after switch completes (#3197) @jxu-nflx
- Click on workflow node navigates to the node definition (#3062) @azriel46d
IMPORTANT
- updated polyglot-client directory (#3074) @dougsillars
Dependency Updates
- Bump spring-boot-gradle-plugin from 2.7.2 to 2.7.3 (#3193) @dependabot
v3.10.7
What’s Changed
- Updated tasklifecycle.md - mis-spelled word (#3173) @ropereraLK
New
- Add task lease extend from client(#3186) @jxu-nflx
- Add task domain to the index (#3188) @apanicker-nflx
- Failed task names (#3185) @peterlau
Bug Fixes
- Extract map body from json_jq output (#3190) @jxu-nflx
- Split event system task implementation between start and execute (#3187) @apanicker-nflx
- Repair inconsistent subworkflow task (#3183) @apanicker-nflx
Dependency Updates
- Bump protobuf-java from 3.21.4 to 3.21.5 (#3179) @dependabot
- Bump com.gradle.enterprise from 3.10.3 to 3.11.1 (#3178) @dependabot
- Bump io.spring.dependency-management from 1.0.12.RELEASE to 1.0.13.RELEASE (#3177) @dependabot
v3.10.6
v3.10.5
v3.10.4
What’s Changed
- Fix a subworkflow performance issue without selecting tasks (#3152) @james-deee
- Eclipse temurin replacing openjdk base docker images (#3142) @amimimor
- Add
removeWorkflowWithExpiry
back to ExecutionDAOFacade (#3150) @jxu-nflx
Refactor
- Remove obsolete TODOs and empty DB calls (#3161) @apanicker-nflx
v3.10.3
What’s Changed
- Json serializers and deserializers optimizations (#3144) @jxu-nflx
- Add Spring Cache and fix the cache miss issue (#3143) @jxu-nflx
- do not synchronously eval workflow during update task for select criteria (#3146) @apanicker-nflx
Dependency Updates
- Bump terser from 5.14.1 to 5.14.2 in /ui (#3124) @dependabot