Skip to content

Releases: MozillaSecurity/fuzzfetch

Release 2.1.1

10 Aug 19:49
Compare
Choose a tag to compare
  • add win32 support

Release 2.1.0

05 May 15:17
2.1.0
Compare
Choose a tag to compare
  • drop Python 3.6 support
  • add --nyx for Nyx snapshot fuzzing builds

Release 2.0.2

18 Mar 15:51
2.0.2
Compare
Choose a tag to compare

Overwrite existing files when using 7z in extract_zip()

Release 2.0.1

03 Jan 16:35
Compare
Choose a tag to compare
Improve gtest deprecation message

Release 2.0.0

24 Jun 17:40
Compare
Choose a tag to compare

Reorganize the fuzzfetch API.

Release 1.3.3

23 Jun 19:37
dffeabd
Compare
Choose a tag to compare
  • declare py.typed
  • add mypy to linters

Release 1.3.2

22 Jun 18:26
Compare
Choose a tag to compare

Fix Windows extraction.

1.3.1

17 Jun 17:09
Compare
Choose a tag to compare
Expand Fetcher build arg type annotation to include BuildTask

1.3.0: Add initial support for SM prefixed builds (#100)

09 Jun 14:24
7cfa98f
Compare
Choose a tag to compare
  • Add support for sm- prefixed builds
  • Add support for fuzzilli builds
  • Add typing hints to all functions
  • Use an enum for build search order
  • Support pathlib consistently (all APIs should take path/str)
  • Add support for no-opt builds
  • Check that all artifacts exist before any are downloaded
  • Add support for fetching multiple targets (eg. --target firefox js gtest common)
  • Drop support for Python 3.5

1.2.1

29 Apr 19:56
Compare
Choose a tag to compare
Allow pathlib arguments for extract_zip