Skip to content
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

fix: remove deprecated expandconverter #1583

Merged

Conversation

theSuess
Copy link
Contributor

@theSuess theSuess commented Nov 6, 2024

The expandconverter is deprecated as of 0.107.0 and leaving it enabled causes issues with the parsing of environment variables. For example, when supplying an identifier like '1234' to a string field through an environment variable, this would incorrectly be treated as an integer and fail validation.

@theSuess theSuess requested a review from a team as a code owner November 6, 2024 13:31
Copy link

linux-foundation-easycla bot commented Nov 6, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: theSuess / name: Dominik Süß (7fcde1d)

The expandconverter is deprecated as of 0.107.0 and leaving it enabled causes
issues with the parsing of environment variables. For example, when supplying an
identifier like '1234' to a string field through an environment variable, this
would incorrectly be treated as an integer and fail validation.

Signed-off-by: Dominik Süß <[email protected]>
@theSuess theSuess force-pushed the fix/remove-expandconverter branch from 8c15315 to 7fcde1d Compare November 11, 2024 11:40
@tylerbenson tylerbenson merged commit af58fe4 into open-telemetry:main Nov 11, 2024
14 checks passed
@tylerbenson tylerbenson added the go Pull requests that update Go code label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants