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

Releases: Netflix/conductor

v3.4.0

16 Dec 00:11
c6dcad4
Compare
Choose a tag to compare

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

New

Bug Fixes

Refactor

Documentation

v3.3.6

18 Nov 21:21
Compare
Choose a tag to compare

Bug Fixes

Refactor

  • Added metrics, error handling and documentation for RedisConcurrentExecutionLimitDAO (#2585) @aravindanr

v3.3.5

16 Nov 05:59
cb61caa
Compare
Choose a tag to compare

What’s Changed

New

Refactor

  • Remove ack from Go client + pass auth to go http client (#2470) @CHURLZ

Bug fixes

v3.3.4

29 Oct 20:30
f50d204
Compare
Choose a tag to compare

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

  • Add Restart with latest definitions to Bulk Action @peterlau
  • Add Domain to Task Details panel @peterlau
  • URL persisted lookback in search @peterlau

v3.3.3

28 Oct 21:37
Compare
Choose a tag to compare
v3.3.3 Pre-release
Pre-release

Release withdrawn due to broken UI build.

v3.3.2

25 Oct 16:55
Compare
Choose a tag to compare

What’s Changed

  • ErrorResponse sent from the server is copied to ConductorClientException (#2529) @aravindanr

New

Refactor

  • Remove dependency on Netflix Servo (#2503) @taojwmware

Documentation

Dependency Updates

  • Fix Security Vulnerability on xstream component (#2517) @taojwmware
  • Remove dependency on Netflix Servo (#2503) @taojwmware

v3.3.1

07 Oct 20:06
0af6a11
Compare
Choose a tag to compare

New

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

27 Sep 22:12
66c6c84
Compare
Choose a tag to compare

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

21 Sep 20:25
66c6c84
Compare
Choose a tag to compare
v3.3.0-rc1 Pre-release
Pre-release

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

20 Sep 22:00
Compare
Choose a tag to compare

What’s Changed

New

Bug Fixes

Documentation