Releases: MozillaSecurity/fuzzfetch
Releases · MozillaSecurity/fuzzfetch
v14.0.0
What's Changed
- Return newest build matching requested parameters by @jschwartzentruber in #171
Full Changelog: v13.0.0...v14.0.0
v13.0.0
What's Changed
- feat: add linux32- to the search space for taskcluster indexed builds by @jschwartzentruber in #170
Full Changelog: v12.0.1...v13.0.0
v12.0.1
What's Changed
- fix: dropped path argument to extract methods by @jschwartzentruber in #169
Full Changelog: v12.0.0...v12.0.1
v12.0.0
What's Changed
- Check for zst test artifacts by @jschwartzentruber in #167
- Add support for zstd compressed tar artifacts by @jschwartzentruber in #168
Full Changelog: v11.1.0...v12.0.0
v11.1.0
What's Changed
- feat: automatically retry failed requests by @pyoor in #165
- feat: add Sentry support for collecting events in automation by @jschwartzentruber in #166
Full Changelog: v11.0.1...v11.1.0
v11.0.1
v11.0.0
What's Changed
- Update README with latest args by @jschwartzentruber in #155
- Update linters by @jschwartzentruber in #156
- Support passing BuildID as a
--buildargument. by @jschwartzentruber in #157 - Don't download symbols for non-browser downloads by @jschwartzentruber in #160
Full Changelog: v10.0.2...v11.0.0
v10.0.2
- never use external tar for extraction
- fallback to lzma if xz is not available
- only warn about missing lbzip2/xz if we would use them