Skip to content

fix(baggage): ignore legacy baggage keys if not a valid header#7214

Merged
BridgeAR merged 1 commit intomasterfrom
BridgeAR/2026-01-11-fix-7043
Jan 12, 2026
Merged

fix(baggage): ignore legacy baggage keys if not a valid header#7214
BridgeAR merged 1 commit intomasterfrom
BridgeAR/2026-01-11-fix-7043

Conversation

@BridgeAR
Copy link
Copy Markdown
Member

@BridgeAR BridgeAR commented Jan 11, 2026

The legacy baggage implementation is using headers for transporting the entries. That is causing issues in case the used key is not a valid header. Thus, ignore those while still keeping the baggage entries as before for other usage.

Fixes: #7043

The legacy baggage implementation is using headers for transporting
the entries. That is causing issues in case the used key is not
a valid header. Thus, ignore those while still keeping the baggage
entries as before for other usage.

Fixes: #7043
@BridgeAR BridgeAR requested a review from a team as a code owner January 11, 2026 09:15
@BridgeAR BridgeAR requested review from khanayan123 and removed request for a team January 11, 2026 09:15
@github-actions
Copy link
Copy Markdown
Contributor

Overall package size

Self size: 4.38 MB
Deduped: 5.21 MB
No deduping: 5.21 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.0 | 68.46 kB | 797.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.56%. Comparing base (ecce729) to head (aca229e).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7214   +/-   ##
=======================================
  Coverage   84.55%   84.56%           
=======================================
  Files         532      532           
  Lines       22641    22650    +9     
=======================================
+ Hits        19144    19153    +9     
  Misses       3497     3497           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Jan 11, 2026

Benchmarks

Benchmark execution time: 2026-01-11 09:22:42

Comparing candidate commit aca229e in PR branch BridgeAR/2026-01-11-fix-7043 with baseline commit ecce729 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 291 metrics, 29 unstable metrics.

@BridgeAR BridgeAR merged commit 27353de into master Jan 12, 2026
799 checks passed
@BridgeAR BridgeAR deleted the BridgeAR/2026-01-11-fix-7043 branch January 12, 2026 20:53
dd-octo-sts Bot pushed a commit that referenced this pull request Jan 13, 2026
The legacy baggage implementation is using headers for transporting
the entries. That is causing issues in case the used key is not
a valid header. Thus, ignore those while still keeping the baggage
entries as before for other usage.

Fixes: #7043
@dd-octo-sts dd-octo-sts Bot mentioned this pull request Jan 13, 2026
nina9753 pushed a commit that referenced this pull request Jan 15, 2026
The legacy baggage implementation is using headers for transporting
the entries. That is causing issues in case the used key is not
a valid header. Thus, ignore those while still keeping the baggage
entries as before for other usage.

Fixes: #7043
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: invalid header name cause runtime error

2 participants