Back to Vector

0.30 Upgrade Guide

website/content/en/highlights/2023-05-22-0-30-0-upgrade-guide.md

0.55.0765 B
Original Source

Vector's 0.30.0 release includes breaking changes:

  1. Removal of the socket source's tcp and unix mode max_length setting

We cover them below to help you upgrade quickly:

Upgrade guide

Breaking changes

Removal of the socket source's tcp and unix mode max_length setting {#socket-source-max-length}

In v0.29.0 the max_length setting, used by the tcp and unix modes of the socket source, was marked as deprecated.

That setting was replaced by the max_length setting within the framing setting.

Any explicit usages of max_length for those modes of the socket source will no longer work and configurations will need to instead use a framing setting in order to set a maximum length.