Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 16:24
· 454 commits to main since this release
00dbcba

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