Skip to content

Update opentelemetry-api, ... to 1.62.0#2878

Merged
github-actions[bot] merged 3 commits into
masterfrom
update/opentelemetry-api-1.62.0
May 29, 2026
Merged

Update opentelemetry-api, ... to 1.62.0#2878
github-actions[bot] merged 3 commits into
masterfrom
update/opentelemetry-api-1.62.0

Conversation

@softwaremill-ci
Copy link
Copy Markdown
Contributor

About this PR

📦 Updates

from 1.59.0 to 1.62.0

📜 GitHub Release Notes - Version Diff

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (1.59.0).
You might want to review and update them manually.

examples/src/main/scala/sttp/client4/examples/observability/openTelemetryTracingAndMetrics.scala
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "io.opentelemetry" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "io.opentelemetry" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

adamw and others added 2 commits May 29, 2026 07:22
OpenTelemetry 1.62 adds W3C trace-context level 2 support, which sets the
"random trace id" trace-flag (0x02) alongside "sampled" (0x01), so the
propagated traceparent ends with "03" rather than "01". Derive the expected
flags from the span instead of hardcoding them.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot merged commit 8e94cd2 into master May 29, 2026
42 checks passed
@github-actions github-actions Bot deleted the update/opentelemetry-api-1.62.0 branch May 29, 2026 08:07
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.

2 participants