| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-09-28 | 2.2 kB | |
| v3.14.0 source code.tar.gz | 2023-09-28 | 6.1 MB | |
| v3.14.0 source code.zip | 2023-09-28 | 7.0 MB | |
| Totals: 3 Items | 13.1 MB | 1 | |
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
- Fix validation error handling in workflow/task editor by @Young-Zen in https://github.com/Netflix/conductor/pull/3779
- issue-3719: Fix for http task stuck due to NPE by @saksham2105 in https://github.com/Netflix/conductor/pull/3756
- Introducing a Noop task to allow for switch decision cases to have "no" tasks by @wildMythicWest in https://github.com/Netflix/conductor/pull/3787
New Contributors
- @JCHacking made their first contribution in https://github.com/Netflix/conductor/pull/3680
- @LuisLainez made their first contribution in https://github.com/Netflix/conductor/pull/3766
- @Young-Zen made their first contribution in https://github.com/Netflix/conductor/pull/3772
- @ryanmurf made their first contribution in https://github.com/Netflix/conductor/pull/3764
- @saksham2105 made their first contribution in https://github.com/Netflix/conductor/pull/3756
- @wildMythicWest made their first contribution in https://github.com/Netflix/conductor/pull/3787
Full Changelog: https://github.com/Netflix/conductor/compare/v3.13.8...v3.14.0