Vector v0.36.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.
This patch release contains fixes for regressions in 0.36.0.
Note: Please see the release notes for v0.36.0 for additional changes if upgrading from
v0.35.X. In particular, see the upgrade guide for breaking changes.
Vector Changelog
5 bug fixes
- Fixed gzip and zlib compression performance degradation introduced in v0.34.0.
Thanks to Hexta for contributing this change! - AWS components again support the use of
assume_role. This was a regression in v0.36.0. - AWS components again support the use of
credential_processin AWS config files to load AWS credentials from an external process. This was a regression in v0.36.0. - AWS components again support auto-detection of the region. This was a regression in v0.36.0.
- The
kafkasink avoids panicking during a rebalance event. This was a regression in v0.36.0.