Conduit v0.13.4 release
Conduit v0.13.4 is out and comes with a couple of configuration fixes.
Conduit v0.13.4 is out and comes with a couple of configuration fixes.
As part of our 2025 Q1 Champagne week, we finally took a spin on our documentation site and added a dark theme to it.
It was a long-awaited feature, and we're happy to announce that it's finally possible to read our documentation at night without straining your eyes 馃帀.
The theme will automatically change based on your system preferences, but you can also manually switch between light and dark themes using the toggle in the top right corner of the site.
Today, we released Benchi, a minimal yet powerful benchmarking framework that makes it easy to configure and run performance benchmarks for any tool.
We are using Benchi to run performance benchmarks for Conduit and other data streaming tools, ensuring that all tools are tested under the same conditions and that the results are comparable. Check out how we use it in the Streaming Benchmarks repository.
Today, we released a new version of Conduit v0.13.3, adding new builtin processors and fixing a bug when using batching delay on the connector with an older version of our Conduit Connector SDK.
If you're experiencing a validation issue when using sdk.batch.delay
, make sure your connector is using at least Conduit Connector SDK v0.13.2.
Today, we released Conduit v0.13.2 to fix the possibility of building custom Conduit applications after the introduction of our Conduit CLI.
Check out this page for more information on how to build custom Conduit applications.
We're introducing the new MySQL Connector for Conduit, which allows extraction of data from and loading data into MySQL databases. This connector supports dual operation modes, including snapshot and Change Data Capture (CDC) for the source connector, as well as a destination connector for upserting records.
New year, new release! We're excited to announce that Conduit v0.13.0 is off the press. This one includes some features we've been eager to ship for a while now.
In this new release of Conduit 0.13, we're sunsetting the flag pipelines.exit-on-error
we had previously deprecated on this other announcement. Going forward, you can use pipelines.exit-on-degraded
to provide the same functionality.
We'd like to let you know that Conduit v0.12.3 is now out. It contains a fix for an issue related to batching as well as internal improvements.