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

Releases: Netflix/conductor

v2.27.3

11 Jun 17:19
2f42898
Compare
Choose a tag to compare
  • Fixed bug in gulp file, that results in docker build failures. (#1733)
  • fix BETWEEN operator; ensure task cancellation when terminating workflow (#1734)
  • Added a new property workflow.event.execution.indexing.enabled to make event execution indexing optional. Defaults to true(#1720)

v2.27.2

08 Jun 21:39
e4a0c6f
Compare
Choose a tag to compare
  • [BugFix]: Fixed issue with local server startup by adding back missing ES dependencies
  • [BugFix]: Fixed a bug with ordering of tasks within DO_WHILE
  • Removed the reliance on PollDataDAO from the critical execution path of a workflow by using fallback domain if PollDataDAO is unavailable

v2.27.1

20 May 21:56
f79963c
Compare
Choose a tag to compare

Support inline workflow definition within subworkflow

v2.27.0

13 May 22:16
6a92e64
Compare
Choose a tag to compare
  • Added a property workflow.elasticsearch.auto.index.management.enabled to allow disabling the automatic index management in Elasticsearch6 module. Defaults to true.
  • Added a property workflow.elasticsearch.document.type.override to allow the usage of generic document types across all indices in Elasticsearch6 module. Defaults to empty string and will use the index type as document type.
  • Added a property tasklog.elasticsearch.query.size to configure the number of task logs that are fetched from the index. Defaults to 10.
  • Added optional modules to publish metrics to log4j logging framework
  • Fixed race condition in high throughput scenarios when using BulkRequestBuilder in the Elasticsearch REST DAOs (v5/v6).
  • Made the task definition optional for DO_WHILE task
  • Enabled indexing of workflow document in Elasticsearch during pause/resume operations
  • Eagerly initialize WorkflowMonitor to publish workflow and task metrics.
  • Introduced docker containers for integration testing mysql and postgres persistence modules.
  • Introduced Spock-based scenario testing for integration tests.
  • [UI] Added a View Subworkflow link to the pop-up menu when viewing task info

v2.27.0-beta.2

13 May 04:50
Compare
Choose a tag to compare
v2.27.0-beta.2 Pre-release
Pre-release
add configuration to enable external index management in es6

v2.27.0-beta.1

12 May 20:16
Compare
Choose a tag to compare
v2.27.0-beta.1 Pre-release
Pre-release
add configuration to enable external index management in es6

v2.27.0-beta

11 May 17:39
Compare
Choose a tag to compare
v2.27.0-beta Pre-release
Pre-release
  • Added configurations to enable external index management for ES6

v2.26.2-beta.2

06 May 14:13
Compare
Choose a tag to compare
v2.26.2-beta.2 Pre-release
Pre-release
Fix the issue with ParametersUtils where input map is mutated

v2.26.2-beta.1

06 May 07:36
Compare
Choose a tag to compare
v2.26.2-beta.1 Pre-release
Pre-release
Fix the issue with ParametersUtils where input map is mutated

v2.26.2-beta

29 Apr 20:44
Compare
Choose a tag to compare
v2.26.2-beta Pre-release
Pre-release
Fixed Task subWorkflowId deep copy.