This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v2.27.3
v2.27.2
- [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
v2.27.0
- 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
add configuration to enable external index management in es6
v2.27.0-beta.1
add configuration to enable external index management in es6
v2.27.0-beta
- Added configurations to enable external index management for ES6
v2.26.2-beta.2
Fix the issue with ParametersUtils where input map is mutated
v2.26.2-beta.1
Fix the issue with ParametersUtils where input map is mutated
v2.26.2-beta
Fixed Task subWorkflowId deep copy.