Skip to content

Commit

Permalink
fix(parseKeyPairsIntoRecord): allow equals in baggage value 3974
Browse files Browse the repository at this point in the history
proposed fix for parseKeyPairsIntoRecord issue 3974
  • Loading branch information
krosenk729 committed Jul 24, 2023
1 parent 90cd2bd commit e223fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
* fix(sdk-metrics): Update default Histogram's boundary to match OTEL's spec [#3893](https://github.com/open-telemetry/opentelemetry-js/pull/3893/) @chigia001
* fix(sdk-metrics): preserve startTime for cumulative ExponentialHistograms [#3934](https://github.com/open-telemetry/opentelemetry-js/pull/3934/) @aabmass
* fix(sdk-trace-web): add secureConnectionStart to https only [#3879](https://github.com/open-telemetry/opentelemetry-js/pull/3879) @Abinet18
* fix(core): add baggage support for values containing an equals sign [#3975](https://github.com/open-telemetry/opentelemetry-js/pull/3975) @krosenk729

### :house: (Internal)

Expand Down

0 comments on commit e223fff

Please sign in to comment.