Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Releases: Netflix/conductor

v3.12.0

03 Oct 21:28
e4b5e3c
Compare
Choose a tag to compare

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

Dependency Updates

v3.11.3

12 Sep 17:53
b843af4
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

v3.11.2

08 Sep 18:36
a2a64e6
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

v3.11.1

02 Sep 20:14
6413a12
Compare
Choose a tag to compare

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

v3.11.0

24 Aug 17:08
630b870
Compare
Choose a tag to compare

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

Dependency Updates

v3.10.7

20 Aug 00:13
5d9734e
Compare
Choose a tag to compare

What’s Changed

New

Bug Fixes

Dependency Updates

v3.10.6

15 Aug 18:00
ba3c5b9
Compare
Choose a tag to compare

What’s Changed

v3.10.5

15 Aug 17:03
2d51469
Compare
Choose a tag to compare

What’s Changed

v3.10.4

10 Aug 20:27
Compare
Choose a tag to compare

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

v3.10.3

05 Aug 20:26
ab14727
Compare
Choose a tag to compare

What’s Changed

Dependency Updates