bc-bdi changelog
The Boomi Companion bc-bdi (Boomi Data Integration) changelog highlights top updates per month. Releases containing only internal changes are omitted from the changelog.
For the full list of changes, refer to bc-bdi GitHub changelog.
August 2026 - Versions 0.2.1 – 0.2.3
We added these features
- Changelog now ships with the skill folder - The skill folder includes the changelog, so you can review release history from the plugin without leaving Boomi Companion.
- Resilient async operation polling - Async operation polling now tolerates up to 3 consecutive transport failures, preventing long-running operations from failing due to transient network errors.
- Documented
bdi-cdc.sh geterror behavior - Documented the two HTTP 400 responses returned bybdi-cdc.sh getand its non-zero exit code for each, making failure handling easier to script against. - And more...
We fixed these issues
- Credentials and presigned URLs kept out of curl's command line - curl calls no longer pass credentials or presigned URLs as command-line arguments, preventing exposure in process listings or logs.
- And more...
Checkout August 2026 commit history
July 2026 - Versions 0.1.1 – 0.2.0
We added these features
- bc-bdi plugin and boomi-bdi skill - Initial release of
bc-bdi, a new plugin that lets you build and manage Boomi Data Integration flows directly through Boomi Companion. Supports common operations including source-to-target and CDC flows, connections, environments, and variables. - Flow-authoring references and JSON-based flow creation - Added authoring references for source-to-target, CDC, and logic flows, and expanded scope so flows can be authored directly from agent-generated JSON instead of an existing template.
- CDC operations support - Added
bdi-cdc.shfor managing Change Data Capture offsets and lifecycle operations, so CDC flows can be monitored and recovered without the console. - Environment management - Added
bdi-env.shfor environment CRUD operations and audit-event reads, extending scriptable management beyond flows and connections. - And more...
We fixed these issues
.envcredential handling hardened -.envnow loads viasource ./.envinstead of$PATHresolution, and its contents are no longer exported to child processes, preventing credential leakage.- And more...
Checkout July 2026 commit history
Was this topic helpful?