Releases: cheb0/ulyp
Releases Β· cheb0/ulyp
v1.0.2
Java 17 is now required to run the UI app.
What's Changed
- Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.15.11 by @dependabot[bot] in #172
- Migrate to Gradle 8 by @cheb0 in #183
- Convert .dat recordings into individual JSON files by @pavithra-suresh in #191
- Convert .dat recordings into individual JSON files - new menu item added in PrimaryView.fxml by @pavithra-suresh in #192
New Contributors
- @pavithra-suresh made their first contribution in #191
Full Changelog: 1.0.1...v1.0.2
v1.0.1
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-collectionsis not specified ec2ed2d - Support some Kotlin data types: #158 #159
- Track constructors in-progress #165