The Vector team is pleased to announce version 0.39.0!
Be sure to check out the upgrade guide for breaking changes in this release.
This release just contains a mix of small enhancements and bug fixes. See the changelog below.
kafka source will now consume less memory by not over allocating buffers while reading.opentelemetry source now has experimental support for ingesting traces.end_every_period_ms is available on reduce transforms
If supplied, every time this interval elapses for a given grouping, the reduced value
for that grouping is flushed. Checked every flush_period_ms.VRL was updated to v0.16.0. This includes the following changes:
Breaking Changes & Upgrade Guide:
(field1|field2)) feature is now removed. (https://github.com/vectordotdev/vrl/pull/836)New Features:
psl argument to the parse_etld function. It enables customizing used public suffix list. If none is provided the default (https://publicsuffix.org/list/public_suffix_list.dat) is used, which is that was used before this change.Enhancements:
kafka sink has a new healthcheck_topic configuration option to configure the topic used for healthchecks. Previously, topic was used to perform healthchecks, but a templated value would cause healthchecks to fail.namespace field for the gcp_chronicle sink is now a templatable field.prometheus_exporter sink now supports compressing responses based on the `Accept-Encoding header sent with client requests.pretty option to the json codec to output events as prettified JSON.http_server source can now optionally annotate events with the remote IP by setting the host_key option.remap transforms.-alpine and -distroless-static images was updated to 3.20.endpoint in the Datadog sinks is rewritten the same as the Datadog Agent
does to produce the API validation endpoint to avoid a HTTP 404 Not Found error
when running the health check.kafka source main loop has been biased to handle acknowledgements before new
messages to avoid a memory leak under high load.out_of_order_action option has been changed from deny to
accept as this has been the default behaviour for Loki since 2.4.0 released three
years ago.enterprise feature and global configuration option has been removed. See the upgrade guide for details.Sign up to receive emails on the latest Vector content and new releases
Thank you for joining our Updates Newsletter