Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@cheburitos cheburitos released this 11 Dec 10:42
· 32 commits to master since this release

Java 11 is required to run the UI app. The agent supports instrumentation and recording apps which run on Java 8 (or higher).

  • Update to the latest byte-buddy 7e97e98
  • Update to the latest Rocksdb 3fca616
  • Reduced UI jar file size 5b5ddd4
  • Different render in UI for List/Set/Maps 69eda91
  • Record and render java.lang.reflect.Method instances ff37b02
  • Record and render java.lang.Thread instances a5a0819
  • Record and render char[] array (only length) b95ce1f
  • Fix recording bug when record-collections is not specified ec2ed2d
  • Support some Kotlin data types: #158 #159
  • Track constructors in-progress #165