Skip to content

v3.33.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Jeffail Jeffail released this 09 Nov 19:15
· 2833 commits to main since this release
e88d05f

For installation instructions check out the getting started guide.

Added

  • Added field codec to the file output.
  • The file output now supports dynamic file paths.
  • Added field ttl to the cache processor and output.
  • New sql output, which is similar to the sql processor and currently supports Clickhouse, PostgreSQL and MySQL.
  • The kafka input now supports multiple topics, topic partition balancing, and checkpointing.
  • New cassandra output.

Changed

  • The files output has been deprecated as its behaviour is now covered by file.
  • The kafka_balanced input has now been deprecated as its functionality has been added to the kafka input.
  • The cloudwatch metrics aggregator is now considered stable.
  • The sequence input is now considered stable.

Fixed

  • Fixed the tar and tar-gzip input codecs in experimental inputs.
  • Fixed a crash that could occur when referencing contextual fields within interpolation functions.

The full change log can be found here.