Skip to content

Releases: junderw/hibp_downloader

Don't clear progress and logs at the end of the program

17 Feb 03:16
69e57a9
Compare
Choose a tag to compare

Fix File not found error

16 Feb 05:40
3f9d734
Compare
Choose a tag to compare

There was an error when the output-path file was empty. This fixes that error.

Full Changelog: v1.1.0...v1.1.1

Add multi-file output

10 Nov 06:36
47c01cd
Compare
Choose a tag to compare
  • Adds a new multi-file download method when you pass in an empty folder as the output-path argument.

Full Changelog: v1.0.3...v1.1.0

Fix sort row estimate

25 Oct 17:38
b314a11
Compare
Choose a tag to compare
  • Fixed README to show new default
  • Fixed sort row estimate (The previous fix didn't take into account the extra * 2 later on)

Full Changelog: v1.0.2...v1.0.3

Better defaults and estimates

25 Oct 17:28
d19bc25
Compare
Choose a tag to compare
  • Default concurrent requests were too high for 8 core machines and Cloudflare was throttling. It seems like 128 in-flight at a time is the sweet spot.
  • Using file size to estimate the number of rows was about 4.4% off. Adjusted the estimate.

Full Changelog: v1.0.1...v1.0.2

Use rustls for TLS connections

25 Oct 07:50
fc21ccd
Compare
Choose a tag to compare

This fixes a bug in the linux binary where it tries to dynamically link to openssl.

Full Changelog: v1.0.0...v1.0.1

First release

25 Oct 07:10
c986e0c
Compare
Choose a tag to compare

Testing CI releases.