Releases: junderw/hibp_downloader
Releases · junderw/hibp_downloader
Don't clear progress and logs at the end of the program
Fix File not found error
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
- 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
- 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
- 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
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
Testing CI releases.