Vector v0.19.3 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.3!
This patch release contains a one bug fix for a regression 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
1 bug fixes
encoding.only_fieldsYAML and JSON configuration now correctly deserializes again for sinks that used fixed encodings (i.e. those that don’t haveencoding.codec). This was a regression inv0.18.0. It was fixed inv0.19.2but only for TOML configuration.