Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

v0.24.0

Compare
Choose a tag to compare
@djaglowski djaglowski released this 21 Dec 17:47
· 79 commits to main since this release
cc88364

Added

  • force_flush_period setting to recombine operator, to prevent recombine taking to long to process (PR325)
  • lazy_quotes setting to csv parser operator. When enabled will preserve internal quotes in a csv field (PR324)
  • header_attribute setting to csv parser operator. When set will dynamically parse the csv headers from the specified attribute on a log entry. (PR335)

Changed

  • Updated CSV Parser to use idiomatic Go errors (PR323)