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

Releases: Netflix/conductor

v3.0.0

14 Apr 22:23
Compare
Choose a tag to compare

What’s Changed

Please refer the Changelog for a detailed list of changes as part of this release.

v2.31.3

14 Apr 19:15
Compare
Choose a tag to compare
  • Updated flyway version to 7.5.2
  • Enabled modification of JettyServer thread pool configuration using the properties conductor.jetty.server.threadpool.minThreads and conductor.jetty.server.threadpool.maxThreads
  • Improved onWorkflowFinalized notification to provide at-least-once guarantee
  • [Python Client] Updated by structuring task result

v3.0.0-rc.15

10 Apr 00:04
7650431
Compare
Choose a tag to compare
v3.0.0-rc.15 Pre-release
Pre-release

What’s Changed

v3.0.0-rc.14

01 Apr 22:28
Compare
Choose a tag to compare
v3.0.0-rc.14 Pre-release
Pre-release
  • Sweeper thread count is based on the available processors
  • conductor.sweep-frequency.millis is the new property that controls the frequency of the sweep.

v3.0.0-rc.13

01 Apr 17:16
Compare
Choose a tag to compare
v3.0.0-rc.13 Pre-release
Pre-release

When a sub workflow reaches terminal state, the parent workflow's priority is set to a higher value in the decider queue, so its evaluated sooner.

v2.31.2

01 Apr 20:27
216960d
Compare
Choose a tag to compare
  • Add support for escaped expressions (prefixed with an extra '$') Documentation
  • [UI] (BugFix) Fetch subworkflow definition when inline definition is not available in subworkflow params

v3.0.0-rc.12

30 Mar 19:13
7d5bcd2
Compare
Choose a tag to compare
v3.0.0-rc.12 Pre-release
Pre-release
  • Separate out the event queue poller and processor
  • Moved property descriptions into appropriate modules
  • Updated execution log when subworkflow is changed to be more precise

v3.0.0-rc.11

26 Mar 21:50
6474e2b
Compare
Choose a tag to compare
v3.0.0-rc.11 Pre-release
Pre-release
  • Wire ObservableQueue implementations and SimpleEventProcessor into Lifecycle
  • Prevent implicit type conversion when expanding JSON objects

v3.0.0-rc.10

25 Mar 04:27
Compare
Choose a tag to compare
v3.0.0-rc.10 Pre-release
Pre-release
  • Changes (retry, restart etc) in sub workflow trigger decide on the parent asynchronously.
  • WorkflowSweeper is refactored to use Spring's @Scheduled and @Async.

v3.0.0-rc.9

16 Mar 17:43
Compare
Choose a tag to compare
v3.0.0-rc.9 Pre-release
Pre-release
fix flag in system task worker coordinator