Release v1.17.0
This is a regular cadence release following upstream OpenTelemetry Java Instrumentation. It contains several breaking changes within logging, and a number of noteworthy deprecations.
⚠️ Deprecations
- Jaeger Thrift exporter has been deprecated and a warning is logged if it is used. (#932). Users are strongly encouraged to use OTLP when sending data to jaeger.
🌟 Enhancements
- Profiler now defaults JFR storage to system temp directory (#943)
- Service name is detected from jar file when otherwise not specified (#925)
🗒 General
- OpenTelemetry Java SDK and OpenTelemetry Instrumentation for Java dependencies have been updated to version 1.19.1. Please note that there are a large number of changes in upstream. See release notes in upstream instrumentation 1.19.1, 1.19.0, and core 1.19.0
- Micrometer dependency has been updated to version 1.9.5. (#947)
- Update to signalfx-java 1.0.25, which updates
jackson-databind
and mitigates GHSA-jjjh-jjxp-wpff and GHSA-rgv9-q543-rqg4 (#968)