Skip to content

chore: update dependency opentelemetry.api to 1.15.1#726

Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/opentelemetry-dotnet-monorepo
Open

chore: update dependency opentelemetry.api to 1.15.1#726
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/opentelemetry-dotnet-monorepo

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
OpenTelemetry.Api (source) 1.15.01.15.1 age confidence

Release Notes

open-telemetry/opentelemetry-dotnet (OpenTelemetry.Api)

v1.15.1

Release details: 1.15.1

  • Breaking change: The Baggage API now disallows empty baggage names and
    treats baggage names and values as case sensitive, aligning with the latest
    Baggage API specification.
  • Various bug fixes across OpenTelemetry.Api and OpenTelemetry SDK,
    including fixes for thread-safety, sampler edge cases, metrics precision,
    and observable instrument lifecycle handling.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners March 27, 2026 09:28
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 27, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the OpenTelemetry.Api package version from 1.15.0 to 1.15.1 in the Google.Cloud.EntityFrameworkCore.Spanner project. Feedback highlights that this version bump introduces breaking changes to the Baggage API, specifically regarding empty baggage names and case sensitivity, which may necessitate updates to the codebase to prevent runtime failures.

<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="10.0.5"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="10.0.5"/>
<PackageReference Include="OpenTelemetry.Api" Version="1.15.0"/>
<PackageReference Include="OpenTelemetry.Api" Version="1.15.1"/>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This update to OpenTelemetry.Api v1.15.1 introduces a breaking change in the Baggage API. According to the release notes, empty baggage names are now disallowed, and both names and values are treated as case-sensitive. This could lead to runtime failures if other parts of the codebase use the Baggage API and rely on the previous behavior. Any usage of the Baggage API may need to be updated to be compliant with the new specification.

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

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant