You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, header values are now restricted to being string instead of previously being wide open and allowing any type.
What's the appropriate fix here? Just update the 0.54.0 section of the changelog? Ship a new version with no new code change but a new changelog entry?
This only affects the JavaScript OpenTelemetry library
This may affect other libraries, but I would like to get opinions here first
The text was updated successfully, but these errors were encountered:
What's the appropriate fix here? Just update the 0.54.0 section of the changelog? Ship a new version with no new code change but a new changelog entry?
Yep, we'd update the changelog entry for 0.54.0. When we merge the PR a maintainer needs to edit the GitHub release retroactively that it shows up there. We would not release a new version since the changelog is not included in the NPM package we released.
PR #4971 rewrites exporter config logic and included this change, which changed the type of the
headers
config:As a result, header values are now restricted to being
string
instead of previously being wide open and allowing any type.What's the appropriate fix here? Just update the 0.54.0 section of the changelog? Ship a new version with no new code change but a new changelog entry?
The text was updated successfully, but these errors were encountered: