Randoop 4.3.3 has been released and is available at https://github.com/randoop/randoop/releases/latest. The changelog appears below.
Version 4.3.3 (May 2, 2024)
New technique, "Orienteering", favors sequences with lower number of method calls and cumulative execution time. Enable it via --input-selection=ORIENTEERING. This option is similar to --input-selection=SMALL_TESTS, but it considers cumulative execution time more important than test size.
Randoop no longer builds under Java 8. It still runs under Java 8.
Randoop supports Java 20 (and still supports Java 8, Java 11, and Java 17).
Minor documentation improvements.