This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v3.6.0
What’s New
- 🚀 UI for editing task and workflow definitions 🚀 (#2847) @peterlau
- Added support for sub workflow in loop task (#2807) @manan164
Bug fixes
- Fix isolated task queue polling (#2848) @aravindanr
- Local only lock fix (#2814) @manan164
Refactor
- DO_WHILE improvement - Check only for current iteration task to get completed. (#2804) @manan164
- External payload is handled transparently in ExecutionDAOFacade (#2835) @aravindanr
Documentation
Dependency Updates
- Bump spotbugs-gradle-plugin from 4.6.2 to 4.7.5 (#2849) @dependabot
- Bump guava from 25.1-jre to 31.1-jre (#2841) @dependabot
- Bump nebula.netflixoss from 10.4.0 to 10.6.0 (#2846) @dependabot
- Bump com.gradle.enterprise from 3.4.1 to 3.8.1 (#2844) @dependabot
- Bump spotless-plugin-gradle from 5.+ to 6.3.0 (#2843) @dependabot
v3.5.3
What’s Changed
- Add previousStatus filed to WorkflowModel (#2816) @jxu-nflx
- ModelMapper.getLeanCopy() copies tasks (#2829) @aravindanr
- [UI] Optimize display format of task logs (#2787) @howaric
- AMQP enhancements for resiliency and concurrency (#2587) @venkathangella
New
- add termination reason param to terminate task (#2771) @apanicker-nflx
Documentation
- Fix the path to architecture diagram (#2798) @prafullkotecha
- Update apispec.md - remove ack API mention (#2795) @pratik-p
- docs update (#2776) @dougsillars
Dependency Updates
- Bump io.spring.dependency-management from 1.0.9.RELEASE to 1.0.11.RELEASE (#2825) @dependabot
- Bump xstream from 1.4.18 to 1.4.19 (#2824) @dependabot
- Bump protobuf-java from 3.5.1 to 3.19.4 (#2732) @dependabot
- Bump protobuf-gradle-plugin from 0.8.15 to 0.8.18 (#2822) @dependabot
- Bump org.sonarqube from 3.1.1 to 3.3 (#2821) @dependabot
- Bump javapoet from 1.11.+ to 1.13.0 (#2823) @dependabot
- Bump gradle-extra-configurations-plugin from 5.0.3 to 7.0.0 (#2735) @dependabot
- Bump handlebars from 4.0.+ to 4.3.0 (#2673) @dependabot
- Bump com.google.protobuf from 0.8.15 to 0.8.18 (#2672) @dependabot
v3.5.2
v3.5.1
What’s Changed
Bug Fixes
- Sub workflow / parent workflow interaction fix (#2739) @aravindanr
Refactor
- Use domain models in default queues (#2745) @apanicker-nflx
v3.5.0
What’s Changed
IMPORTANT
- Separate object models into domain model and DTO (#2702) @apanicker-nflx
New
v2.31.8
IMPORTANT
2.31.8
is the final release of the 2.31
branch. The 2.x
version of Conductor is no longer supported.
What's Changed
- #2638 removed health-guice library and other related dependencies by @aravindanr in #2720
Full Changelog: v2.31.7...v2.31.8
v3.4.2
What’s Changed
New
- Implement PSQL based object storage for Conductor (#2683) @Vasyl-9
- Support task level thread counts (#2695) @jxu-nflx
Bug Fixes
- Bug 2678- tcp protocol support for es6 (#2688) @deoramanas
- Hide com.google.protobuf.Any from Swagger introspection (#2704) @aravindanr
Refactor
- Added formatting plugin (#2687) @jxu-nflx
- Rework Metrics API to reduce possibility of empty values in tags (#2675) @jeremy-l-ford
Dependency Updates
- Updated openapi version to 1.6.+ (#2680) @apanicker-nflx
v2.31.7
What’s Changed
- Bump log4j to 2.17.0 to fix log4shell vulnerability (#2674) @flavioschuindt