This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v2.9.1
- Fixed a bug where the connection was closed before input stream was read.
v2.9.0
- Extended the
getExternalStorageLocation
APIs on workflow and task to support all operations and payload types. - Enabled using the new params from the java client
v2.8.6
Fixed Workflow retry edge cases.
v2.8.5
Updated CassandraExecutionDAO to return Workflow tasks in sorted order.
v2.8.4
Fixed Archived workflow retries.
v2.8.3
- Fix TaskResult status
- Catch exception if any when scheduling tasks
- Clear scheduled tasks set (Redis) for terminated workflows
v2.8.2
- Added an implementation of WorkflowStatusListener to publish workflow status to dyno queues upon completion DynoQueueStatusPublisher.
- Added configurable ReadTimeout and ConnectionTimeout to HTTP tasks.
- Added restart with latest definitions API to Java client.
- Enabled server to enforce usage of external payload storage.
Updated logs to track and measure critical conjectures
WARNING: Not for production use. This release would log a lot.
v2.8.1
- Added new system task - LAMBDA
- Added external storage path fields to workflow and task summary
v2.8.0
- UI fix to enable restart with latest/current workflow definition
- Added new system task - EXCLUSIVE_JOIN
- Make S3 region configurable for S3 payload storage implementation