This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v3.4.0
What’s Changed
- [Fix] UI: fix fetching task logs uri (#2630) @howaric
- fix for restart using Docker Compose: added local Docker volumes for … (#2621) @OpenPj
- Performance improvement by replacing StringBuffer with StringBuilder (#2612) @larrydiamond
- Fixing indexReplicaCount configuration for docker (#2590) @javiercanillas
- fix NPE for ResultsTable.jsx (#2605) @andyyumiao
IMPORTANT
- Force log4j dep version to avoid 0-day exploit (#2636) @marcocrasso
- Force log4j dep version to 2.16 to avoid a second exploit (#2643) @ermineaweb
New
- added nats stream support for WAIT task queues (#2610) @astelmashenko
Bug Fixes
- Fix startdelay for subworkflow task (#2608) @jxu-nflx
- Removed the extra delete statement from removeTaskFromLimit (#2611) @aravindanr
Refactor
- removed deprecated task acking (#2646) @FlorianKuckelkorn
Documentation
- [DOC] Minor documentation changes (#2598) @jmigueprieto
v3.3.6
v3.3.5
What’s Changed
- #2548 [FEATURE]: [UI] Adjustable width task panel (#2570) @debapi94
- Update ui/Dockerfile to address build failure (#2577) @peterlau
- Add getWorkflowCounts to IndexDao using ES count API (#2511) @jxu-nflx
New
- Introduced a contract to support different implementations of Task concurrent execution limit, ConcurrentExecutionLimitDAO (#2561) @aravindanr
Refactor
Bug fixes
v3.3.4
UI Bug Fixes
- Fix for #2550 - UI build on main branch is broken due to an undefined variable (#2551) @boney9
- Fix #2528 - The UI was not supporting SWITCH task definitions or executions (#2547) @boney9
- Fix issue that workflow not refetched when search with same query conditions (#2520) @yutaodou
- Fix Task Queue linking losing stack (stack not used on OSS). @peterlau
- Fix useLatestDefinition_s_ param typo @peterlau
- Add blank customTypeRenderers @peterlau
- Fix auto refresh after workflow action (terminate/restart etc) @peterlau
UI Features
v3.3.3
v3.3.2
What’s Changed
- ErrorResponse sent from the server is copied to ConductorClientException (#2529) @aravindanr
New
- Terminate when no dynamic tasks are returned (#2443) @james-deee
Refactor
- Remove dependency on Netflix Servo (#2503) @taojwmware
Documentation
Dependency Updates
v3.3.1
New
- Add event handler operations to client (#2502) @jxu-nflx
- Allow instance to poll for task out of discovery (#2469) @manavvasavada
- Add redis-lock dep (#2484) @marcocrasso
Bug Fixes
- Fix inconsistent workflow status caused by upload payload exception d… (#2491) @jxu-nflx
- Empty variable is defaulted to empty string (#2499) @aravindanr
- Fix rerunWorkflow places synchronous system tasks in the queue (#2494) @jxu-nflx
- Re-running a sub workflow should update the parent state (#2480) @jxu-nflx
Dependency Updates
- Migrate conductor JAXB dependency from javax. to jakarta (#2497) @taojwmware
- jackson-jq upgrade (#2487) @aravindanr
v3.3.0
Final 3.3.0 Release (New UI). Unchanged from RC.
What’s New
- Improved visual hierarchy to accommodate both existing and future user stories in observability and workflow creation.
- New component design system based on Material UI and React Hooks
- Enhanced workflow graph visualization fixing edge-cases.
- Scalable handling of high-cardinality dynamic forks and retries
- Performance improvements and caching
v3.3.0-rc1
What's New?
- Improved visual hierarchy to accommodate both existing and future user stories in observability and workflow creation.
- New component design system based on Material UI and React Hooks
- Enhanced workflow graph visualization fixing edge-cases.
- Scalable handling of high-cardinality dynamic forks and retries
- Performance improvements and caching
Release Discussion: #2461
v3.2.1
What’s Changed
- Doc: Updates docker-compose commands to start Database container (#2465) @starkblaze01
- doc: expand comments in WorkflowSystemTask (#2456) @Jiehong
New
- feat: Add inputTemplate support to workflow metadata (#2438) @NickTomlin
Bug Fixes
- fix client delete method (#2439) @michaelpaliy
Documentation
- Fix Conductor Artifacts Link (#2458) @starkblaze01
- Corrected the branch name in the document (#2432) @uakihir0