Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt committed May 23, 2024
1 parent 065f4d6 commit b557142
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/OpenTelemetry.Api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

* **Breaking change:** Do not encode/decode baggage item key during injection/extraction.
Validate baggage item key meets `token` requirement as defined in
[W3C Baggage propagation format specification](https://www.w3.org/TR/baggage/).
Reject all baggage item values if any of them is invalid during extraction.
([#5647](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5647))

## 1.9.0-alpha.1

Released 2024-May-20
Expand Down

0 comments on commit b557142

Please sign in to comment.