Skip to content

Releases: Morilli/ManifestDownloader

ManifestDownloader 2.0_fix1

23 Mar 16:32

Choose a tag to compare

  • fix connection errors due to missing SNI usage

ManifestDownloader 2.0

01 Feb 18:50

Choose a tag to compare

  • 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

30 Jan 14:28

Choose a tag to compare

v2.0-pre2 Pre-release
Pre-release
  • support rman version 2.1

v2.0-pre

27 Nov 21:26

Choose a tag to compare

v2.0-pre Pre-release
Pre-release
  • switch to wolfssl for TLS1.3 support and automatic system certificate store usage

Full Changelog: v1.9...v2.0-pre

ManifestDownloader 1.9

15 Aug 02:10

Choose a tag to compare

  • add full support for 4GB+ files
  • implement BLAKE3 hash for chunk verification

Full Changelog: v1.8.2...v1.9

ManifestDownloader 1.8.2

12 Apr 23:10

Choose a tag to compare

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

27 Jul 19:35

Choose a tag to compare

  • 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

04 Feb 19:39

Choose a tag to compare

  • added IdenTrust Commercial Root CA 1 certificate

ManifestDownloader 1.8

08 Dec 21:48

Choose a tag to compare

  • adds support for using a local file system path as bundle_base instead 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

21 Jul 03:37

Choose a tag to compare

  • 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