forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(socket source): Remove deprecated
max_length
setting from `tc…
…p` and `unix` modes. (vectordotdev#17162)
- Loading branch information
Showing
8 changed files
with
86 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
website/content/en/highlights/2023-05-23-0-30-0-upgrade-guide.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
date: "2023-05-23" | ||
title: "0.30 Upgrade Guide" | ||
description: "An upgrade guide that addresses breaking changes in 0.30.0" | ||
authors: ["neuronull"] | ||
release: "0.30.0" | ||
hide_on_release_notes: false | ||
badges: | ||
type: breaking change | ||
--- | ||
|
||
Vector's 0.30.0 release includes **breaking changes**: | ||
|
||
1. [Removal of the `socket` source's `tcp` and `unix` mode `max_length` setting](#socket-source-max-length) | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters