Skip to content

Releases: vectordotdev/vector

v0.50.0

23 Sep 15:22
v0.50.0
9053198

Choose a tag to compare

Datadog's Community Open Source team is excited to announce version 0.50.0 🚀

Changelog

View release notes

Release highlights

  • The opentelemetry source can now decode data according to the standard OpenTelemetry protocolfor all telemetry data types (logs, metrics and traces). This eliminates the need for complex event remapping. It greatly simplifies configuration for OTEL -> Vector -> OTEL use cases or when forwarding data to any system that expects OTLP-formatted telemetry.
  • A new varint_length_delimited framing option is now available which enables compatibility with standard protobuf streaming implementations and tools like ClickHouse.
  • Introduced a new incremental_to_absolute transform, useful when metric data might be lost in transit or for creating a historical record of the metric.
  • A new okta source for consuming Okta system logs is now available.
  • The exec secrets option now supports protocol version v1.1 which can be used with the Datadog Secret Backend.

Breaking Changes

The azure_blob sink now requires a connection_string. This is the only supported authentication method for now. For more details, see this pull request.

vdev-v0.1.0

03 Sep 19:45
vdev-v0.1.0
06f2f59

Choose a tag to compare

Release for https://crates.io/crates/vdev

This not a Vector release.

v0.49.0

12 Aug 16:08
dc7e792

Choose a tag to compare

Datadog's Community Open Source team is excited to announce version 0.49.0 🚀

Here are some of the highlights from this release:

  • A websocket source has been introduced. A WebSocket source in Vector enables ingestion of real-time data from services that expose WebSocket APIs.
  • The http sink’s uri and request.headers config fields now support templating, allowing dynamic construction based on event data.
  • The --watch-config flag now also watches for changes in enrichment table files.
  • Added a TTL-based cache for metrics sets and also an expire_metrics_secs config option for the prometheus_remote_write sink. This fixes an issue where incremental metrics are preserved for the lifetime of Vector's runtime causing indefinite memory growth.
  • Fixed a race condition that could cause negative values in the vector_buffer_byte_size and vector_buffer_events gauges.

A few VRL functions include breaking changes. Please refer to the upgrade guide for more details.

This release contains several more enhancements and bug fixes. View the full changelog here:
👉 https://vector.dev/releases/0.49.0/

v0.48.0

30 Jun 19:32
a67e4e2

Choose a tag to compare

v0.47.0

20 May 14:57
v0.47.0
3d5af22

Choose a tag to compare

v0.46.1

14 Apr 19:36
v0.46.1
9a19e8a

Choose a tag to compare

v0.46.0

08 Apr 17:04
v0.46.0
a7429e2

Choose a tag to compare

v0.45.0

24 Feb 15:58
063cabb

Choose a tag to compare

v0.44.0

13 Jan 22:27
3cdc7c3

Choose a tag to compare

v0.43.1

10 Dec 17:15
e30bf1f

Choose a tag to compare

View release notes

The vector-0.43.1-x86_64-apple-darwin.tar.gz option was removed due to #22129.