Vector v0.43.1 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.
Known issues
- The
vector-0.43.1-x86_64-apple-darwin.tar.gzexecutable has the wrong architecture, see #22129. This will be fixed inv0.44.
This patch release contains fixes for regressions in 0.43.0.
Vector Changelog
3 bug fixes
- Update to VRL v0.20.1 which reverts to previous
to_floatbehavior for non-normal floats.
Thanks to pront for contributing this change! - Emit
build_infogauge on an interval to avoid expiration.
Thanks to jszwedko for contributing this change! - Fix
reducetransform to quote invalid paths by default. Quoting make those paths valid.
Thanks to pront for contributing this change!