| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-03 | 1.7 kB | |
| v3.32.2 source code.tar.gz | 2026-09-03 | 14.4 MB | |
| v3.32.2 source code.zip | 2026-09-03 | 17.4 MB | |
| Totals: 3 Items | 31.9 MB | 0 | |
What's Changed
A bugfix + security patch release on top of v3.32.1. This release deliberately excludes the schema registry feature (#1592) and other feature work on main, delivering only security and bug fixes.
π Security
- fix(deps): bump netty to 4.1.136.Final and micrometer (CVE remediation) β [#1528]
π§ Configuration / compatibility
- fix(redis-sentinel): add
conductor.redis.sentinelPassword, don't AUTH sentinels by default β restores startup against password-protected-master / unauthenticated-sentinel setups (fixes [#1577]) β [#1578] - Make ES8 backwards compatible for the introduction of the
classifierfield β [#1549] - fix(build): bump springdoc to 2.8.6 for Spring Framework 6.2 compatibility β [#1537]
π Engine / persistence fixes
- fix(core): propagate CANCELED instead of FAILED from JOIN when a forked branch is canceled β [#1425]
- Clear out
workflowDefinitionin subworkflow param if it was touched then cleared β [#1542] - Fix Postgres metadata status codes (fixes [#1569]) β [#1571]
- Fix inconsistent ES8 workflow state refresh handling β [#1012]
π₯οΈ UI fixes
- Fix incorrect Conductor version shown when the app is loading β [#1511]
- Fix default home-path resolution after auth β [#1526]
- Fix monaco editor context-menu paste by forcing loader to use monaco 0.56.0 β [#1541]
- Fix workflow diagram "Export to image" (unresponsive / draft export / switch node) β [#1572]
- fix(ui): escape non-ASCII chars in workflow save body to prevent WAF corruption β [#1540]
Full Changelog: https://github.com/conductor-oss/conductor/compare/v3.32.1...v3.32.2