Benthos v3.10.0 Release Notes

Release Date: 2020-02-05 // about 4 years ago
  • โž• Added

    • Field delete_files added to files input.
    • TLS fields added to nsq input and output.
    • Field processors added to batching fields to easily accommodate aggregations
      and archiving of batched messages.
    • ๐Ÿ†• New parse_log processor.
    • ๐Ÿ†• New json condition.
    • Operators flatten_array, fold_number_array and fold_string_array added
      to json processor.

    ๐Ÿ”„ Changed

    • The redis_streams input no longer flushes >1 fetched messages as a batch.

    ๐Ÿ›  Fixed

    • Re-enabled Kafka connections using SASL without TLS.