Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 15:16
· 166 commits to main since this release
7601e06

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