Skip to content

0.77.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 16:35
· 10259 commits to master since this release
e39ce61

Known Issues

  • When used together with trace agent version 7.26.0, this version of the tracer can affect host count, which has an impact on billing. Upgrade the tracer to 0.78.0 or later if you are using trace agent 7.26.0.
  • [Profiling] A performance regression was introduced with #2408. Excessive calls to get getCurrentThreadCpuTime() may impact cpu performance for some workloads when profiling is enabled.

Improvements

  • Better trace config and annotation instrumentation #2542
  • Log status asynchronously to reduce premain execution #2534

Changes

  • Avoid potential ClassCastException in AWSv1 integration #2544
  • Avoid calling SdkClientBuilder.overrideConfiguration in aws-sdk instrumentation #2539
  • [Profiling] Update the OpenJDK 8 exclusion range. #2535
  • [Profiling] Do not transfer zero-sized profiles #2498
  • [CIAPP] Add test.parameters tag to TestNG tests #2531
  • [CIAPP] Add test.parameters tag to JUnit5 tests #2529
  • [CIAPP] Add test.parameters tag to JUnit4 tests #2528
  • Remove legacy field injection code #2491
  • Extend ScopeListener to provide more details #2408 #2558