Vector v0.32.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 fix for a regression in 0.32.0 and fixes a few issues with the release artifacts.
Note: Please see the release notes for v0.32.0 for additional changes if upgrading from
v0.31.X. In particular, the upgrade guide for breaking changes.
Vector Changelog
3 bug fixes
A number of sinks were emitting incorrect telemetry for the
component_sent_*metrics:- WebHDFS
- GCP Cloud Storage
- AWS S3
- Azure Blob Storage
- Azure Monitor Logs
- Databend
- Clickhouse
- Datadog Logs
This has been corrected.
- The newly added
--openssl-legacy-providerflag in 0.32.0 can now be disabled by setting it tofalsevia--openssl-legacy-provider=false. Previously it would complain of extra arguments. - The
opentelemetrysource no longer fails to decode large payloads. This was a regression in 0.31.0 when a 4 MB limit was inadvertently applied.