New
v3.14.0
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
- Fixed Docker issues by @JCHacking in https://github.com/Netflix/conductor/pull/3680
- Removing TaskDef retryCount cap of 10. by @hchepey-clari in https://github.com/Netflix/conductor/pull/3729
- Fix docker builds. by @manan164 in https://github.com/Netflix/conductor/pull/3692
- Update WHOSUSING.md by @LuisLainez in https://github.com/Netflix/conductor/pull/3766
- Fix: terminateReason in TERMINATE Task can use JSONPath expression to extract value by @Young-Zen in https://github.com/Netflix/conductor/pull/3772
- Make wait task async. by @manan164 in https://github.com/Netflix/conductor/pull/3775
- Update to Java 17 by @alexmay48 in https://github.com/Netflix/conductor/pull/3733
- feature support nested jsonpath expressions by @ryanmurf in https://github.com/Netflix/conductor/pull/3764
- Fix test runs by @v1r3n in https://github.com/Netflix/conductor/pull/3782
- Wait until calculation fix. by @manan164 in https://github.com/Netflix/conductor/pull/3786