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

Releases: Netflix/conductor

v2.9.1

29 Mar 21:21
Compare
Choose a tag to compare
  • Fixed a bug where the connection was closed before input stream was read.

v2.9.0

29 Mar 02:04
f36b834
Compare
Choose a tag to compare
  • 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

28 Mar 02:25
c04de46
Compare
Choose a tag to compare

Fixed Workflow retry edge cases.

v2.8.5

26 Mar 19:40
Compare
Choose a tag to compare

Updated CassandraExecutionDAO to return Workflow tasks in sorted order.

v2.8.4

26 Mar 00:37
Compare
Choose a tag to compare

Fixed Archived workflow retries.

v2.8.3

16 Mar 03:36
Compare
Choose a tag to compare
  • Fix TaskResult status
  • Catch exception if any when scheduling tasks
  • Clear scheduled tasks set (Redis) for terminated workflows

v2.8.2

15 Mar 00:49
b510f39
Compare
Choose a tag to compare
  • 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

12 Mar 01:38
Compare
Choose a tag to compare

WARNING: Not for production use. This release would log a lot.

v2.8.1

07 Mar 21:37
dc6a062
Compare
Choose a tag to compare
  • Added new system task - LAMBDA
  • Added external storage path fields to workflow and task summary

v2.8.0

05 Mar 18:54
Compare
Choose a tag to compare
  • 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