Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 12:22
· 1412 commits to main since this release
e3bb527

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 to otel.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