v1.0.0
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
- build(deps): bump openssl from 0.10.57 to 0.10.60 by @dependabot in #13
- Try to use
gzip
encoding for artifact downloads by @ErichDonGubler in #14
New Contributors
- @dependabot made their first contribution in #13
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 |