Benthos v4.9.1 Release Notes

Release Date: 2022-10-06 // over 1 year ago
  • ➕ Added

    • Go API: A new BatchError type added for distinguishing errors of a given batch.

    🛠 Fixed

    • ⬆️ Rolled back kafka input and output underlying sarama client library to fix a regression introduced in 4.9.0 😅 where invalid configuration (Consumer.Group.Rebalance.GroupStrategies and Consumer.Group.Rebalance.Strategy cannot be set at the same time) errors would prevent consumption under certain configurations. We've decided to roll back rather than upgrade as a breaking API change was introduced that could cause issues for Go API importers (more info here: https://github.com/Shopify/sarama/issues/2358).