Releases: Morilli/ManifestDownloader
Releases · Morilli/ManifestDownloader
ManifestDownloader 2.0_fix1
ManifestDownloader 2.0
- switch to wolfssl for TLS1.3 support and automatic system certificate store usage
- support rman version 2.1 and harden manifest parsing
- update dependencies
v2.0-pre2
v2.0-pre
- switch to wolfssl for TLS1.3 support and automatic system certificate store usage
Full Changelog: v1.9...v2.0-pre
ManifestDownloader 1.9
- add full support for 4GB+ files
- implement BLAKE3 hash for chunk verification
Full Changelog: v1.8.2...v1.9
ManifestDownloader 1.8.2
Maintenance release. I've updated the dependent zstd and pcre2 libraries and fixed a couple minor/rare bugs.
Full Changelog: v1.8.1...v1.8.2
ManifestDownloader 1.8.1
- gracefully attempt a reconnection when a socket connection was closed server-side due to inactivity (main cause of this would be updating an existing installation, where minutes could pass verifying files without a single file needing to be patched)
- better handling of rare error scenarios, like an unexpected failure to send or receive data while in the middle of communication, or the ZSTD decompression failing for some reason
ManifestDownloader 1.8_fix1
- added
IdenTrust Commercial Root CA 1certificate
ManifestDownloader 1.8
- adds support for using a local file system path as
bundle_baseinstead of a url. - that file path must contain all necessary bundles, and my software does not offer a way to download them all right now, so have fun getting them
ManifestDownloader 1.7
- fixes regex groups in filter/unfilter
- (hopefully) improve file reading/verifying performance; also efficient (?) sha256 implementation
- fixes an error when downloading files that are larger than 2 gigabytes