Release v0.8.0
This release uses OpenTelemetry Instrumentation for Java version 0.16.1. If you want to extend the instrumentation manually, use the OpenTelemetry Java API version 0.16.0. Consult the release notes linked above for upstream changes.
☢️ Breaking changes
- There were several configuration property name changes. Most notably,
otel.trace.exporter
has been renamed tootel.traces.exporter
. For other configuration renames property please consult the SDK release notes.
📈 Improvements
- Instrument Netty 4.0 to add Server-Timing header #108
🛠️ Bug fixes
- Fixed NPE in Apache Camel instrumentation happening when propagating SQS context open-telemetry/opentelemetry-java-instrumentation#2250