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

Releases: Netflix/conductor

v3.15.0

26 Nov 19:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.14.0...v3.15.0

v3.14.0

28 Sep 05:58
a5f3188
Compare
Choose a tag to compare

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: v3.13.8...v3.14.0

v3.13.8

24 Jul 19:14
f4c95a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.13.7...v3.13.8

v3.13.7

08 Jun 14:33
878fcd9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.13.6...v3.13.7

v3.13.6

21 Apr 17:55
d39b4bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.13.5...v3.13.6

v3.13.5

20 Mar 17:01
8c65ec1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.13.3...v3.13.5

v3.13.3

26 Jan 23:44
719677d
Compare
Choose a tag to compare

What’s Changed

New

Refactor

Documentation

Dependency Updates

v3.13.2

18 Oct 22:09
4ee0203
Compare
Choose a tag to compare

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

v3.13.1

17 Oct 18:35
Compare
Choose a tag to compare

Dependencies

  • Removed spring-security-core

Documentation

v3.13.0

14 Oct 20:32
ef57cd8
Compare
Choose a tag to compare

What’s Changed

IMPORTANT

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