Releases: vectordotdev/vector
Releases · vectordotdev/vector
v0.50.0
Datadog's Community Open Source team is excited to announce version 0.50.0 🚀
Changelog
Release highlights
- The
opentelemetrysource 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_delimitedframing option is now available which enables compatibility with standard protobuf streaming implementations and tools like ClickHouse. - Introduced a new
incremental_to_absolutetransform, useful when metric data might be lost in transit or for creating a historical record of the metric. - A new
oktasource 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
Release for https://crates.io/crates/vdev
This not a Vector release.
v0.49.0
Datadog's Community Open Source team is excited to announce version 0.49.0 🚀
Here are some of the highlights from this release:
- A
websocketsource has been introduced. A WebSocket source in Vector enables ingestion of real-time data from services that expose WebSocket APIs. - The http sink’s
uriandrequest.headers configfields now support templating, allowing dynamic construction based on event data. - The
--watch-configflag now also watches for changes in enrichment table files. - Added a TTL-based cache for metrics sets and also an
expire_metrics_secsconfig option for theprometheus_remote_writesink. 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_sizeandvector_buffer_eventsgauges.
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
v0.47.0
v0.46.1
v0.46.0
v0.45.0
v0.44.0
v0.43.1
The vector-0.43.1-x86_64-apple-darwin.tar.gz option was removed due to #22129.