Netflix Conductor Versions Save

Conductor is a microservices orchestration engine.

v3.15.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/conductor/compare/v3.14.0...v3.15.0

v3.14.0

7 months ago

Important

This release updates the JDK version supported by Conductor to 17. If you are using the binaries to run the server, please make sure to update the runtime to JDK17.

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/conductor/compare/v3.13.8...v3.14.0

v3.13.8

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/conductor/compare/v3.13.7...v3.13.8

v3.13.7

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/conductor/compare/v3.13.6...v3.13.7

v3.13.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/conductor/compare/v3.13.5...v3.13.6

v3.13.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Netflix/conductor/compare/v3.13.3...v3.13.5

v3.13.3

1 year ago

What’s Changed

  • Allow for an upgrade of log4j2 versions by loosening constraint (#3321) @james-deee
  • Task details not showing in UI (#3459) @ceisen1
  • Fix unused version in Running Workflows metric (#3386) @james-deee
  • Remove tasks from Elasticsearch when workflow is removed (#3300) @NLRemco
  • Do_while task relevant loop over task calculation fix (#3351) @manan164
  • Allow overriding the thread count for the annotated workers (#3320) @v1r3n
  • batch polling in client (#3304) @jxu-nflx

New

  • Add option to add payloadBytes into getLocation method (#3383) @SimonMisencik

Refactor

  • Use AmazonSQS instead of AmazonSQSClient (#3398) @ctlove0523

Documentation

  • Update the docs for external payload storage (#3441) @bjpirt
  • Improve Java Worker documentation (#3418) @yuri1969
  • Update README.md (#3452) @Ishaan2053
  • 📝 Fix typo in website nav menu (#3308) @dragorosson
  • Documentation updates (#3364) @RizaFarheen
  • fix a spell mistake (#3363) @hanyf
  • Fix typo in docs: Desiging → Designing (#3336) @paescuj
  • Minor issue fixes (#3462) @ropereraLK

Dependency Updates

  • Bump decode-uri-component from 0.2.0 to 0.2.2 in /ui (#3387) @dependabot
  • add support compilation on m1 mac (#3376) @v1r3n

v3.13.2

1 year ago

What’s Changed

  • Add jitter to workflowoffset time (#3305) @skorse
  • Refactor task search v1 and workflow search v1 APIs to return doc from ES directly (#3283) @jxu-nflx
  • Updated serverAndUI Dockerfile to set the correct startup script (#3292) @bmuluu

New

  • Add constructor for ManagedChannelBuilder in grpc client (#3301) @sks1995

Documentation

  • [Docs] Small docs fixes (#3291) @lrampa

v3.13.1

1 year ago

Dependencies

  • Removed spring-security-core

Documentation

  • typo fix in docs (workerdef) (#3297) @biswarup1290dass

v3.13.0

1 year ago

What’s Changed

IMPORTANT

  • JOIN task is made async (#3284) @apanicker-nflx
  • Set unack/postpone duration based on task state (#3289) @skorse

Bug Fixes

  • re-throw TerminateWorkflowException if payload exceed max threshold s… (#3272) @jxu-nflx
  • Fail workflow if input to dynamic fork join task is invalid (#3273) @jxu-nflx
  • Set scheduledTime and startTime with currentTime for all system tasks (#3278) @skorse

Refactor

  • Change TaskType to be string in order to define custom task and taskMappers (#3154) @manan164

Documentation

  • Update technicaldetails.md (#3270) @sks1995