Vector v0.19.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.
The Vector team is pleased to announce version 0.19.2!
This patch release contains a few bug fixes for regressions in 0.19.0.
Note: Please see the release notes for v0.19.0 for additional changes if upgrading from
v0.18.X. In particular, the upgrade guide for breaking changes.
Vector Changelog
4 bug fixes
- Continue to process data when decoding fails in a source that is using
decoding.codec. This was a regression inv0.19.0. encoding.only_fieldsnow correctly deserializes again for sinks that used fixed encodings (i.e. those that don’t haveencoding.codec). This was a regression inv0.18.0.- Report correct
buffer_events_totalmetricdrop_newestis used for buffers. Previously, this was counting discarded events. This was a regression inv0.19.0. - All transforms again correctly publish metrics with their component span tags (like
component_id). This was a regression inv0.19.0.