Skip to content

v0.53.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 22:48
· 176 commits to master since this release
2b51b40

The COSE team is excited to announce version 0.53.0! 🚀

Release highlights

  • Functions to access internal Vector metrics are now available for VRL: get_vector_metric, find_vector_metrics, and aggregate_vector_metrics. You are now able to fetch snapshots of the metrics that are updated every metrics_storage_refresh_period.
  • The clickhouse sink now supports the arrow_stream format option, enabling high-performance binary data transfer using Apache Arrow IPC. This provides significantly better performance and smaller payload sizes compared to JSON-based formats.
  • Added a new doris sink for sending log data to Apache Doris databases using the Stream Load API.
  • Added syslog codec for encoding Vector events to Syslog format. RFC5424 and RFC3164 are supported.
  • Added moving-mean gauges for source and transform buffers (source_buffer_utilization_mean and transform_buffer_utilization_mean), so observers can track an exponentially weighted moving average (EWMA) of buffer utilization in addition to the instant level.

👉 This release contains several more enhancements, bug fixes and breaking changes. View the full changelog here.