This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Releases: Netflix/conductor
Releases · Netflix/conductor
v3.8.2
What’s Changed
- Add Supercharge (#3006) @martonbtoth
- Update logo in README and Swagger UI (#2990) @peterlau
- Documentation Site Update (#2989) @peterlau
Bug Fixes
- Optional subworkflow task (#2974) @jxu-nflx
- DO_WHILE task, loop over tasks can access iteration value (#2968) @aravindanr
Refactor
Dependency Updates
- Bump com.gradle.enterprise from 3.10 to 3.10.1 (#3002) @dependabot
- Bump spring-boot-gradle-plugin from 2.3.12.RELEASE to 2.6.7 (#2948) @dependabot
- Upgrade to Spring Boot 2.6.6 (#2934) @aravindanr
v3.8.1
New
- New api to query queue size based on task type and domain (#2972) @aravindanr
- Only allow rerun on terminal workflows (#2973) @apanicker-nflx
- Add visual Loop representation. (#2963) @pablocubico
- Redis password authentication support (#2950) @jmigueprieto
- Add an ack request for each task polled from queue, when polling in batches (#2954) @gardusig
Bug Fixes
- Fix update with large payload task result (#2982) @apanicker-nflx
- Fix for NPE when header values are null (#2964) @muralicmr
Documentation
- Java SDK spelling fixes and absolute URLs (#2915) @dougsillars
- Update documentation for loop task (DO_WHILE) (#2965) @manan164
v3.8.0
IMPORTANT
Move community contributed modules to conductor-community
v3.8.0-rc.10
Test run community repo release triggered by main repo release
v3.8.0-rc.1
What's Changed
- Move community contributed modules to conductor-community
- Test run community repo release triggered by main repo release
v3.7.3
Bug Fixes
- Corrected the tokenization logic in CassandraMetadataDAO (#2953) @aravindanr
- Reinstated the null check for TaskModel (#2933) @aravindanr
Refactor
- Remove guava from common module; Handle exceptions in sweeper (#2923) @apanicker-nflx
- Allow Overriding of IDGenerator (#2910) @v1r3n
Documentation
- Updated related.md to add conductor sdks (#2952) @CherishSantoshi
- #2913 fixed dead links (#2929) @aravindanr
Dependency Updates
- Bump com.gradle.enterprise from 3.9 to 3.10 (#2947) @dependabot
- Bump protobuf-java from 3.20.0 to 3.20.1 (#2946) @dependabot
v3.7.2
v3.7.1
v3.7.0
IMPORTANT
New
Bug Fixes
- Event handler for loop over task. (#2883) @manan164
- Disable ES in local docker config (#2895) @NickTomlin
Refactor
- TaskMapperContext refactoring. (#2872) @aravindanr
- Documentation updates (#2887) @aravindanr
- Integration test for dynamic fork with subworkflow external storage (#2657) @apanicker-nflx
Dependency Updates
- Bump protobuf-java from 3.19.4 to 3.20.0 (#2902) @dependabot
- Bump cglib from 3.2.4 to 3.3.0 (#2901) @dependabot
v3.6.1
What’s New
- A task type,
START_WORKFLOW
. (#2870) @aravindanr - [UI] Replace react-json-view with Monaco editor @peterlau
Bugs
- Fix NullPointerException for string compare (#2860) @jxu-nflx
- UI Fixes @peterlau
- Do not shift graph on side panel appearance
- Persist selected task
- Fix wrong icon in retry dropdown
- Show elapsed time for currently running tasks
- Fix workflow search sort order not restored from URL
Refactor
- Ensure that input/output are correctly represented in transfer objects (#2864) @aravindanr
- Golang client updates (#2857) @v1r3n
- [UI] Refactor data access hooks (react-query) for improved encapsulation @peterlau
Dependency Updates
- Bump com.gradle.enterprise from 3.8.1 to 3.9 (#2862) @dependabot
- [UI] Commit yarn.lock and force resolutions to remediate dependabot alerts @peterlau