Vector v0.25.2 release notes
Upgrading Vector
When upgrading, we recommend stepping through minor versions as
these can each contain breaking changes while Vector is pre-1.0.
These breaking changes are noted in their respective upgrade
guides.
This patch release contains a few fixes for regressions in 0.25.0.
Note: Please see the release notes for v0.25.0 for additional changes if upgrading from
v0.24.X. In particular, the upgrade guide for breaking changes.
Vector Changelog
3 bug fixes
- Recent internal telemetry work marked the events discarded using the abort function
abortas “unintentional”, this caused an increase in ERROR logs emitted. This was corrected to be “intentional” and now logged at DEBUG. - The Azure Blob Storage sink now properly passes the
connection_stringcontents, rather than the REDACTED value. - The
datadog tracessink now correctly aggregates (caches) the computed APM stats, and sends the aggregated payloads to Datadog at a fixed interval, decoupled from the trace payloads. The stats payloads were previously not being cached and instead sent to Datadog as each batch of traces was processed, which is not compatible with Datadog’s backend APM API. A robust integration test was also added, to validate the correct aggregation behavior.