This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v3.0.0
v2.31.3
- Updated flyway version to 7.5.2
- Enabled modification of JettyServer thread pool configuration using the properties
conductor.jetty.server.threadpool.minThreads
andconductor.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
What’s Changed
- Removed deprecated fields and methods (#2158) @aravindanr
- Removed unimportant and potentially expensive APIs (#2159) @apanicker-nflx
v3.0.0-rc.14
- 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
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
- 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
- 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
- Wire ObservableQueue implementations and SimpleEventProcessor into Lifecycle
- Prevent implicit type conversion when expanding JSON objects
v3.0.0-rc.10
- 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
fix flag in system task worker coordinator