Release v0.9.0
This release uses OpenTelemetry Instrumentation for Java version 1.0.0. If you want to extend the instrumentation manually, use the OpenTelemetry Java API version 1.0.0. Consult the release notes linked above for upstream changes.
☢️ Breaking changes
- Logging injection now sets fields
trace_id
,span_id
, andtrace_flags
, instead oftraceId
,spanId
, andsampled
open-telemetry/opentelemetry-java-instrumentation#2312
❗ Deprecation warning
- Property
signalfx.auth.token
has been renamed tosplunk.access.token
in #125. In this release both properties are accepted, but the next one will remove the deprecatedsignalfx.auth.token
configuration.
🛠️ Bug fixes
- AWS Lambda instrumentation will now propagate from HTTP headers if X-Ray is disabled open-telemetry/opentelemetry-java-instrumentation#2222
- Apache Camel instrumentation will not throw an NPE in app code when SQS propagation is not enabled open-telemetry/opentelemetry-java-instrumentation#2250