C

Conductor (OSS)

C
Conductor (OSS) Dev Tools v3.33.0-rc4

v3.33.0-rc4

What's Changed feat(cassandra): support username/password authentication by @nthmost-orkes in #1623 fix(ai): honor OLLAMA_BASE_URL so a remote Ollama server is actually used by @nthmost-orkes in #1624 [CCOR-13473]enh: support required on ConductorMultiSelect by @najeebkp in #1627 [CCOR-13357] Execute button gives no option to view/edit input parameters before running by @ajlai-orkes in #1601 [CCOR…

C
Conductor (OSS) Dev Tools v3.33.0-rc3

v3.33.0-rc3

What's Changed Fix tool-call selection and naming in the agent event listener by @ambiorix2099 in #1610 enh: add content and user-block slots to BaseLayout (sidebar) by @najeebkp in #1620 Full Changelog: v3.33.0-rc2...v3.33.0-rc3

C
Conductor (OSS) Dev Tools v3.32.4

v3.32.4

v3.32.4 Fixes status-notifier webhook deliveries that failed when the payload contained non-ASCII characters. What's Changed fix(status-notifier): encode the webhook POST body as UTF-8 (#1473) — the status-notifier built its outbound request with StringEntity(data), which defaults to ISO-8859-1 on Apache HttpClient 4.5.x. When a workflow/task payload contained a non-ASCII character (e.g. an en das…

C
Conductor (OSS) Dev Tools v3.33.0-rc2

v3.33.0-rc2

What's Changed fix(status-notifier): use UTF-8 charset in webhook POST body by @shaileshpadave in #1473 [CCOR-13413]enh: add boolean filter control and rename Substring to Contains in DatatableFilter by @najeebkp in #1607 [CCOR-13383]fix:task definition form missing fields by @najeebkp in #1586 Full Changelog: v3.33.0-rc1...v3.33.0-rc2

C
Conductor (OSS) Dev Tools v3.32.3

v3.32.3

v3.32.3 amqp-client and httpcore5 CVE remediation, plus save-error surfacing and agent/UI fixes. What's Changed 🔒 Security fix(deps): bump amqp-client to 5.35.0 and httpcore5/httpcore5-h2 to 5.4.3 — clears CVE-2026-63337, CVE-2026-69219, CVE-2026-69220 (amqp-client) and CVE-2026-54399 (httpcore5) — #1609 (@nthmost-orkes) 🐞 Bug fixes Surface an error when a workflow-definition save is rejected by t…

C
Conductor (OSS) Dev Tools v3.32.2

v3.32.2

v3.32.2 Netty/micrometer CVE remediation, Redis Sentinel auth support, ES8 compatibility, and engine/UI fixes. What's Changed 🔒 Security fix(deps): bump netty to 4.1.136.Final and micrometer (CVE remediation) — #1528 (@nthmost-orkes) 🔧 Configuration / compatibility fix(redis-sentinel): add conductor.redis.sentinelPassword, don't AUTH sentinels by default — restores startup against password-protect…

C
Conductor (OSS) Dev Tools v3.33.0-rc1

v3.33.0-rc1

What's Changed fix(build): bump springdoc to 2.8.6 for Spring Framework 6.2 compatibility by @mp-orkes in #1537 docs: require issue discussion before PR for external contributors by @nthmost-orkes in #1538 Add end to end integration tests and bump coverage to 90% requirement by @ajlai-orkes in #1494 Fix incorrect conductor version when app is loading by @ajlai-orkes in #1511 Clear out workflowDefi…

C
Conductor (OSS) Dev Tools v3.32.2.rc5

v3.32.2.rc5

Merge remote-tracking branch 'origin/main' into feat/hosted-agent-too…

C
Conductor (OSS) Dev Tools v3.32.2.rc4

v3.32.2.rc4

chore(ui): build dist for v3.32.2.rc4 — agent provider runtimes, foun…

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.29: [CCOR-12995] Dedicated scheduler management role (#1588)

fix(ui): schedule search API, overwrite on edit, and self-contained clone dialog Use /scheduler/schedules/search for schedule lists; overwrite=true on edit saves; clone dialog owns the save mutation and handles 409 via form state. Migrate schedulerHooks to TypeScript. Instead of fetching all schedules for the clone dialog, check for existing schedule when doing clone save Use shorter error message…

C
Conductor (OSS) Dev Tools v4.0.0-alpha

v4.0.0-alpha.1: Deserialize OpenSearch responses into Jackson 2 nodes

The OpenSearch java client serialises with Jackson 2, so the type it is asked to deserialize into has to be a Jackson 2 type. The Jackson 3 migration rewrote these ObjectNode type tokens along with everything else, and the Jackson 2 mapper then tried to introspect Jackson 3's ObjectNode as a bean and failed on its overloaded setAll. Only the tokens crossing the client boundary change; the nodes th…

C
Conductor (OSS) Dev Tools v3.32.2.rc2

v3.32.2.rc2

Code changes for Azure Foundry Agent and AWS Bedrock agents +OBO support

C
Conductor (OSS) Dev Tools v3.32.2.rc1

v3.32.2.rc1

RC build with OBO identity passthrough for Azure Foundry agents, Bedrock/Azure Foundry badge types, and UNRESOLVED label fix

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.26

What's Changed Fix inconsistent ES8 workflow state refresh handling by @rajeshwar-nu in #1012 Fix monaco editor context menu paste by forcing loader to use monaco 0.56.0 by @ajlai-orkes in #1541 Full Changelog: v3.32.0-rc.25...v3.32.0-rc.26

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.25

What's Changed fix(build): bump springdoc to 2.8.6 for Spring Framework 6.2 compatibility by @mp-orkes in #1537 docs: require issue discussion before PR for external contributors by @nthmost-orkes in #1538 Add end to end integration tests and bump coverage to 90% requirement by @ajlai-orkes in #1494 Fix incorrect conductor version when app is loading by @ajlai-orkes in #1511 Clear out workflowDefi…

C
Conductor (OSS) Dev Tools v3.32.1

v3.32.1

What's Changed Resolve #1490: CVEs detected in Conductor-OSS 3.32.0-rc.23 dependencies by @v1r3n in #1502 #1451 by @ajlai-orkes in #1519 fix(persistence): index end_time so End Time can be sorted and filtered by @manan164 in #1517 feat(ui): add tooltip and helper text to LLM Chat Complete Instructions field by @pratikshabelwate05 in #1448 fix(agentspan): JOIN only compacts outputs containing state…

C
Conductor (OSS) Dev Tools v3.32.0

v3.32.0

What's Changed fix(ui-next): agent execution renders terminal-failed tasks as running by @bradyyie in #1329 Support for agent task and other UI fixes by @v1r3n in #1338 fix(ui-next): Don't run playwright in Build UI CI by @nthmost-orkes in #1346 Task cancel contract by @v1r3n in #1342 Various bug fixes by @ajlai-orkes in #1343 fix(ui-next): batch of UI bug fixes (status humanize, counters, queue w…

C
Conductor (OSS) Dev Tools v3.4.0

v3.4.0

What's Changed fix(ui-next): agent execution renders terminal-failed tasks as running by @bradyyie in #1329 Support for agent task and other UI fixes by @v1r3n in #1338 fix(ui-next): Don't run playwright in Build UI CI by @nthmost-orkes in #1346 Task cancel contract by @v1r3n in #1342 Various bug fixes by @ajlai-orkes in #1343 fix(ui-next): batch of UI bug fixes (status humanize, counters, queue w…

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.24

What's Changed fix(ci): fix comma-joined report_paths hiding AgentSpan E2E results by @kowser-orkes in #1449 fix(ui): refresh selected agent execution details by @NicholasDCole in #1477 fix(#1437): strip whitespace from env-var API keys in AgentspanAIModelProvider by @shaileshpadave in #1476 fix(ui): suppress HANDOFF badge on leaf agents; drop stale AgentSpan branding by @shaileshpadave in #1481 f…

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.23

What's Changed fix: restore OTLP metrics export removed when conductor-metrics module retired by @pratikshabelwate05 in #1426 fix(azure-foundry): scan content parts for text instead of assuming content[0] is text by @shaileshpadave in #1445 Fixing: Subagent DropDown disappears when toggle is on by @propp-orkes in #1395 Remove sqlite vector by @v1r3n in #1455 Avoid starving system task workers by @…

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.22

What's Changed Prompt Template field + Start Agent event handler action by @bradyyie in #1440 Full Changelog: v3.32.0-rc.21...v3.32.0-rc.22

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.21

Pin agent quickstarts to latest installable SDK releases (#1432) * Pin agent quickstarts to latest SDK release candidates

C
Conductor (OSS) Dev Tools v3.32.0-rc

v3.32.0-rc.20

What's Changed fix(ci): grant permission for agentspan-e2e job by @kowser-orkes in #1430 fix(ui): handle prompt template agent instructions by @NicholasDCole in #1431 pnpm audit high severity fix and fix svg camelCase for clipPath and run prettier by @ajlai-orkes in #1397 Fix Reset and Search button in Scheduler Executions overlaps at specific resolution by @ajlai-orkes in #1392 Full Changelog: v3…

C
Conductor (OSS) Dev Tools v3.32.0-rc19

v3.32.0-rc19

What's Changed fix(azure-foundry): correct OAuth scope and make API version configurable by @shaileshpadave in #1421 fix(agentspan): make host-supplied skill storage optional by @manan164 in #1427 Full Changelog: v3.32.0-rc18...v3.32.0-rc19

C
Conductor (OSS) Dev Tools v3.32.0-rc18

v3.32.0-rc18

What's Changed feat(a2a): expose-all flag to auto-expose all workflows as A2A agents by @shaileshpadave in #1339 fix(ai): default agentType(); fix agent-client registration and OkHttpClient wiring by @manan164 in #1420 Full Changelog: v3.32.0-rc17...v3.32.0-rc18

C
Conductor (OSS) Dev Tools v3.32.0-rc17

v3.32.0-rc17

What's Changed fix(test): treat blank ANTHROPIC_MODEL/OPENAI_MODEL env vars as unset in AgentSpanRegistrationEndToEndTest by @kowser-orkes in #1415 Add test-harness coverage of system-task poll/execute path by @mp-orkes in #1402 feat(file-storage): replace LOCAL storage type with CONDUCTOR by @v1r3n in #1412 Add external agent client infrastructure for Bedrock and Azure Foundry by @shaileshpadave…