Waiting for engine...
Skip to main content

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.

July 2026 - Versions 0.1.1 – 0.2.0

New
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.sh for managing Change Data Capture offsets and lifecycle operations, so CDC flows can be monitored and recovered without the console.
  • Environment management - Added bdi-env.sh for environment CRUD operations and audit-event reads, extending scriptable management beyond flows and connections.
  • And more...
Fix
We fixed these issues
  • .env credential handling hardened - .env now loads via source ./.env instead of $PATH resolution, and its contents are no longer exported to child processes, preventing credential leakage.
  • And more...

Checkout July 2026 commit history