Skip to content

v4.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 18:57
· 1221 commits to main since this release
be16b65

For installation instructions check out the getting started guide.

Added

  • New parquet input for reading a batch of Parquet files from disk.
  • Field max_in_flight added to the redis_list input.

Fixed

  • Upgraded kafka input and output underlying sarama client library to fix a regression introduced in 4.7.0 where The requested offset is outside the range of offsets maintained by the server for the given topic/partition errors would prevent consumption of partitions.
  • The cassandra output now inserts logged batches of data rather than the less efficient (and unnecessary) unlogged form.

The full change log can be found here.