| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| conductor-lite-3.30.0.jar | 2026-05-21 | 395.3 MB | |
| README.md | 2026-05-21 | 13.2 kB | |
| v3.30.0 source code.tar.gz | 2026-05-21 | 10.7 MB | |
| v3.30.0 source code.zip | 2026-05-21 | 13.2 MB | |
| Totals: 4 Items | 419.2 MB | 0 | |
What's Changed
- e2e test suite by @v1r3n in https://github.com/conductor-oss/conductor/pull/900
- Fix ES8 ILM rollover template aliases by @rajeshwar-nu in https://github.com/conductor-oss/conductor/pull/936
- Refactor redis and upgrade jedis by @v1r3n in https://github.com/conductor-oss/conductor/pull/927
- fix(ai): resolve Claude assistant message prefill error by @v1r3n in https://github.com/conductor-oss/conductor/pull/943
- Fix the link to Getting Started in the README.md by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/945
- feat: extract conductor-redis-api — move JedisCommands and UnifiedJedisCommands to a standalone module by @mp-orkes in https://github.com/conductor-oss/conductor/pull/948
- chore: remove accidentally committed TaskType.class file by @mp-orkes in https://github.com/conductor-oss/conductor/pull/947
- fix(persistence): strip single quotes from search query values by @v1r3n in https://github.com/conductor-oss/conductor/pull/950
- build(deps): bump node-forge from 1.3.2 to 1.4.0 in /ui by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/932
- build(deps): bump lodash-es from 4.17.21 to 4.18.1 in /ui by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/952
- build(deps): bump path-to-regexp from 8.3.0 to 8.4.0 in /ui-next by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/940
- build(deps): bump com.h2database:h2 from 2.2.224 to 2.4.240 by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/913
- build(deps): bump com.google.protobuf:protoc from 3.25.5 to 4.34.1 by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/912
- build(deps): bump pnpm/action-setup from 4 to 5 by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/910
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/841
- build(deps): bump lodash from 4.17.21 to 4.18.1 in /ui by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/953
- build(deps): bump org.graalvm.sdk:graal-sdk from 24.1.0 to 25.0.2 by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/816
- build(deps): bump org.graalvm.js:js-scriptengine from 24.1.0 to 25.0.2 by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/909
- build(deps): bump org.opensearch:opensearch-testcontainers from 2.1.2 to 4.1.0 by @dependabot[bot] in https://github.com/conductor-oss/conductor/pull/911
- Revert "build(deps): bump com.google.protobuf:protoc from 3.25.5 to 4.34.1" by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/962
- Push up 60 second code example for the Java SDK -- Also downgrade Protobuff, upgrade Polyglot, downgrade testcontainers by @NicholasDCole in https://github.com/conductor-oss/conductor/pull/949
- build: add dependency pinning system (#964) by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/965
- fix: remove Python-specific example from bug report template by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/956
- fix: use correct JS SDK package in quickstart worker example by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/975
- fix: use mutable map for tool call args in LLMHelper by @v1r3n in https://github.com/conductor-oss/conductor/pull/976
- /api/version endpoint to return actual version from manifest by @v1r3n in https://github.com/conductor-oss/conductor/pull/977
- feat: Workflow Message Queue (WMQ) — push messages into running workflows by @mp-orkes in https://github.com/conductor-oss/conductor/pull/982
- fix: onboarding quickstart accuracy improvements by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/930
- docs: fix busy-wait loop in quickstart Python worker by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/981
- Fixes failing test harness by @rajeshwar-nu in https://github.com/conductor-oss/conductor/pull/984
- PR-951 Restore Redis Sentinel auth and support multiple sentinel addresses in redis-lock by @rajeshwar-nu in https://github.com/conductor-oss/conductor/pull/951
- feat: wildcard search and sub-workflow filtering by @v1r3n in https://github.com/conductor-oss/conductor/pull/996
- feat: add useSSL and trustCert fields to GrpcServiceDefDto by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/999
- fix: conductor_server.sh — download JAR to ~/.conductor-cli/, show progress by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/990
- fix: replace broken jq pipeline with plain async start for WORKFLOW_ID capture by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/1003
- fix(redis): load Redis connection beans when Redis is used for queues by @bulgarian-beast in https://github.com/conductor-oss/conductor/pull/992
- Fix standalone and sentinel Redis command retries by @uri-simspace in https://github.com/conductor-oss/conductor/pull/997
- Use mcp-core instead of mcp and remove dead MCP client code by @sergio-u-simspace in https://github.com/conductor-oss/conductor/pull/998
- UI reorganization by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1002
- feat: add missing integration icons by @najeebkp in https://github.com/conductor-oss/conductor/pull/993
- docs: remove Adoptium link from README prerequisites by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/986
- fix: remove GitHub account from CLAUDE.md by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1016
- fix: slow GET /metadata/workflow — Redis cache + UI switch to names-and-versions (#844) by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/974
- chore: remove tags dashboard (enterprise-only feature) by @najeebkp in https://github.com/conductor-oss/conductor/pull/941
- feat: add CONNECTED_APPS_ENABLED flag and integration icon type map by @najeebkp in https://github.com/conductor-oss/conductor/pull/935
- Clean up during CI by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1023
- fix: prevent DO_WHILE horizontal overlap inside FORK_JOIN by @najeebkp in https://github.com/conductor-oss/conductor/pull/1032
- Improve task retry policy by @v1r3n in https://github.com/conductor-oss/conductor/pull/1031
- Fix flaky tests on test-harness by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1040
- fix: DO_WHILE + SWITCH premature iteration advancement when async task completes before successor is scheduled by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/1001
- Remove Spring AI provider SDKs and add native tools by @v1r3n in https://github.com/conductor-oss/conductor/pull/1046
- revert: remove boundary timer fields from task input parameters by @najeebkp in https://github.com/conductor-oss/conductor/pull/1044
- docs: add monitoring and callback patterns for Human tasks by @meichuanyi in https://github.com/conductor-oss/conductor/pull/1037
- feat(file-storage) Initial implementation for file storage feature by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1022
- fix(ci): correct ElementTree truthiness bug in e2e summary script by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/1050
- Update to jdbc workers by @v1r3n in https://github.com/conductor-oss/conductor/pull/1049
- docs: fix jq pipeline in quickstart (field name + drop broken tail -1) by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/988
- Package updates by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1033
- feat:add MCP integration types and wire doc links in workflow editor by @najeebkp in https://github.com/conductor-oss/conductor/pull/1051
- Update Tomcat version to 10.1.54 by @tomwatkins1994 in https://github.com/conductor-oss/conductor/pull/1036
- Remove unnecessary switch style that's causing misalignment issues by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1052
- Fix/assistant by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1063
- perf: Add per-workflow /versions API with lazy UI version loading by @akhilpathivada in https://github.com/conductor-oss/conductor/pull/1019
- Add scheduler to conductor oss from orkes by @v1r3n in https://github.com/conductor-oss/conductor/pull/1064
- fix: OpenSearch OOM kills, postgres:latest pin, and startup.sh flag ordering by @nthmost-orkes in https://github.com/conductor-oss/conductor/pull/1043
- Documentation for file storage feature by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1062
- Update project title in README by @v1r3n in https://github.com/conductor-oss/conductor/pull/1070
- hot-fix:downgrade reaflow version from 5.4.1 to 5.1.2 as the diagram breaks by @najeebkp in https://github.com/conductor-oss/conductor/pull/1071
- Deny access to some classes in js evaluator, deny host access in python evaluator by @c4lm in https://github.com/conductor-oss/conductor/pull/1057
- fix:Remove AI_TASKS from OSS supportedTasks to avoid duplicates with enterprise plugin by @najeebkp in https://github.com/conductor-oss/conductor/pull/1075
- resolve ${...} expressions in subWorkflowParam.workflowDefinition at … by @v1r3n in https://github.com/conductor-oss/conductor/pull/1068
- Revert "fix:Remove AI_TASKS from OSS supportedTasks to avoid duplicat… by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1077
- perf: Optimize workflow name dropdowns with /names API by @akhilpathivada in https://github.com/conductor-oss/conductor/pull/1013
- Change Redis cluster port mapping to work on mac by @kowser-orkes in https://github.com/conductor-oss/conductor/pull/1061
- Add playwright tests by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1082
- Adds reasoning / chain-of-thought summary support across all AI providers by @v1r3n in https://github.com/conductor-oss/conductor/pull/1085
- Fix to run ci.yml on all changes since there is branch protection in … by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1092
- feat: add AWS_S3 and HUBSPOT integration types by @najeebkp in https://github.com/conductor-oss/conductor/pull/1091
- hot-fix:show task doc URL for non-MCP task types by @najeebkp in https://github.com/conductor-oss/conductor/pull/1093
- CDX-580 AI Prompts - add json response option and include saving of temperature, topP, stopwords by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1089
- Feature/assistant improvements by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1080
- fix(amqp): skip ack when using exchange as ack is only meaningful for queues by @sergio-u-simspace in https://github.com/conductor-oss/conductor/pull/1069
- Improve SUB_WORKFLOW reliability, recovery, and scalability by @rajeshwar-nu in https://github.com/conductor-oss/conductor/pull/973
- Make PostgresLockDAO reentrant by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1088
- fix(ui): crash on New Workflow Definition (null key in useFetch) by @mp-orkes in https://github.com/conductor-oss/conductor/pull/1101
- fix: make SubWorkflow id derivation task-intrinsic so idempotency catches the race by @v1r3n in https://github.com/conductor-oss/conductor/pull/1099
- perf(inline): cut Inline task latency via Context pool, shared Engine, Source cache, native deep-copy by @v1r3n in https://github.com/conductor-oss/conductor/pull/1100
- Convert original ui tests to playwright by @ajlai-orkes in https://github.com/conductor-oss/conductor/pull/1102
- perf(ai): unified OkHttp3 transport with shared bean, retry, and Gemini REST migration by @v1r3n in https://github.com/conductor-oss/conductor/pull/1112
- refactor:rename TaskType.MCP to INTEGRATION; clean -mcp suffix from integration types by @najeebkp in https://github.com/conductor-oss/conductor/pull/1114
- fix(ai): gate loop assistant-prefill injection on provider capability by @v1r3n in https://github.com/conductor-oss/conductor/pull/1115
- fix(redis): release postponed task when concurrencyLimit slot frees by @manan164 in https://github.com/conductor-oss/conductor/pull/1105
- refactor(metrics): make Monitors self-contained; MetricsCollector becomes a registry wiring bean by @shaileshpadave in https://github.com/conductor-oss/conductor/pull/1059
New Contributors
- @NicholasDCole made their first contribution in https://github.com/conductor-oss/conductor/pull/945
- @bulgarian-beast made their first contribution in https://github.com/conductor-oss/conductor/pull/992
- @sergio-u-simspace made their first contribution in https://github.com/conductor-oss/conductor/pull/998
- @kowser-orkes made their first contribution in https://github.com/conductor-oss/conductor/pull/1040
- @meichuanyi made their first contribution in https://github.com/conductor-oss/conductor/pull/1037
- @tomwatkins1994 made their first contribution in https://github.com/conductor-oss/conductor/pull/1036
Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.23.0...v3.30.0