Skip to content

Releases: google/clusterfuzz

v2.10.4

07 Oct 14:33
da6b597

Choose a tag to compare

What's Changed

Full Changelog: v2.10.3...v2.10.4

v2.10.3

02 Oct 13:29
0155957

Choose a tag to compare

What's Changed

  • [Tracing] Add event history table in the testcase detail page by @decoNR in #4970

Full Changelog: v2.10.2...v2.10.3

v2.10.2

30 Sep 13:11
f4c6516

Choose a tag to compare

What's Changed

  • [Tracing] Add task-specific comments to task execution events by @ViniciustCosta in #4964
  • Refactor in butler integration tests subparser by @PauloVLB in #4968
  • [Tracing] Add the back-end structure for the event history table by @decoNR in #4969

New Contributors

Full Changelog: v2.10.1...v2.10.2

v2.10.1

25 Sep 15:06
100df8d

Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.10.1

v2.10.0

22 Sep 13:21
8240c7b

Choose a tag to compare

What's Changed

  • [Tracing] Create a more lightweight datastore entity for fuzz task events by @ViniciustCosta in #4957
  • [Tracing] Emit fuzzer-based task events by @ViniciustCosta in #4958
  • [Tracing] Add event information for blame and variant tasks to the testcase status board by @decoNR in #4962

Full Changelog: v2.9.0...v2.10.0

v2.9.0

16 Sep 18:28
f115a47

Choose a tag to compare

Version 2.9.0

Added

  • [Tracing] Display the testcase status board in ClusterFuzz testcase detail page (#4954)
  • feat(ci): Implement CI/CD pipeline for parallel Ubuntu Docker builds (#4952)

Changed

  • Restore cuttlefish fuzzing by ensuring platform initialization runs (#4956)
  • Fix crash grouping for "NULL" crash states (#4951)
  • Ignore ___interceptor_backtrace. (#4955)
  • Fix Chromium check failure file/line parsing. (#4947)

v2.7.2

18 Aug 19:59
e946a72

Choose a tag to compare

Deploying for external, internal and google.

v2.7.1

18 Aug 19:24
e946a72

Choose a tag to compare

Performing deployment for external and internal.

v2.7.0

18 Aug 13:52
da67082

Choose a tag to compare

New releases triggers the deployment process. This one is the first release to be used to trigger the deployment.

v2.6.0

08 Feb 03:46
46968a2

Choose a tag to compare

Expose crash comparer (#2941)

Expose `CrashComparer` so that users of `ClusterFuzz`'s `PythonAPI` can
access it.
For example, `FuzzBench` will use it to group crashes.