OpenTelemetry - CNCF/opentelemetry-js: Release v1.27.0
Name: opentelemetry-js
Owner: OpenTelemetry - CNCF
Release: v1.27.0
Released: 2024-10-23
License: Apache-2.0
Release Assets:
1.27.0
🚀 (Enhancement)
- feat: add processors for adding session.id attribute to spans and logs #4972
🐛 (Bug Fix)
- fix(sdk-trace-base): avoid keeping non-string
status.message
onSpan#setStatus()
#4999 @pichlermarc - fix(sdk-metrics): Add missing catch and handle error in promise of
PeriodicExportingMetricReader
#5006 @jj22ee - fix(opentelemetry-core): confusing log extract of composite propagator #5017 @rv2673
- fix(propagator-aws-xray-*): move propagators back to contrib repository #4966 @pichlermarc
- The specification prohibits hosting these packages in the core repository
@opentelemetry/propagator-aws-xray
is now located in open-telemetry/opentelemetry-js-contrib@opentelemetry/propagator-aws-xray-lambda
is now located in open-telemetry/opentelemetry-js-contrib
🏠 (Internal)
- deps: set
@opentelemetry/api
dependency min version to 1.3.0 inexamples
,experimental/packages
,integration-tests
andselenium-tests
#4992 - refactor(sdk-metrics): replace
MetricsAttributes
withAttributes
#5021 @david-luna - refactor(instrumentation-http): replace
SpanAttributes
andMetricsAttributes
withAttributes
#5023 @david-luna - chore(exporter-zipkin): remove usages of Span constructor #5030 @david-luna
- test(instrumentation-http): remove usages of
new Span
in tests #5035 @david-luna