Skip to content

Release v1.24.0

Compare
Choose a tag to compare
@srv-gh-o11y-gdi srv-gh-o11y-gdi released this 11 May 15:04
· 587 commits to main since this release
0e7c876

This is a regular cadence release following upstream OpenTelemetry Java Instrumentation.

🗒 General

  • OpenTelemetry Java SDK has been updated to version 1.26.0.
  • OpenTelemetry Instrumentation for Java has been updated to version 1.26.0.
  • Micrometer dependency has been updated to version 1.11.0.

🌟 Enhancements

  • Enabled allocation event rate limiting by default in the profiler (#1225)
  • Replaced the JFR event parser with the JDK mission control parser (#1229)
  • Refactored the profiler so that it no longer needs to write the JFR recording into a temporary file (#1242)

☢️ Breaking Changes

  • Removed the previously deprecated profiler test formats (#1238, #1240)