Skip to content

Releases: igor-ruivo/generic-auto-updater

Client Consistency During Updates

18 Jul 00:55
Compare
Choose a tag to compare

Client consistency maintained during eventual errors while performing a download regarding an update.

Consistency During Updates

18 Jul 00:05
591fc97
Compare
Choose a tag to compare

File consistency maintained during eventual errors while performing a download regarding an update.
Note that this doesn't guarantee client consistency as a whole yet. Still only at file-level.

Security Improvements

17 Jul 17:56
b99a16f
Compare
Choose a tag to compare

Downloading content to disk;
HTTP status code treatment;
Downloader and exceptions treatment improved;
Hasher and Downloader are now extensible;
Fixed issue regarding the lack of headers in downloader's HTTP requests;
Applying exponential backoff and randomized timeout while retrying downloads;
Maximum number of retries per file download set to 3 instead of 5;
Code and documentation improvement.

File Size and Download Speed Metrics

11 Jul 12:05
Compare
Choose a tag to compare

Added current download speed, current downloading file size (and respective progress) and other metrics.

First Release

10 Jul 15:34
Compare
Choose a tag to compare

The first release of the Generic Auto-Updater.
Stable version, with no known issues.
Requires configuration. Read README.md.