Skip to content

Releases: 0xaa4eb/ulyp

v1.0.1

11 Dec 10:42
Compare
Choose a tag to compare

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

v1.0.0

13 Oct 05:05
Compare
Choose a tag to compare

Initial release.

Java 11 (or above) is required to run UI. The agent can record Java 8 (or above) apps.