Vector v0.24.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 and bugs in new functionality from 0.24.0.
Note: Please see the release notes for v0.24.0 for additional changes if upgrading from
v0.23.X. In particular, the upgrade guide for breaking changes.
Vector Changelog
4 bug fixes
- The
datadog_metricssink now properly encodes rate metrics received from thedatadog_agentsource. - The
expire_metrics_secssetting is now correctly applied to expire timeseries not seen in the configured number of seconds. - Options that take a field name (like the global
timestamp_keyoption) can now be disabled again by supplying an empty string ("") for the config option. - VRL now longer returns an incorrect invalid type error for closures (“block returns invalid value type”).