Vector v0.28.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 a few fixes for regressions in 0.28.0.
Note: Please see the release notes for v0.28.0 for additional changes if upgrading from
v0.27.X. In particular, the upgrade guide for breaking changes.
Vector Changelog
2 bug fixes
- All AWS components now correctly sign requests again. This impacted all AWS
components except the
aws_s3sink and caused the components to output AWS service errors for each request. - The
framing.*.max_lengthconfiguration options can again be used on thesocketsource. Previously they returned an error that they conflicted with the deprecated top-levelmax_lengthconfiguration option.