Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5" PrivateAssets="All"/>
<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.

<PackageReference Include="System.Text.Json" Version="8.0.6"/>
</ItemGroup>

Expand Down
Loading