Skip to main content

Conduit 0.5.0 release

· One min read

Conduit v0.5 is out! This release focuses on making Conduit easier to operate as a service, with enhancements aimed at improving usability and functionality for developers building streaming data pipelines.

Key Enhancements

  • Stream Inspector: Enhanced to allow inspection of data as it enters or leaves processors, providing better visibility into data flow.
  • Dead Letter Queues (DLQs): DLQ configuration is now accessible via HTTP and gRPC APIs, along with new metrics to monitor DLQ behavior.
  • New Processors:
    • Parse Json Processor: Converts raw JSON data into structured data.
    • Unwrap Processor: Unwraps records from payloads for both Debezium and Kafka Connect formats.
  • Health Check: A new health check endpoint to verify Conduit’s operational status and connectivity to configured databases.
tip

For a deeper dive into the new features and enhancements in Conduit v0.5, check out our blog post.