Skip to main content

Conduit 0.3.0 release

· One min read

Conduit v0.3 is ready for use, and this release enhances the tool's capabilities for moving data within your infrastructure.

What’s New

  • OpenCDC Support: Conduit now supports OpenCDC, providing consistent payload formats for Change Data Capture (CDC) across connectors. Note that this introduces a breaking change in the Connector SDK; connectors not updated for v0.3 will only work with v0.2.
  • Pipeline Configuration File: You can now configure pipelines using a static YAML file, making it easier to manage and version control your pipeline configurations.
  • JavaScript Processors: Transform data using JavaScript to handle tasks like removing personally identifiable information before it reaches downstream systems. This feature allows for the injection of processors at various points in the pipeline.
tip

For more details on the new features in Conduit v0.3, check out our blog post.