Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 19:41
· 74 commits to main since this release

This release makes treeherder-dl opt into gzip-encoded downloads where possible, which brings the tool to parity with Mozilla tools like mach wpt-fetch-logs. There's still more to do with making this tool easy to use, but as a foundation going forward, the current state of treeherder-dl feels like a great pick for promotion to 1.0.0.

What's Changed

New Contributors

Full Changelog: v0.6.1...v1.0.0

Install treeherder-dl 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ErichDonGubler/treeherder-dl/releases/download/v1.0.0/treeherder-dl-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/ErichDonGubler/treeherder-dl/releases/download/v1.0.0/treeherder-dl-installer.ps1 | iex

Download treeherder-dl 1.0.0

target kind download
aarch64-apple-darwin tarball treeherder-dl-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball treeherder-dl-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball treeherder-dl-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball treeherder-dl-x86_64-unknown-linux-gnu.tar.xz