Skip to content

Release v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 17:33
· 1411 commits to main since this release
dffda3f

This release uses OpenTelemetry Instrumentation for Java version 0.14.0. If you want to extend the instrumentation manually, use the OpenTelemetry Java API version 0.14.1. Consult the release notes linked above for upstream changes.

📈 Improvements

  • Resource attributes are now exposed as system properties and available for use in logging patterns #76
  • Agent jar no longer contains duplicate files #79
  • WebLogic 12.1.3 is now present in the matrix and used in smoke tests #82
  • AutoService is now used instead of plain service files #84
  • Experimental Spring Batch instrumentation is now enabled by default #88

🛠️ Bug fixes