v0.9.0
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
- 2b08f0d: Replace deprecated goreleaser argument (#1415) (@hariso)
- 00dbcba: [Feature] Better processors (#1378) (@lovromazgon)
Docker images
To pull the image, you can execute the following command:
docker pull ghcr.io/conduitio/conduit:v0.9.0