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

Releases: Netflix/conductor

v3.2.0

26 Aug 07:15
6e37e0c
Compare
Choose a tag to compare

What’s Changed

IMPORTANT

  • Extensible evaluator framework. (#2403) @venkag
    • DECISION task has been deprecated and replaced by SWITCH
    • LAMBDA task has been deprecated and replaced by INLINE
  • Event task is async (#2420) @aravindanr
  • Added es7-persistence module (#2324) @FpyrypT
  • Added ability to send metrics to datadog server (#2332) @noamlevy81

Bug Fixes

Refactor

Dependency Updates

v2.31.5

11 Aug 00:09
1e7f467
Compare
Choose a tag to compare
  • [BugFix] Fixed a bug in the event polling with Rx Executor scheduler
  • [BugFix] [Postgres] Fixed a bug in processUnacks, processAllUnacks in the queue implementation
  • [Feature] Configurable retry delay policy

v3.1.0

16 Jul 21:32
Compare
Choose a tag to compare

What’s Changed

IMPORTANT

New

  • SubWorkflow task will be auto-retried on BACKEND_ERROR (#2360) @aravindanr
  • [Postgres] Add descending priority index to combo_queue_message index to make queue queries faster (#2351) @rickfish
  • [Postgres] Dont use string manipulation on parameter for processUnacks, processAllUnacks (#2350) @rickfish
  • Separate database services in docker compose (#2349) @venkag

Bug Fixes

Refactor

Documentation

Community

v3.0.6

04 Jun 22:37
c79669b
Compare
Choose a tag to compare

What’s Changed

New

  • New Search APIs that return Workflow/Task instead of WorkflowSummary/TaskSummary (#2260) @michaelpaliy

Bug Fixes

Refactor

v3.0.5

18 May 17:42
8fc2aa1
Compare
Choose a tag to compare

What’s Changed

New

Bug Fixes

v3.0.4

11 May 01:33
Compare
Choose a tag to compare

What’s Changed

  • Added instructions to run Conductor (#2239) @aravindanr
  • Disabled Flyway in Spring Boot. This fixes the startup issue (#2226) when using MySQL or Postgres.

v3.0.3

07 May 21:13
c039a44
Compare
Choose a tag to compare

What’s Changed

New

Refactor

Dependency Updates

v3.0.2

27 Apr 18:21
410a25d
Compare
Choose a tag to compare

What’s Changed

  • Fixed the issue some endpoints not working in swagger-ui (#2210) @komatiraju032
  • [Java client] Support bulk termination of workflows (#2176) @noamlevy81
  • Add support for publishing in Prometheus registry (#2187) @marcocrasso

Refactor

  • Renamed WorkflowPoller->WorkflowReconciler and can be enabled using property (#2172) @apanicker-nflx
    Property: conductor.workflow-reconciler.enabled

v3.1.0-rc.1

22 Apr 17:51
Compare
Choose a tag to compare
v3.1.0-rc.1 Pre-release
Pre-release
create interfaces for poller and sweeper to allow for extension

v3.0.1

17 Apr 00:42
5d874b8
Compare
Choose a tag to compare

What’s Changed