<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://conduit.io/changelog</id>
    <title>Conduit | Data Integration for Production Data Stores Blog</title>
    <updated>2025-06-13T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://conduit.io/changelog"/>
    <subtitle>Conduit | Data Integration for Production Data Stores Blog</subtitle>
    <icon>https://conduit.io/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Conduit v0.14.0 release]]></title>
        <id>https://conduit.io/changelog/2025-06-13-conduit-0-14-0-release</id>
        <link href="https://conduit.io/changelog/2025-06-13-conduit-0-14-0-release"/>
        <updated>2025-06-13T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're happy to announce the release of Conduit v0.14.0, introducing the split and clone processors, which enables one source record to trigger a write of multiple records in the destination.]]></summary>
        <content type="html"><![CDATA[<p>We're happy to announce the release of Conduit <a href="https://github.com/ConduitIO/conduit/releases/tag/v0.14.0" target="_blank" rel="noopener noreferrer">v0.14.0</a>, introducing the <a href="https://conduit.io/docs/using/processors/builtin/split"><code>split</code></a> and <a href="https://conduit.io/docs/using/processors/builtin/clone"><code>clone</code></a> processors, which enables one source record to trigger a write of multiple records in the destination.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>The new processors return multiple records, which is currently only supported in the new v2 engine. If you want to try them out, you need to start Conduit using <code>conduit run --preview.pipeline-arch-v2</code>.</p></div></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-06-13-conduit-0-14-0-release#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li>New option <code>--connectors.max-receive-record-size</code> in <code>conduit run</code> to configure the record size when using standalone connectors. <a href="https://conduit.io/docs/using/connectors/installing#record-size-limitations">More information</a>.</li>
<li>Processor <a href="https://conduit.io/docs/using/processors/builtin/split"><code>split</code></a> enables you to split an array in a record into separate records. This can be useful in AI pipelines where the input record contains a document and the output is multiple embeddings inserted into a database.</li>
<li>Processor <a href="https://conduit.io/docs/using/processors/builtin/clone"><code>clone</code></a> enables you to clone any record N times. This is useful when one input record needs to be split into multiple collections (tables) on the destination.</li>
<li>Improvements for <code>pipelines init</code> command, which now creates a runnable demo pipeline when no flags are supplied.</li>
</ul>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="release" term="release"/>
        <category label="conduit-release" term="conduit-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit Box Connector v0.1.0]]></title>
        <id>https://conduit.io/changelog/2025-06-09-box-connector-0-1-0</id>
        <link href="https://conduit.io/changelog/2025-06-09-box-connector-0-1-0"/>
        <updated>2025-06-04T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit's ecosystem got richer with the release of a new connector: Box]]></summary>
        <content type="html"><![CDATA[<p>Conduit's ecosystem got richer with the release of a new connector: Box
connector <a href="https://github.com/conduitio-labs/conduit-connector-box/releases/tag/v0.1.0" target="_blank" rel="noopener noreferrer">v0.1.0</a>. This release brings us a destination for Box.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-06-09-box-connector-0-1-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li>We've developed a destination connector for <a href="https://www.box.com/" target="_blank" rel="noopener noreferrer">Box</a>.</li>
<li>The destination connectors support writing chunked files.</li>
<li>The support for chunking comes from using standard OpenCDC metadata. That
means that the Box destination connector can write large files read by other
similar connectors (such as the <a href="https://conduit.io/docs/using/connectors/list/dropbox">Dropbox source connector</a>).</li>
<li>You can download the
connector <a href="https://github.com/conduitio-labs/conduit-connector-box/releases/tag/v0.1.1" target="_blank" rel="noopener noreferrer">here</a>.</li>
<li>To learn how to use and configure the connector, please visit
its <a href="https://conduit.io/docs/using/connectors/list/box">documentation page</a>.</li>
</ul>
<hr>
<p>Have questions or feedback? Join us on <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="destination" term="destination"/>
        <category label="box" term="box"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit HTTP Connector v0.4.0]]></title>
        <id>https://conduit.io/changelog/2025-06-04-http-connector-0-4-0</id>
        <link href="https://conduit.io/changelog/2025-06-04-http-connector-0-4-0"/>
        <updated>2025-06-04T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit HTTP Connector v0.4.0 is now]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/conduitio-labs/conduit-connector-http/releases/tag/v0.4.0" target="_blank" rel="noopener noreferrer">Conduit HTTP Connector v0.4.0</a> is now
available, introducing a new configuration parameter for the source and destination connectors.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-06-04-http-connector-0-4-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li><a href="https://github.com/conduitio-labs/conduit-connector-http/pull/83" target="_blank" rel="noopener noreferrer"><strong>Add a <code>validateConnection</code> configuration parameter</strong></a>
This release adds the new configuration option <code>validateConnection</code>, giving the user the freedom to choose whether to validate the
connection to the HTTP server before streaming data or not. This can be useful if the source or destination's HTTP server
don't support receiving <code>HEAD</code> requests (which is what the connector uses to validate the connection), or if the server
is not expecting such a request. So now the user can choose if the connection will be validated or not.</li>
</ul>
<hr>
<p>Have questions or feedback? Join us on <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For more information, check out the full <a href="https://conduit.io/docs/using/connectors/list/http">HTTP Connector documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="http" term="http"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit Dropbox Connector v0.1.0]]></title>
        <id>https://conduit.io/changelog/2025-06-03-dropbox-connector-0-1-0</id>
        <link href="https://conduit.io/changelog/2025-06-03-dropbox-connector-0-1-0"/>
        <updated>2025-06-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're stepping into June with a new connector, this time]]></summary>
        <content type="html"><![CDATA[<p>We're stepping into June with a new connector, this time
for <a href="https://www.dropbox.com/" target="_blank" rel="noopener noreferrer">Dropbox</a>.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-06-03-dropbox-connector-0-1-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li>We've developed a source and a destination connector.</li>
<li>The source and destination connectors support chunking of large files.</li>
<li>Chunking is done using standard OpenCDC metadata. That means that the Dropbox
can send large files to other similar connectors (such as the upcoming Box
connector). It works the opposite way too!</li>
<li>You can download the
connector <a href="https://github.com/conduitio-labs/conduit-connector-dropbox/releases/tag/v0.1.0" target="_blank" rel="noopener noreferrer">here</a>.</li>
<li>To learn how to use and configure the connector, please visit
its <a href="https://conduit.io/docs/using/connectors/list/dropbox">documentation page</a>.</li>
</ul>
<hr>
<p>Have questions or feedback? Join us on <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="dropbox" term="dropbox"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit Postgres Connector v0.13.0]]></title>
        <id>https://conduit.io/changelog/2025-06-03-postgres-connector-0-13-0</id>
        <link href="https://conduit.io/changelog/2025-06-03-postgres-connector-0-13-0"/>
        <updated>2025-06-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Postgres]]></summary>
        <content type="html"><![CDATA[<p>Postgres
Conduit connector <a href="https://github.com/ConduitIO/conduit-connector-postgres/releases/tag/v0.13.0" target="_blank" rel="noopener noreferrer">v0.13.0</a>
is out! It brings 14% more throughout in our benchmarks, and it also improves
support for <code>NUMERIC</code>/<code>DECIMAL</code> types.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-06-03-postgres-connector-0-13-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li>We refactored how we move logical replication messages in the connector and
achieved a 14% boost in performance (verified through our benchmarks). Here's
the relevant
PR: <a href="https://github.com/ConduitIO/conduit-connector-postgres/pull/284" target="_blank" rel="noopener noreferrer">#284</a>.</li>
<li>We also improved support for the <code>NUMERIC</code>/<code>DECIMAL</code> type in Postgres. So far,
we were reading it only if it can fit into an <code>int64</code> or <code>float64</code>. Now, the
connector reads them as <code>big.Rat</code> values. For the curious ones, here's the
PR: <a href="https://github.com/ConduitIO/conduit-connector-postgres/pull/290" target="_blank" rel="noopener noreferrer">#290</a>.</li>
</ul>
<hr>
<p>Have questions or feedback? Join us on <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="postgres" term="postgres"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit v0.13.6 release]]></title>
        <id>https://conduit.io/changelog/2025-06-02-conduit-0-13-6-release</id>
        <link href="https://conduit.io/changelog/2025-06-02-conduit-0-13-6-release"/>
        <updated>2025-06-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[The Conduit team is happy to announce the release of]]></summary>
        <content type="html"><![CDATA[<p>The Conduit team is happy to announce the release of
Conduit <a href="https://github.com/ConduitIO/conduit/releases/tag/v0.13.6" target="_blank" rel="noopener noreferrer">v0.13.6</a>.
This release comes with a few bug fixes and the addition of a new flag for <code>run</code>.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-information">More information<a href="https://conduit.io/changelog/2025-06-02-conduit-0-13-6-release#more-information" class="hash-link" aria-label="Direct link to More information" title="Direct link to More information">​</a></h3>
<ul>
<li>Fix processor task handling filtered records (pipeline architecture
v2) <a href="https://github.com/ConduitIO/conduit/pull/2257" target="_blank" rel="noopener noreferrer">#2257</a></li>
<li>New option <code>--connectors.max-receive-record-size</code> in <code>conduit run</code> to
configure the record size when using standalone
connectors. <a href="https://conduit.io/docs/using/connectors/installing#record-size-limitations">More information</a>.</li>
<li>Read symbolic links in the <code>pipelines</code>
directory <a href="https://github.com/ConduitIO/conduit/pull/2298" target="_blank" rel="noopener noreferrer">#2298</a></li>
<li>The destination of Cohere processors is now
configurable <a href="https://github.com/ConduitIO/conduit/issues/2231" target="_blank" rel="noopener noreferrer">#2231</a></li>
<li>Under certain circumstances, a pipeline with multiple connectors cannot be
provisioned using a configuration file. We fixed that
in <a href="https://github.com/ConduitIO/conduit/pull/2314" target="_blank" rel="noopener noreferrer">#2314</a>.</li>
</ul>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="release" term="release"/>
        <category label="conduit-release" term="conduit-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit HTTP Connector v0.3.0]]></title>
        <id>https://conduit.io/changelog/2025-06-02-http-connector-0-3-0</id>
        <link href="https://conduit.io/changelog/2025-06-02-http-connector-0-3-0"/>
        <updated>2025-06-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're excited to announce the release of one of our most useful connectors, the Conduit HTTP Connector, as version 0.3.0.]]></summary>
        <content type="html"><![CDATA[<p>We're excited to announce the release of one of our most useful connectors, the <a href="https://conduit.io/docs/using/connectors/list/http">Conduit HTTP Connector</a>, as version <a href="https://github.com/conduitio-labs/conduit-connector-http/releases/tag/v0.3.0" target="_blank" rel="noopener noreferrer">0.3.0</a>.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-06-02-http-connector-0-3-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<p>This update incorporates the latest <a href="https://github.com/ConduitIO/conduit-connector-sdk/releases/tag/v0.13.4" target="_blank" rel="noopener noreferrer">Conduit Connector SDK</a>, making it possible to add it as a <a href="https://conduit.io/docs/using/connectors/additional-built-in-plugins">built-in connector to your Conduit build</a> using the latest Conduit version.</p>
<hr>
<p>Have questions or feedback? Join us on <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For more information, check out the full <a href="https://conduit.io/docs/using/connectors/list/http">HTTP Connector documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="http" term="http"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[New Conduit DynamoDB Destination Connector v0.4.0]]></title>
        <id>https://conduit.io/changelog/2025-05-29-dynamodb-connector-0-4-0</id>
        <link href="https://conduit.io/changelog/2025-05-29-dynamodb-connector-0-4-0"/>
        <updated>2025-05-29T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit DynamoDB Connector v0.4.0 is]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/conduitio-labs/conduit-connector-dynamodb/releases/tag/v0.4.0" target="_blank" rel="noopener noreferrer">Conduit DynamoDB Connector v0.4.0</a> is
now available, introducing the <strong>DynamoDB Destination Connector</strong>!</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-05-29-dynamodb-connector-0-4-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li><a href="https://github.com/conduitio-labs/conduit-connector-dynamodb/pull/150" target="_blank" rel="noopener noreferrer"><strong>DynamoDB Destination Connector Added</strong></a>
This release brings a destination connector to complement the existing DynamoDB source. It supports all standard
operations: <code>snapshot</code>, <code>insert</code>, <code>update</code>, and <code>delete</code>, making it easier to stream data into DynamoDB tables from
other sources.</li>
</ul>
<hr>
<p>Have questions or feedback? Join us on <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord</a>.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For more information, check out the full <a href="https://conduit.io/docs/using/connectors/list/dynamodb">DynamoDB Connector documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="dynamodb" term="dynamodb"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[New Conduit InfluxDB Connector]]></title>
        <id>https://conduit.io/changelog/2025-05-28-influxdb-connector-0-1-0</id>
        <link href="https://conduit.io/changelog/2025-05-28-influxdb-connector-0-1-0"/>
        <updated>2025-05-28T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Today, we're adding a new Connector to our extensive list of Connectors. Conduit InfluxDB Connector v0.1.0 is now available, and ready to use as both source and destination connector.]]></summary>
        <content type="html"><![CDATA[<p>Today, we're adding a new Connector to our extensive <a href="https://conduit.io/docs/using/connectors/list">list of Connectors</a>. <a href="https://github.com/conduitio-labs/conduit-connector-influxdb/releases/tag/v0.1.0" target="_blank" rel="noopener noreferrer">Conduit InfluxDB Connector v0.1.0</a> is now available, and ready to use as both source and destination connector.</p>
<p>If you're using <a href="https://www.influxdata.com/" target="_blank" rel="noopener noreferrer">InfluxDB</a>, you're ready to use it with Conduit as a <a href="https://conduit.io/docs/core-concepts#standalone-connector">standalone connector</a>, or as part of a custom <a href="https://conduit.io/docs/developing/connectors/using-a-custom-connector">Conduit Build</a>.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For detailed setup and configuration instructions, refer to our <a href="https://conduit.io/docs/using/connectors/list/influxdb">documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="influxdb" term="influxdb"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit v0.13.5 release]]></title>
        <id>https://conduit.io/changelog/2025-05-20-conduit-0-13-5-release</id>
        <link href="https://conduit.io/changelog/2025-05-20-conduit-0-13-5-release"/>
        <updated>2025-05-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're happy to announce the release of Conduit v0.13.5, introducing a new Ollama processor, and several bug fixes and improvements.]]></summary>
        <content type="html"><![CDATA[<p>We're happy to announce the release of Conduit <a href="https://github.com/ConduitIO/conduit/releases/tag/v0.13.5" target="_blank" rel="noopener noreferrer">v0.13.5</a>, introducing a new <a href="https://conduit.io/docs/using/processors/builtin/ollama">Ollama processor</a>, and several bug fixes and improvements.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-information">More information<a href="https://conduit.io/changelog/2025-05-20-conduit-0-13-5-release#more-information" class="hash-link" aria-label="Direct link to More information" title="Direct link to More information">​</a></h3>
<ul>
<li><a href="https://github.com/ConduitIO/conduit/pull/2227" target="_blank" rel="noopener noreferrer">Add a new Ollama Processor as built-in processor</a>.</li>
<li><a href="https://github.com/ConduitIO/conduit/pull/2260" target="_blank" rel="noopener noreferrer">Add the ability to easily configure Processor Plugins when building a custom Conduit</a>. Check out the <a href="https://conduit.io/docs/using/processors/additional-built-in-plugins">documentation page for more information</a>. Thanks <a href="https://github.com/nickchomey" target="_blank" rel="noopener noreferrer">@nickchomey</a> for the contribution!</li>
<li><a href="https://github.com/ConduitIO/conduit/pull/2271" target="_blank" rel="noopener noreferrer">New configuration option <code>preview.pipeline-arch-v2-disable-metrics</code> to disable metrics for the new pipeline architecture</a>.</li>
<li><a href="https://github.com/ConduitIO/ecdysis/issues/25" target="_blank" rel="noopener noreferrer">Fixes a bug where the ENV variable <code>CONDUIT_CONFIG_PATH</code> didn't seem to work propertly</a>.</li>
<li><a href="https://github.com/ConduitIO/conduit-processor-sdk/issues/111" target="_blank" rel="noopener noreferrer">Fixes a bug when using the default processor middleware</a>.</li>
</ul>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>Check out the <a href="https://conduit.io/docs/using/processors/builtin/ollama">Ollama processor documentation</a> for more information on how to use it.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="release" term="release"/>
        <category label="conduit-release" term="conduit-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit RabbitMQ Connector v0.4.0]]></title>
        <id>https://conduit.io/changelog/2025-20-20-rabbitmq-connector-0-4-0</id>
        <link href="https://conduit.io/changelog/2025-20-20-rabbitmq-connector-0-4-0"/>
        <updated>2025-05-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit RabbitMQ Connector v0.4.0 is now available, introducing new features and improvements to enhance functionality and reliability.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/conduitio-labs/conduit-connector-rabbitmq/releases/tag/v0.4.0" target="_blank" rel="noopener noreferrer">Conduit RabbitMQ Connector v0.4.0</a> is now available, introducing new features and improvements to enhance functionality and reliability.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-20-20-rabbitmq-connector-0-4-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li><a href="https://github.com/conduitio-labs/conduit-connector-rabbitmq/pull/72" target="_blank" rel="noopener noreferrer"><strong>Add settings for skipping queue and exchange declare call</strong></a>. You can now configure the connector to skip declaring queues and exchanges, providing more flexibility for advanced RabbitMQ setups by <a href="https://github.com/rauanmayemir" target="_blank" rel="noopener noreferrer">@rauanmayemir</a>.</li>
<li><a href="https://github.com/conduitio-labs/conduit-connector-rabbitmq/pull/75" target="_blank" rel="noopener noreferrer"><strong>Implement publisher confirmations</strong></a>. Added support for publisher confirmations, improving message delivery reliability by <a href="https://github.com/alarbada" target="_blank" rel="noopener noreferrer">@alarbada</a>.</li>
</ul>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a>.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For detailed setup and configuration instructions, refer to our <a href="https://conduit.io/docs/using/connectors/list/rabbitmq">documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="rabbitmq" term="rabbitmq"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit DynamoDB Connector v0.3.1]]></title>
        <id>https://conduit.io/changelog/2025-05-16-dynamodb-connector-0-3-1</id>
        <link href="https://conduit.io/changelog/2025-05-16-dynamodb-connector-0-3-1"/>
        <updated>2025-05-16T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit DynamoDB Connector v0.3.1 is]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/conduitio-labs/conduit-connector-dynamodb/releases/tag/v0.3.1" target="_blank" rel="noopener noreferrer">Conduit DynamoDB Connector v0.3.1</a> is
now available, introducing a new feature for AWS authentication.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-05-16-dynamodb-connector-0-3-1#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li><a href="https://github.com/conduitio-labs/conduit-connector-dynamodb/pull/164" target="_blank" rel="noopener noreferrer"><strong>Make AWS credentials optional with fallback to default credential chain</strong></a>.
This change allows the connector to authenticate with AWS using either static credentials or AWS default config chain,
providing more flexibility in how the connector accesses DynamoDB resources. Thanks <a href="https://github.com/annsway" target="_blank" rel="noopener noreferrer">@annsway</a> for the contribution!</li>
</ul>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a>.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For more information, check out the <a href="https://conduit.io/docs/using/connectors/list/dynamodb">DynamoDB Connector documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="dynamodb" term="dynamodb"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit MySQL Connector v0.2.0]]></title>
        <id>https://conduit.io/changelog/2025-05-12-mysql-connector-0-2-0</id>
        <link href="https://conduit.io/changelog/2025-05-12-mysql-connector-0-2-0"/>
        <updated>2025-05-12T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit MySQL Connector v0.2.0 is now available, introducing new features, bug fixes, and improvements to enhance functionality and reliability.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/conduitio-labs/conduit-connector-mysql/releases/tag/v0.2.0" target="_blank" rel="noopener noreferrer">Conduit MySQL Connector v0.2.0</a> is now available, introducing new features, bug fixes, and improvements to enhance functionality and reliability.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-05-12-mysql-connector-0-2-0#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li><a href="https://github.com/conduitio-labs/conduit-connector-mysql/pull/114" target="_blank" rel="noopener noreferrer"><strong>Record Batch Support and Multi-Collection Mode</strong></a>. Added support for processing records in batches and introduced multi-collection mode for better flexibility by <a href="https://github.com/alarbada" target="_blank" rel="noopener noreferrer">@alarbada</a>.</li>
<li><a href="https://github.com/conduitio-labs/conduit-connector-mysql/pull/141" target="_blank" rel="noopener noreferrer"><strong>New <code>snapshot.enabled</code> Source Configuration Parameter</strong></a>. Introduced a <code>snapshot.enabled</code> parameter to allow users to skip the initial snapshot phase when configuring the source by <a href="https://github.com/alarbada" target="_blank" rel="noopener noreferrer">@alarbada</a>. (note: this was initially introduced by <a href="https://github.com/conduitio-labs/conduit-connector-mysql/pull/131" target="_blank" rel="noopener noreferrer">#131</a>).</li>
<li><a href="https://github.com/conduitio-labs/conduit-connector-mysql/pull/107" target="_blank" rel="noopener noreferrer"><strong>Composite Key Support</strong></a>. Added support for composite keys, enabling more complex primary key configurations by <a href="https://github.com/alarbada" target="_blank" rel="noopener noreferrer">@alarbada</a>.</li>
<li><a href="https://github.com/conduitio-labs/conduit-connector-mysql/pull/124" target="_blank" rel="noopener noreferrer"><strong>Regex Support for Canal CDC Iterator</strong></a>. Enhanced the Canal CDC iterator to accept regex patterns for more granular control over data processing by <a href="https://github.com/nickchomey" target="_blank" rel="noopener noreferrer">@nickchomey</a>.</li>
<li><a href="https://github.com/conduitio-labs/conduit-connector-mysql/pull/115" target="_blank" rel="noopener noreferrer"><strong>Improved Schema Generation</strong></a>. Fixed an issue where certain MySQL types containing integers in parentheses were not handled correctly during schema generation by <a href="https://github.com/derElektrobesen" target="_blank" rel="noopener noreferrer">@derElektrobesen</a>.</li>
<li><a href="https://github.com/conduitio-labs/conduit-connector-mysql/pull/120" target="_blank" rel="noopener noreferrer"><strong>Bug Fix: CDC Iterator Record Loss</strong></a>. Fixed a bug where some records could be lost during CDC iterator reads by <a href="https://github.com/derElektrobesen" target="_blank" rel="noopener noreferrer">@derElektrobesen</a>.</li>
</ul>
<p>Thanks to the contributions from our community, we are able to continuously improve the <a href="https://conduit.io/docs/using/connectors/list/mysql">Conduit MySQL Connector</a>. We appreciate your feedback and support!</p>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a>.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For detailed setup and configuration instructions, refer to our <a href="https://conduit.io/docs/using/connectors/list/mysql">documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="mysql" term="mysql"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[New Conduit Google Drive Connector]]></title>
        <id>https://conduit.io/changelog/2025-05-08-google-drive-connector</id>
        <link href="https://conduit.io/changelog/2025-05-08-google-drive-connector"/>
        <updated>2025-05-08T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're introducing the new Google Drive Connector for Conduit, a destination-only connector that enables you to stream files directly into Google Drive from your Conduit pipelines. This is ideal for backing up data, sharing generated documents, or integrating file output into cloud workflows.]]></summary>
        <content type="html"><![CDATA[<p>We're introducing the new <strong>Google Drive Connector for Conduit</strong>, a destination-only connector that enables you to stream files directly into Google Drive from your Conduit pipelines. This is ideal for backing up data, sharing generated documents, or integrating file output into cloud workflows.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="key-highlights">Key Highlights<a href="https://conduit.io/changelog/2025-05-08-google-drive-connector#key-highlights" class="hash-link" aria-label="Direct link to Key Highlights" title="Direct link to Key Highlights">​</a></h3>
<ul>
<li><strong>Destination-only connector</strong></li>
<li><strong>Create + Stream operations supported</strong></li>
<li><strong>Target specific folders</strong>: Control where files are stored in Drive.</li>
</ul>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For detailed setup and configuration instructions, refer to our <a href="https://conduit.io/docs/using/connectors/list/google-drive">documentation</a>.</p></div></div>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a></p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="google-drive" term="google-drive"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit DynamoDB Connector v0.3.0]]></title>
        <id>https://conduit.io/changelog/2025-05-07-dynamodb-connector-0-3-0</id>
        <link href="https://conduit.io/changelog/2025-05-07-dynamodb-connector-0-3-0"/>
        <updated>2025-05-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Today, we released Conduit DynamoDB Connector v0.3.0, adding the ability to connnect to the source connector with a session token via aws.sessionToken to help those users who can't use IAM roles.]]></summary>
        <content type="html"><![CDATA[<p>Today, we released <a href="https://github.com/conduitio-labs/conduit-connector-dynamodb/releases/tag/v0.3.0" target="_blank" rel="noopener noreferrer">Conduit DynamoDB Connector v0.3.0</a>, adding the ability to connnect to the source connector with a session token via <code>aws.sessionToken</code> to help those users who can't use IAM roles.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-information">More information<a href="https://conduit.io/changelog/2025-05-07-dynamodb-connector-0-3-0#more-information" class="hash-link" aria-label="Direct link to More information" title="Direct link to More information">​</a></h3>
<p>New source field <code>aws.sessionToken</code> to connect to the source connector with a session token.</p>
<div class="language-yaml codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-yaml codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token key atrule">version</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token number">2.2</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain"></span><span class="token key atrule">pipelines</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  </span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain"> </span><span class="token key atrule">id</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> example</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    </span><span class="token key atrule">status</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> running</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    </span><span class="token key atrule">connectors</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      </span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain"> </span><span class="token key atrule">id</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> example</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token key atrule">plugin</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(255, 121, 198)">"dynamodb"</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token key atrule">settings</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># AWS temporary session token. Note that to keep the connector running</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># long-term, you should use an IAM user with no temporary session</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># token. If the session token is used, then the connector will fail</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># once it expires.</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># Type: string</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># Required: no</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token key atrule">aws.sessionToken</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(255, 121, 198)">""</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<div class="theme-admonition theme-admonition-warning admonition_xJq3 alert alert--warning"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"></path></svg></span>warning</div><div class="admonitionContent_BuS1"><p>We still recommend our users to use IAM roles instead of session tokens, as the session token will expire and the connector will stop working. If you need to use a session token, make sure to refresh it periodically.</p><p>Here's what we recommend using instead:</p><div class="language-yaml codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-yaml codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token key atrule">version</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token number">2.2</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain"></span><span class="token key atrule">pipelines</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  </span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain"> </span><span class="token key atrule">id</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> example</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    </span><span class="token key atrule">status</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> running</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    </span><span class="token key atrule">connectors</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      </span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain"> </span><span class="token key atrule">id</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> example</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token key atrule">plugin</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(255, 121, 198)">"dynamodb"</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token key atrule">settings</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># AWS access key id.</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># Type: string</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># Required: yes</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token key atrule">aws.accessKeyId</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(255, 121, 198)">""</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># AWS secret access key.</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># Type: string</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token comment" style="color:rgb(98, 114, 164)"># Required: yes</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token key atrule">aws.secretAccessKey</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(255, 121, 198)">""</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div><p>This is a temporary solution until we implement a more robust way to handle session tokens.</p></div></div>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a></p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For more information, check out the <a href="https://conduit.io/docs/using/connectors/list/dynamodb">DynamoDB Connector documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="dynamodb" term="dynamodb"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit Postgres Connector v0.12.0]]></title>
        <id>https://conduit.io/changelog/2025-05-06-postgres-connector-0-12-0</id>
        <link href="https://conduit.io/changelog/2025-05-06-postgres-connector-0-12-0"/>
        <updated>2025-05-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit Postgres Connector v0.12.0 is now available, and it will be part of the next Conduit release as a builtin connector, making use of the the new Connector SDK ReadN method, and adding validation for the logical replication slot name.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/ConduitIO/conduit-connector-postgres/releases/tag/v0.12.0" target="_blank" rel="noopener noreferrer">Conduit Postgres Connector v0.12.0</a> is now available, and it will be part of the next Conduit release as a <a href="https://conduit.io/docs/core-concepts#built-in-connector">builtin connector</a>, making use of the the new Connector SDK <code>ReadN</code> method, and adding validation for the logical replication slot name.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-information">More information<a href="https://conduit.io/changelog/2025-05-06-postgres-connector-0-12-0#more-information" class="hash-link" aria-label="Direct link to More information" title="Direct link to More information">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="readn-addition"><a href="https://github.com/ConduitIO/conduit-connector-postgres/pull/276" target="_blank" rel="noopener noreferrer"><code>ReadN</code> addition</a><a href="https://conduit.io/changelog/2025-05-06-postgres-connector-0-12-0#readn-addition" class="hash-link" aria-label="Direct link to readn-addition" title="Direct link to readn-addition">​</a></h4>
<p>Since the introduction of <a href="https://github.com/ConduitIO/conduit-connector-sdk/pull/193" target="_blank" rel="noopener noreferrer">end-to-end batching on the Connector SDK</a>, (part of the <a href="https://github.com/ConduitIO/conduit-connector-sdk/releases/tag/v0.12.0" target="_blank" rel="noopener noreferrer">Connector SDK 0.12.0</a>), source connectors could add support for batching by implementing the <code>ReadN</code> method.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="validating-logical-replication-slot-name"><a href="https://github.com/ConduitIO/conduit-connector-postgres/pull/280" target="_blank" rel="noopener noreferrer">Validating logical replication slot name</a><a href="https://conduit.io/changelog/2025-05-06-postgres-connector-0-12-0#validating-logical-replication-slot-name" class="hash-link" aria-label="Direct link to validating-logical-replication-slot-name" title="Direct link to validating-logical-replication-slot-name">​</a></h4>
<p>This validation was introduced by one of our newest Conduit users. Thanks <a href="https://github.com/rauanmayemir" target="_blank" rel="noopener noreferrer">Rauan Mayemir</a>!</p>
<p>Rauan reported that publications are fine with special characters in the name, but not replication slots, so with Conduit Connector Postgres <a href="https://github.com/ConduitIO/conduit-connector-postgres/releases/tag/v0.12.0" target="_blank" rel="noopener noreferrer">0.12.0</a>, you can ensure that the replication slot name is valid before starting the connector.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For more information, check out the <a href="https://conduit.io/docs/using/connectors/list/postgres">Postgres Connector documentation</a>.</p></div></div>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a>!</p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="postgres" term="postgres"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit RabbitMQ Connector v0.3.0]]></title>
        <id>https://conduit.io/changelog/2025-05-06-rabbitmq-connector-0-3-0</id>
        <link href="https://conduit.io/changelog/2025-05-06-rabbitmq-connector-0-3-0"/>
        <updated>2025-05-06T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit RabbitMQ Connector v0.3.0 was released today, propagating AMQP 0.9 headers via OpenCDC headers, and with a breaking change on the routingKey, but this will make it more flexible to use with other connectors by utilizing Go templates.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/conduitio-labs/conduit-connector-rabbitmq/releases/tag/v0.3.0" target="_blank" rel="noopener noreferrer">Conduit RabbitMQ Connector v0.3.0</a> was released today, propagating AMQP 0.9 headers via OpenCDC headers, and with a breaking change on the <code>routingKey</code>, but this will make it more flexible to use with other connectors by utilizing <a href="https://pkg.go.dev/text/template" target="_blank" rel="noopener noreferrer">Go templates</a>.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="changes">Changes<a href="https://conduit.io/changelog/2025-05-06-rabbitmq-connector-0-3-0#changes" class="hash-link" aria-label="Direct link to Changes" title="Direct link to Changes">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="docker-image-update">Docker Image Update<a href="https://conduit.io/changelog/2025-05-06-rabbitmq-connector-0-3-0#docker-image-update" class="hash-link" aria-label="Direct link to Docker Image Update" title="Direct link to Docker Image Update">​</a></h4>
<p>The RabbitMQ Docker image has been updated to version ⁠4.1, ensuring compatibility with the latest RabbitMQ features and improvements.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="metadata-propagation-to-rabbitmq-headers">Metadata Propagation to RabbitMQ Headers<a href="https://conduit.io/changelog/2025-05-06-rabbitmq-connector-0-3-0#metadata-propagation-to-rabbitmq-headers" class="hash-link" aria-label="Direct link to Metadata Propagation to RabbitMQ Headers" title="Direct link to Metadata Propagation to RabbitMQ Headers">​</a></h4>
<p>Record metadata keys prefixed with <code>rabbitmq.header.</code> are now propagated to AMQP 0.9 headers (and vice versa).</p>
<p>This feature allows users to pass custom headers when publishing messages to RabbitMQ.</p>
<p><strong>Example:</strong></p>
<div class="language-yaml codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-yaml codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token key atrule">version</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token number">2.2</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain"></span><span class="token key atrule">pipelines</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  </span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain"> </span><span class="token key atrule">id</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> rabbitmq</span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain">headers</span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain">example</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">    </span><span class="token key atrule">connectors</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      </span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain"> </span><span class="token key atrule">id</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> source</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token comment" style="color:rgb(98, 114, 164)"># other connector configuration</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token key atrule">processors</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain"> </span><span class="token key atrule">id</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> add</span><span class="token punctuation" style="color:rgb(248, 248, 242)">-</span><span class="token plain">headers</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            </span><span class="token key atrule">plugin</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> builtin</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain">field.set</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">            </span><span class="token key atrule">settings</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">              </span><span class="token key atrule">field</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> metadata.rabbitmq.header.app_id</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">              </span><span class="token key atrule">value</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(255, 121, 198)">"inventory-service"</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">      </span><span class="token key atrule">destination</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token key atrule">plugin</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"> rabbitmq</span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">        </span><span class="token key atrule">config</span><span class="token punctuation" style="color:rgb(248, 248, 242)">:</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">          </span><span class="token punctuation" style="color:rgb(248, 248, 242)">...</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<p>In this example, the messages sent to RabbitMQ will include <code>app_id</code> in the headers:</p>
<div class="language-json codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-json codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token punctuation" style="color:rgb(248, 248, 242)">{</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain">  </span><span class="token property">"app_id"</span><span class="token operator">:</span><span class="token plain"> </span><span class="token string" style="color:rgb(255, 121, 198)">"inventory-service"</span><span class="token punctuation" style="color:rgb(248, 248, 242)">,</span><span class="token plain"></span><br></span><span class="token-line" style="color:#F8F8F2"><span class="token plain"></span><span class="token punctuation" style="color:rgb(248, 248, 242)">}</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="routingkey-as-a-go-template">RoutingKey as a Go Template<a href="https://conduit.io/changelog/2025-05-06-rabbitmq-connector-0-3-0#routingkey-as-a-go-template" class="hash-link" aria-label="Direct link to RoutingKey as a Go Template" title="Direct link to RoutingKey as a Go Template">​</a></h4>
<p>The <code>routingKey</code> configuration now supports <a href="https://pkg.go.dev/text/template" target="_blank" rel="noopener noreferrer">Go templates</a>, enabling dynamic routing key generation based on metadata.</p>
<ul>
<li><strong>Breaking Change</strong>: This replaces the previous static <code>routingKey</code> implementation.</li>
<li><strong>Improvement</strong>: Users can now use a single pipeline with a processor to set <code>rabbitmq.routingKey</code> dynamically, reducing the need for multiple pipelines.</li>
</ul>
<p>Example: A processor can set <code>rabbitmq.routingKey</code> to a desired value, which will then be used as the topic exchange routing key.</p>
<p>Thanks <a href="https://github.com/rauanmayemir" target="_blank" rel="noopener noreferrer">@rauanmayemir</a> for these contributions!</p>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a></p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>For more information, check out the <a href="https://conduit.io/docs/using/connectors/list/rabbitmq">RabbitMQ Connector documentation</a>.</p></div></div>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="connector" term="connector"/>
        <category label="rabbitmq" term="rabbitmq"/>
        <category label="release" term="release"/>
        <category label="connector-release" term="connector-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Ecdysis v0.4.2 release]]></title>
        <id>https://conduit.io/changelog/2025-04-23-ecdysis-0-4-2-release</id>
        <link href="https://conduit.io/changelog/2025-04-23-ecdysis-0-4-2-release"/>
        <updated>2025-04-23T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Ecdysis v0.4.2 was released and will be part of the next Conduit release fixing an issue with the environment variable CONDUITCONFIGPATH.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/ConduitIO/ecdysis/releases/tag/v0.4.2" target="_blank" rel="noopener noreferrer">Ecdysis v0.4.2</a> was released and will be part of the next Conduit release fixing an issue with the environment variable <code>CONDUIT_CONFIG_PATH</code>.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-information">More information<a href="https://conduit.io/changelog/2025-04-23-ecdysis-0-4-2-release#more-information" class="hash-link" aria-label="Direct link to More information" title="Direct link to More information">​</a></h3>
<p>Thanks to the report by one of our community members, we identified <a href="https://github.com/ConduitIO/ecdysis/issues/25" target="_blank" rel="noopener noreferrer">a bug in ecdysis</a> that caused the environment variable <code>CONDUIT_CONFIG_PATH</code> not to be respected.</p>
<p>This environment variable is used to specify the path to the configuration file for Conduit, and it's one way to set the configuration for Conduit (check out the docs for <a href="https://conduit.io/docs/configuration#environment-variables">more information</a>).</p>
<p>This was added to Conduit on <a href="https://github.com/ConduitIO/conduit/pull/2261" target="_blank" rel="noopener noreferrer">this pull-request</a>, and will be part of the next Conduit release.</p>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>Until the next Conduit release, you can change the default path to the configuration file using the <code>--config.path</code> flag when using the <a href="https://conduit.io/docs/cli">Conduit CLI</a>. For example:</p><div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#F8F8F2;--prism-background-color:#282A36"><div class="codeBlockContent_biex"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#F8F8F2;background-color:#282A36"><code class="codeBlockLines_e6Vv"><span class="token-line" style="color:#F8F8F2"><span class="token plain">conduit run </span><span class="token parameter variable" style="color:rgb(189, 147, 249);font-style:italic">--config.path</span><span class="token plain"> /path/to/conduit.yaml</span><br></span></code></pre><div class="buttonGroup__atx"><button type="button" aria-label="Copy code to clipboard" title="Copy" class="clean-btn"><span class="copyButtonIcons_eSgA" aria-hidden="true"><svg viewBox="0 0 24 24" class="copyButtonIcon_y97N"><path fill="currentColor" d="M19,21H8V7H19M19,5H8A2,2 0 0,0 6,7V21A2,2 0 0,0 8,23H19A2,2 0 0,0 21,21V7A2,2 0 0,0 19,5M16,1H4A2,2 0 0,0 2,3V17H4V3H16V1Z"></path></svg><svg viewBox="0 0 24 24" class="copyButtonSuccessIcon_LjdS"><path fill="currentColor" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"></path></svg></span></button></div></div></div></div></div>
<p>If you have any questions, or more feedback feel free to join our <a href="https://discord.meroxa.com/" target="_blank" rel="noopener noreferrer">Discord Community</a>!</p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="ecdysis" term="ecdysis"/>
        <category label="release" term="release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit v0.13.4 release]]></title>
        <id>https://conduit.io/changelog/2025-04-10-conduit-0-13-4-release</id>
        <link href="https://conduit.io/changelog/2025-04-10-conduit-0-13-4-release"/>
        <updated>2025-04-10T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Conduit v0.13.4 is out and comes with a couple of configuration fixes.]]></summary>
        <content type="html"><![CDATA[<p><a href="https://github.com/ConduitIO/conduit/releases/tag/v0.13.4" target="_blank" rel="noopener noreferrer">Conduit v0.13.4</a> is out and comes with a couple of configuration fixes.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-information">More information<a href="https://conduit.io/changelog/2025-04-10-conduit-0-13-4-release#more-information" class="hash-link" aria-label="Direct link to More information" title="Direct link to More information">​</a></h3>
<p>v0.13.4 comes with two fixes for configuration parameters that contain a dash
(<code>-</code>) in their names. The fixes are:</p>
<ul>
<li><a href="https://github.com/ConduitIO/conduit/issues/2206" target="_blank" rel="noopener noreferrer">Bug: Certain environment variables are not respected</a></li>
<li><a href="https://github.com/ConduitIO/conduit/pull/2244" target="_blank" rel="noopener noreferrer">Fix configuration for the Postgres connection string</a></li>
</ul>
<p>Thanks to one of our community members that let us know about the Postgres
connection string bug!</p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="release" term="release"/>
        <category label="conduit-release" term="conduit-release"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Conduit Docs with a Dark Theme]]></title>
        <id>https://conduit.io/changelog/2025-03-28-conduit-docs-dark</id>
        <link href="https://conduit.io/changelog/2025-03-28-conduit-docs-dark"/>
        <updated>2025-03-28T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[As part of our 2025 Q1 Champagne week, we finally took a spin on our documentation site and added a dark theme to it.]]></summary>
        <content type="html"><![CDATA[<p>As part of our 2025 Q1 Champagne week, we finally took a spin on our documentation site and added a dark theme to it.</p>
<p>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 🎉.</p>
<p>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.</p>
<p><img decoding="async" loading="lazy" src="https://static.scarf.sh/a.png?x-pxid=b43cda70-9a98-4938-8857-471cc05e99c5" alt="scarf pixel conduit-site-changelog" class="img_ev3q"></p>]]></content>
        <category label="conduit" term="conduit"/>
        <category label="ui" term="ui"/>
    </entry>
</feed>