chore(deps): bump opentelemetry to 0.32, tracing-opentelemetry to 0.33#102
Merged
matheus23 merged 1 commit intoMay 28, 2026
Merged
Conversation
Allows downstream workspaces on a newer opentelemetry stack to use irpc without a version split that breaks span propagation: tracing-opentelemetry's `WithContext` TypeId differs between minor versions, so a workspace on opentelemetry 0.32 alongside irpc on 0.31 silently drops in-process span context across the irpc boundary. No code changes required; the API surface irpc uses (Context, Injector, Extractor) is stable across the bump.
matheus23
approved these changes
May 28, 2026
matheus23
left a comment
Member
There was a problem hiding this comment.
We'll need to think about what that means for post-1.0 stability, but for now this seems fine.
Member
|
Ah, I forgot something. Can you please keep the PR preset format? We need the "# Breaking Changes" section to state the fact that anyone using the 0.31 opentelemetry versions won't have tags generated anymore, and need to update to opentelemetry version 0.32 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bump
opentelemetry0.31 → 0.32 andtracing-opentelemetry0.32 → 0.33.Breaking Changes
Span tags/context propagation now only works with opentelemetry 0.32 / tracing-opentelemetry 0.33. Anyone still on opentelemetry 0.31 will no longer get tags generated across the irpc boundary (it silently becomes a no-op) and must update their workspace to opentelemetry 0.32.