Download Latest Version redpanda-connect-lambda_4.101.0_linux_amd64.zip (91.2 MB)
Email in envelope

Get an email when there's a new version of Benthos

Home / v4.98.0
Name Modified Size InfoDownloads / Week
Parent folder
redpanda-connect-4.98.0-1.aarch64.rpm 2026-06-26 82.5 MB
redpanda-connect-4.98.0-1.aarch64.rpm.sha256 2026-06-26 64 Bytes
redpanda-connect-4.98.0-1.x86_64.rpm 2026-06-26 93.1 MB
redpanda-connect-4.98.0-1.x86_64.rpm.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_amd64.deb 2026-06-26 92.9 MB
redpanda-connect_4.98.0_amd64.deb.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_arm64.deb 2026-06-26 82.5 MB
redpanda-connect_4.98.0_arm64.deb.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_darwin_amd64.tar.gz 2026-06-26 95.3 MB
redpanda-connect_4.98.0_darwin_amd64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_darwin_arm64.tar.gz 2026-06-26 87.1 MB
redpanda-connect_4.98.0_darwin_arm64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_linux_amd64.tar.gz 2026-06-26 93.0 MB
redpanda-connect_4.98.0_linux_amd64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_linux_arm64.tar.gz 2026-06-26 82.6 MB
redpanda-connect_4.98.0_linux_arm64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_windows_amd64.tar.gz 2026-06-26 95.0 MB
redpanda-connect_4.98.0_windows_amd64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect_4.98.0_windows_arm64.tar.gz 2026-06-26 82.8 MB
redpanda-connect_4.98.0_windows_arm64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect-cloud_4.98.0_darwin_amd64.tar.gz 2026-06-26 95.5 MB
redpanda-connect-cloud_4.98.0_darwin_amd64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect-cloud_4.98.0_darwin_arm64.tar.gz 2026-06-26 87.3 MB
redpanda-connect-cloud_4.98.0_darwin_arm64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect-cloud_4.98.0_linux_amd64.tar.gz 2026-06-26 93.2 MB
redpanda-connect-cloud_4.98.0_linux_amd64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect-cloud_4.98.0_linux_arm64.tar.gz 2026-06-26 82.8 MB
redpanda-connect-cloud_4.98.0_linux_arm64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect-fips-4.98.0-1.x86_64.rpm 2026-06-26 93.8 MB
redpanda-connect-fips-4.98.0-1.x86_64.rpm.sha256 2026-06-26 64 Bytes
redpanda-connect-fips_4.98.0_amd64.deb 2026-06-26 93.7 MB
redpanda-connect-fips_4.98.0_amd64.deb.sha256 2026-06-26 64 Bytes
redpanda-connect-fips_4.98.0_linux_amd64.tar.gz 2026-06-26 93.7 MB
redpanda-connect-fips_4.98.0_linux_amd64.tar.gz.sha256 2026-06-26 64 Bytes
redpanda-connect-lambda-al2_4.98.0_linux_arm64.zip 2026-06-26 80.8 MB
redpanda-connect-lambda_4.98.0_linux_amd64.zip.sha256 2026-06-26 64 Bytes
redpanda-connect-lambda-al2_4.98.0_linux_amd64.zip 2026-06-26 91.1 MB
redpanda-connect-lambda-al2_4.98.0_linux_amd64.zip.sha256 2026-06-26 64 Bytes
redpanda-connect-lambda-al2_4.98.0_linux_arm64.zip.sha256 2026-06-26 64 Bytes
redpanda-connect-lambda_4.98.0_linux_amd64.zip 2026-06-26 91.1 MB
redpanda-connect-cgo_4.98.0_linux_amd64.tar.gz 2026-06-26 172.7 MB
redpanda-connect-cgo_4.98.0_linux_amd64.tar.gz.sha256 2026-06-26 64 Bytes
README.md 2026-06-26 2.5 kB
v4.98.0 source code.tar.gz 2026-06-26 2.9 MB
v4.98.0 source code.zip 2026-06-26 4.6 MB
Totals: 45 Items   2.0 GB 0

For installation instructions check out the getting started guide.

Added

  • postgres_cdc: PostgreSQL CDC events now include commit_ts_ms metadata field with the transaction commit timestamp for insert, update, and delete operations. (@josephwoodward, #4554)

Fixed

  • aws_dynamodb_cdc: DynamoDB Streams connector now recovers from expired shard iterators by re-acquiring fresh iterators from the last read position, eliminating data gaps on prolonged backpressure or idle periods. (@squiidz, #4545)
  • file: File output now validates paths to reject OS-specific invalid characters (colons on macOS, control characters and special chars on Windows, NUL on all platforms) that cause silent data loss. (@twmb, #4053)
  • oracledb_cdc: Fixed goroutine leak in streaming reconnect loop and added time-to-first-row metric for LogMiner performance tracking. (@josephwoodward, #4540)

Changed

  • general: try_catch processor is now available in cloud distributions alongside other try/catch processors. (@josephwoodward, #4562)
  • oracledb_cdc: Snapshot messages now include the current SCN in metadata, improving CDC standard conformance for change data capture operations. (@josephwoodward, #4542)
  • sentry: Migrated sentry_capture processor to sentry-go v0.47.0 by attaching extras as a context instead of the removed SetExtras API. (@twmb, #4549)

Unreleased

Fixed

  • aws_dynamodb_cdc: The CDC input now recovers automatically from an expired DynamoDB Streams shard iterator (ExpiredIteratorException), which previously caused an affected shard to retry the dead iterator indefinitely and stall until a pod restart. The shard now obtains a fresh iterator and resumes from the last read position without a data gap.

The full change log can be found here.

Source: README.md, updated 2026-06-26