Download Latest Version redpanda-connect-lambda_4.110.0_linux_amd64.zip (93.7 MB) Google Add to Preferred Sources
Home / v4.109.0
Name Modified Size InfoDownloads / Week
Parent folder
redpanda-connect-4.109.0-1.aarch64.rpm 2026-09-10 84.8 MB
redpanda-connect-4.109.0-1.aarch64.rpm.sha256 2026-09-10 64 Bytes
redpanda-connect-4.109.0-1.x86_64.rpm 2026-09-10 95.5 MB
redpanda-connect-4.109.0-1.x86_64.rpm.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_amd64.deb 2026-09-10 95.5 MB
redpanda-connect_4.109.0_amd64.deb.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_arm64.deb 2026-09-10 84.8 MB
redpanda-connect_4.109.0_arm64.deb.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_darwin_amd64.tar.gz 2026-09-10 97.8 MB
redpanda-connect_4.109.0_darwin_amd64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_darwin_arm64.tar.gz 2026-09-10 89.5 MB
redpanda-connect_4.109.0_darwin_arm64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_linux_amd64.tar.gz 2026-09-10 95.6 MB
redpanda-connect_4.109.0_linux_amd64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_linux_arm64.tar.gz 2026-09-10 84.9 MB
redpanda-connect_4.109.0_linux_arm64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_windows_amd64.tar.gz 2026-09-10 97.7 MB
redpanda-connect_4.109.0_windows_amd64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect_4.109.0_windows_arm64.tar.gz 2026-09-10 85.1 MB
redpanda-connect_4.109.0_windows_arm64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect-cloud_4.109.0_darwin_amd64.tar.gz 2026-09-10 98.0 MB
redpanda-connect-cloud_4.109.0_darwin_amd64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect-cloud_4.109.0_darwin_arm64.tar.gz 2026-09-10 89.7 MB
redpanda-connect-cloud_4.109.0_darwin_arm64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect-cloud_4.109.0_linux_amd64.tar.gz 2026-09-10 95.8 MB
redpanda-connect-cloud_4.109.0_linux_amd64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect-cloud_4.109.0_linux_arm64.tar.gz 2026-09-10 85.0 MB
redpanda-connect-cloud_4.109.0_linux_arm64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect-lambda-al2_4.109.0_linux_amd64.zip 2026-09-10 93.6 MB
redpanda-connect-lambda-al2_4.109.0_linux_amd64.zip.sha256 2026-09-10 64 Bytes
redpanda-connect-lambda-al2_4.109.0_linux_arm64.zip 2026-09-10 83.2 MB
redpanda-connect-lambda-al2_4.109.0_linux_arm64.zip.sha256 2026-09-10 64 Bytes
redpanda-connect-lambda_4.109.0_linux_amd64.zip 2026-09-10 93.6 MB
redpanda-connect-lambda_4.109.0_linux_amd64.zip.sha256 2026-09-10 64 Bytes
redpanda-connect-fips-4.109.0-1.x86_64.rpm 2026-09-10 96.2 MB
redpanda-connect-fips-4.109.0-1.x86_64.rpm.sha256 2026-09-10 64 Bytes
redpanda-connect-fips_4.109.0_amd64.deb 2026-09-10 96.2 MB
redpanda-connect-fips_4.109.0_amd64.deb.sha256 2026-09-10 64 Bytes
redpanda-connect-fips_4.109.0_linux_amd64.tar.gz 2026-09-10 96.3 MB
redpanda-connect-fips_4.109.0_linux_amd64.tar.gz.sha256 2026-09-10 64 Bytes
redpanda-connect-cgo_4.109.0_linux_amd64.tar.gz 2026-09-10 177.3 MB
redpanda-connect-cgo_4.109.0_linux_amd64.tar.gz.sha256 2026-09-10 64 Bytes
README.md 2026-09-10 2.8 kB
v4.109.0 source code.tar.gz 2026-09-10 3.7 MB
v4.109.0 source code.zip 2026-09-10 5.6 MB
Totals: 45 Items   2.0 GB 1

For installation instructions check out the getting started guide.

Added

  • avro: Added max_decompressed_block_bytes configuration field to cap OCF block decompression and prevent decompression-bomb denial-of-service attacks. (@Jeffail, #4773)
  • aws_kinesis: Added a poll_period field to bound the rate of GetRecords calls per shard, and an enhanced_fan_out configuration block that consumes streams via a dedicated enhanced fan-out consumer with 2MB/s per shard of read throughput, avoiding the shared 5 reads per second per shard limit. (@squiidz, #4724)
  • iceberg: Added optional parquet compression codec configuration supporting snappy, gzip, and zstd compression, with fallback to table properties for compatibility. (@Jeffail, #4785)

Fixed

  • general: Bumped amqp091-go dependency to address CVE-2026-79921. (@josephwoodward, #4795)
  • mysql_cdc: Fixed MySQL CDC to accept Unicode characters in table names, including accented Latin, CJK, and Cyrillic identifiers that MySQL permits. (@samarth70, #4745)
  • aws_kinesis: The input now falls back to the oldest retained record when a stored sequence has aged out of the stream's retention window, instead of retrying the stale position indefinitely. (@squiidz, #4724)

Changed

  • iceberg: Optimized Iceberg shredder to eliminate unnecessary allocations on case-sensitive record matching, reducing memory usage and CPU overhead by 42% in the shredding step. (@Jeffail, #4784)
  • sftp: Improved SFTP input to advance to the next file without reconnecting, eliminating unnecessary delays when rotating through files. (@Leward, #4777)
  • websocket input/output: A config that sets tls.enabled: true against a ws:// URL is now rejected at startup. Previously the TLS settings were silently ignored, the connection was plaintext, and any configured basic_auth, jwt or oauth credentials were sent in the clear. Use a wss:// URL to connect with TLS. (@Leward)

The full change log can be found here.

Source: README.md, updated 2026-09-10