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

Releases: Netflix/conductor

v2.7.2

19 Feb 19:42
Compare
Choose a tag to compare
  • 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

14 Feb 19:14
497ee9d
Compare
Choose a tag to compare
  • Added TIMED_OUT and TERMINATED workflows to archivable

v1.12.6

14 Feb 19:12
Compare
Choose a tag to compare
v1.12.6 Pre-release
Pre-release
  • Added TIMED_OUT and TERMINATED workflows to archivable

v2.7.0

12 Feb 22:03
909e232
Compare
Choose a tag to compare
  • 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

07 Feb 17:54
7eecae3
Compare
Choose a tag to compare
  • 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

04 Feb 19:06
8256ff3
Compare
Choose a tag to compare
  • Don't allow schema version 1 while creating workflow definition.

v2.6.0

30 Jan 21:30
Compare
Choose a tag to compare
  • Added support for ElasticSearch 6.
  • QoL improvements for go and python clients.

v2.5.8

18 Jan 05:56
47cf491
Compare
Choose a tag to compare
Merge pull request #951 from Netflix/fix_retry

fix retry

v2.5.7

17 Jan 21:27
d33758e
Compare
Choose a tag to compare
Merge pull request #949 from Netflix/bugfix/retry_workflow_update_task

fix for update task during retry workflow

v2.5.6

16 Jan 20:46
a9a15de
Compare
Choose a tag to compare
Merge pull request #945 from Netflix/update_workflow_then_task_for_retry

update workflow before creating/updating task for retry/rerun