tag:github.com,2008:https://github.com/joecabezas/cadence/releases Tags from cadence 2019-05-08T20:44:50Z tag:github.com,2008:Repository/187698617/v0.5.7 2019-05-08T20:44:50Z v0.5.7 <p>Treat WorkflowExecutionAlreadyStartedError as non-transient error (<a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1812">ub…</a></p> <p><a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1812">…er#1812</a>)</p> <p>Setting the WorkflowIDReusePolicy to <br />'WorkflowIDReusePolicyAllowDuplicateFailedOnly' or <br />'WorkflowIDReusePolicyRejectDuplicate' results in <br />'WorkflowExecutionAlreadyStartedError' on StartWorkflowExecution or <br />SignalWithStartWorkflowExecution. Since this error is treated as <br />retryable error it results in frontend to keep on retrying the call <br />until timeout.</p> samarabbas tag:github.com,2008:Repository/187698617/v0.5.5 2019-03-12T17:36:07Z v0.5.5 tag:github.com,2008:Repository/187698617/v0.5.4 2019-03-08T18:44:08Z v0.5.4 tag:github.com,2008:Repository/187698617/v0.5.3 2019-02-23T01:13:25Z v0.5.3 vancexu tag:github.com,2008:Repository/187698617/v0.5.2 2019-02-12T19:46:19Z v0.5.2 wxing1292 tag:github.com,2008:Repository/187698617/v0.5.1 2019-01-18T19:34:11Z v0.5.1 longquanzheng tag:github.com,2008:Repository/187698617/v0.5.0 2019-01-07T22:39:28Z v0.5.0 <p>Bugfix: decision task processing in transfer active task processor (<a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1369">u…</a></p> <p><a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/1369">…ber#1369</a>)</p> <p>* Bugfix: transfer active task processor, when encounter a non sticky decision task and mutable state builder has sticky decision set, should not change the decision task to sticky decision</p> <p>* Add metrics for history re-replication</p> wxing1292 tag:github.com,2008:Repository/187698617/v0.4.0 2018-10-19T17:45:39Z v0.4.0 venkat1109 tag:github.com,2008:Repository/187698617/v0.3.15 2018-07-26T18:28:17Z v0.3.15 wxing1292 tag:github.com,2008:Repository/187698617/v0.3.14 2018-07-24T01:16:04Z v0.3.14: Handle deletion of task during failover (#976) <p>Handle deletion of task during failover (<a class="issue-link js-issue-link" href="https://github.com/uber/cadence/pull/976">uber#976</a>)</p> <p>* Adding failover info persistence struct <br />* Adding awareness of failover info during transfer / timer task cleanup</p> <p>Note: missing persistence to database, the persistence to database of <br />failover cursor should be done along with balk failover for performance.</p> wxing1292