Skip to content

v0.7.0

Compare
Choose a tag to compare
@ricoberger ricoberger released this 14 Jan 18:47
· 51 commits to main since this release
  • #15: Update the used SQL schema to use ReplicatedMergeTree instead of MergeTree.
  • #16: Update Fluent Bit to version 1.8.11.
  • #17: Use go.uber.org/zap instead of github.com/sirupsen/logrus for logging.
  • #18: Update dependencies.
  • #20: Update schema to use LowCardinality(String) instead of String and no codec or CODEC(LZ4) instead of CODEC(ZSTD(1)).
  • #21: Fix example deployment.
  • #22: Add new Force_Number_Fields / --clickhouse.force-number-fields options, so that users can provide a list of fields which should be parsed as number when they are logged as string.