-
Notifications
You must be signed in to change notification settings - Fork 2k
chore(socket source): Remove deprecated max_length setting from tcp and unix modes.
#17162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
neuronull
merged 4 commits into
master
from
neuronull/socket_source_remove_deprecated_max_length
Apr 19, 2023
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.