Benthos v4.9.0 Release Notes
Release Date: 2022-10-03 // 12 months ago-
➕ Added
- 🆕 New
parquet
input for reading a batch of Parquet files from disk. - Field
max_in_flight
added to theredis_list
input.
🛠 Fixed
- ⬆️ Upgraded
kafka
input and output underlying sarama client library to fix a regression introduced in 4.7.0 whereThe 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.
- 🆕 New