Skip to content

v0.30.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Feb 09:54
· 2 commits to main since this release
v0.30.0

What's Changed

  • fix: Use getCanonicalName() for array codegen in autofuzz reproducers by @kyakdan in #1043
  • feat: add exploreState(byte) overload with auto-generated call-site id by @kyakdan in #1032
  • feat: Maximize API by @kyakdan in #1036
  • feat: Add minimize API by @kyakdan in #1038
  • feat: Enable exploreState without value profile by @kyakdan in #1037
  • feat: add hooks for Set.contains & Set.remove by @onionpsy in #1030
  • feat: add hook for Enum.valueOf by @onionpsy in #1031
  • feat: add float/double comparison tracking to instrumentor by @kyakdan in #1045
  • feat: add @ElementOf annotation by @simonresch in #1028
  • feat: extend ValuePool by new fields : files, and maxMutations by @oetr in #1033
  • feat: ValuePool can now reference suppliers in any class by @oetr in #1046
  • chore: update internal jacoco version to 0.8.14 by @simonresch in #1047
  • chore: disable FilePathTraversal in an autofuzz test by @oetr in #1042
  • chore: increase test timeout for the selffuzz test by @oetr in #1040
  • chore: update bazel dependencies by @simonresch in #1041
  • chore(deps): update maven deps by @simonresch in #1039

Full Changelog: v0.29.1...v0.30.0