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

Releases: Netflix/conductor

v3.10.2

01 Aug 22:07
e93c3ae
Compare
Choose a tag to compare

What’s Changed

Documentation

Dependency Updates

v3.10.1

20 Jul 23:37
Compare
Choose a tag to compare

What’s Changed

New

  • API (/workflow/validate) to validate a workflow definition (#3108) @aravindanr

Bug Fixes

  • For INLINE task, reasonForIncompletion field includes the script evaluation error message (#3114) @aravindanr

Refactor

  • When a task is updated only the workflow is loaded, not all of its tasks (#3118) @aravindanr

Documentation

Dependency Updates

v2.31.9

15 Jul 17:09
816ef11
Compare
Choose a tag to compare

Bugfixes

Update start time in updateTask if it is unset. (@jun-he)

v3.10.0

08 Jul 19:50
036c0b2
Compare
Choose a tag to compare

What’s Changed

IMPORTANT

  • ApplicationException.Code is replaced with exception classes for each of the codes. (#3003) @aravindanr

New

Refactor

  • Cassandra metadata & event handler cache is refactored into its own class (#3097) @aravindanr

v3.9.2

05 Jul 21:58
Compare
Choose a tag to compare

New

  • Added metric for ExecutionLockService and the decide process, workflow_decision (#3091) @aravindanr
  • Cap retryCount limit to 10 (#3079) @skorse

Bug Fixes

Dependency Updates

  • Bump io.spring.dependency-management from 1.0.11.RELEASE to 1.0.12.RELEASE (#3077) @dependabot

v3.9.1

29 Jun 15:34
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

  • DO_WHILE preemptively starts the next iteration in certain cases (#3072) @aravindanr
  • JerseyRequestHandler has a connection leak when GET returns 204 @aravindanr

v3.9.1-rc.1

28 Jun 17:31
Compare
Choose a tag to compare
v3.9.1-rc.1 Pre-release
Pre-release

Bugfix/jersey request handler 204 handling

v3.9.0

22 Jun 19:15
a99e939
Compare
Choose a tag to compare

What’s Changed

v3.9.0-rc.1

06 Jun 16:38
e0047c8
Compare
Choose a tag to compare
v3.9.0-rc.1 Pre-release
Pre-release
Merge pull request #3024 from Netflix/client_requesthandler

Introducing RequestHandler in the client module, which encapsulates all HTTP operations

v3.8.3

01 Jun 23:35
7b90c64
Compare
Choose a tag to compare

What’s Changed

New

Dependency Updates