Skip to content

Releases: ConduitIO/conduit

v0.11.1

07 Aug 17:02
8670c8a
Compare
Choose a tag to compare

Changelog

Release Artifacts

OSX Darwin

Linux

Windows

Docker images

To pull the image, you can execute the following command:

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.11.1

conduit-release-view

v0.11.0

07 Aug 15:16
7601e06
Compare
Choose a tag to compare

Schema Support:

  • Introduced comprehensive schema support, allowing schemas to be attached to records.
  • Integrated a built-in schema registry, with the option to use an external schema registry.
  • Enhanced standalone connectors to retain type information.

Connector Improvements:

  • Introduced middleware for automatic schema handling in built-in connectors and processors.
  • Postgres Connector:
    • Added support for incremental snapshots in logical replication mode.
    • Improved management of logical replication slots.

Processor Improvements:

  • error
    • Introduced an error processor to send records to DLQ or fail the pipeline based on conditions.
  • webhook.http
    • Added the ability to specify headers in the webhook.http processor.
  • field.convert
    • Extended to support conversion to Go time.Time objects, handling unix nano timestamps and RFC3339 formatted dates.
  • avro.encode and avro.decode
    • Updated to use Conduit’s built-in schema registry.

Internal Improvements:

  • Fixed bug causing a panic when trying to run a partial pipeline.

Changelog

Release Artifacts

OSX Darwin

Linux

Windows

Docker images

To pull the image, you can execute the following command:

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.11.0

v0.10.3

25 Jun 15:42
b90bec7
Compare
Choose a tag to compare

Changelog

Release Artifacts

OSX Darwin

Linux

Windows

Docker images

To pull the image, you can execute the following command:

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.10.3

v0.10.2

14 Jun 17:46
8304d42
Compare
Choose a tag to compare

Changelog

Release Artifacts

OSX Darwin

Linux

Windows

Docker images

To pull the image, you can execute the following command:

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.10.2

v0.10.1

02 Jun 14:31
504ebbc
Compare
Choose a tag to compare

Changelog

Release Artifacts

OSX Darwin

Linux

Windows

Docker images

To pull the image, you can execute the following command:

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.10.1

v0.10.0

25 Apr 16:36
9ea03b5
Compare
Choose a tag to compare

What's new?

This release focuses on improving connector functionality regarding multiple collections and record routing. You can read more about this on our documentation page.

It also improves the webhook.http processor to allow the usage of record data in the URL. More information can be found here.

Changelog

Release Artifacts

OSX Darwin

Linux

Windows

Docker images

To pull the image, you can execute the following command:

docker pull conduit.docker.scarf.sh/conduitio/conduit:v0.10.0

scarf pixel

v0.9.1

02 Apr 17:55
1ac0964
Compare
Choose a tag to compare

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.9.1

v0.9.0

07 Mar 16:24
00dbcba
Compare
Choose a tag to compare

This release contains a major overhaul of Conduit processors. Builtin processors have been rewritten from scratch and now provide more powerful ways to transform the data and can target any field in the record. Additionally, we have added the ability to write standalone WASM processors, which allows you to manipulate records in your language of choice while keeping the processor as performant as a built-in processor. Check out the processor SDK for information about building your custom processor.

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.9.0

v0.8.1

07 Mar 12:51
f872e9d
Compare
Choose a tag to compare

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.8.1

v0.8.0

09 Nov 15:51
be0b79c
Compare
Choose a tag to compare

Changelog

Docker images

To pull the image, you can execute the following command:

docker pull ghcr.io/conduitio/conduit:v0.8.0