This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v3.10.2
What’s Changed
- Parameterized support for duration and until in wait task. (#3058) @manan164
- Adjusted maven repostiory URL for grpc. (#3134) @matteius
Documentation
- Added HUMAN task, updates to TERMINATE and DO_WHILE (#3049) @dougsillars
- Fixed README.md (#3123) @andyczerwonka
Dependency Updates
- Bump protobuf-java from 3.21.3 to 3.21.4 (#3140) @dependabot
- Bump com.google.protobuf from 0.8.18 to 0.8.19 (#3117) @dependabot
- Bump com.gradle.enterprise from 3.10.1 to 3.10.3 (#3100) @dependabot
- Bump org.sonarqube from 3.3 to 3.4.0.2513 (#3045) @dependabot
- Bump spring-boot-gradle-plugin from 2.6.7 to 2.7.2 (#3129) @dependabot
- Bump protobuf-java from 3.21.1 to 3.21.3 (#3128) @dependabot
v3.10.1
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
- Bump protobuf-gradle-plugin from 0.8.18 to 0.8.19 (#3080) @dependabot
v2.31.9
v3.10.0
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
New
- Added metric for ExecutionLockService and the decide process,
workflow_decision
(#3091) @aravindanr - Cap retryCount limit to 10 (#3079) @skorse
Bug Fixes
- Improve message for payload size threshold calculation (#3075) @flavioschuindt
Dependency Updates
- Bump io.spring.dependency-management from 1.0.11.RELEASE to 1.0.12.RELEASE (#3077) @dependabot
v3.9.1
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
Bugfix/jersey request handler 204 handling
v3.9.0
What’s Changed
- Bugfix/jointask output (#3055) @jxu-nflx
- sdk documentation additions (#3047) @dougsillars
- Merge Netflix internal UI changes (#3038) @peterlau
- task summary ui (#3028) @jxu-nflx
- Introducing RequestHandler in the client module, which encapsulates all HTTP operations (#3024) @aravindanr
v3.9.0-rc.1
Merge pull request #3024 from Netflix/client_requesthandler Introducing RequestHandler in the client module, which encapsulates all HTTP operations