This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v2.7.2
- Record metric when task poll fails due to backend error, instead of bubbling up error to user
- Bind WorkflowSweeper as an eager singleton by default
- Fix NPE when updating task with invalid id
v2.7.1
- Added TIMED_OUT and TERMINATED workflows to archivable
v1.12.6
- Added TIMED_OUT and TERMINATED workflows to archivable
v2.7.0
- Added Redis Authentication support
- Fixed
ackTask
in python client - Fixed workflow status sent to workflowStatusListener.
- Fixed some NPEs.
- Added UI feature to restart workflow with latest definition.
v2.6.2
- Reverting the change where workerId is required in /tasks/{taskId}/ack API.
- Removing some queryParam which were made required in service layer.
- Improve ConductorClientException Logging
v2.6.1
- Don't allow schema version 1 while creating workflow definition.
v2.6.0
- Added support for ElasticSearch 6.
- QoL improvements for go and python clients.
v2.5.8
Merge pull request #951 from Netflix/fix_retry fix retry
v2.5.7
Merge pull request #949 from Netflix/bugfix/retry_workflow_update_task fix for update task during retry workflow
v2.5.6
Merge pull request #945 from Netflix/update_workflow_then_task_for_retry update workflow before creating/updating task for retry/rerun