Releases: google/clusterfuzz
Releases · google/clusterfuzz
v2.10.4
What's Changed
- Implement immutable image for chrome by @javanlacerda in #4971
Full Changelog: v2.10.3...v2.10.4
v2.10.3
What's Changed
Full Changelog: v2.10.2...v2.10.3
v2.10.2
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
What's Changed
- Run cleanup before tasks even it's not running update task. by @javanlacerda in #4963
- [Tracing] Fix events timestamp by @ViniciustCosta in #4966
- [Tracing] Sort events by timestamp in the testcase status board by @decoNR in #4967
Full Changelog: v2.10.0...v2.10.1
v2.10.0
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
v2.7.2
Deploying for external, internal and google.
v2.7.1
Performing deployment for external and internal.
v2.7.0
New releases triggers the deployment process. This one is the first release to be used to trigger the deployment.
v2.6.0
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.