Vector v0.35.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.35.0.
Note: Please see the release notes for v0.35.0 for additional changes if upgrading from
v0.34.X. In particular, see the upgrade guide for breaking changes.
Vector Changelog
1 bug fixes
- The HTTP server-based sources that support the new
keepalive.max_connection_age_secsnow only apply this setting for HTTP/0.9, HTTP/1.0, and HTTP/1.1 connections, since the implementation, which sends aConnection: Closeheader, does not apply to HTTP/2 and HTTP/3 connections.