From 4ce419aba68dbce0dcd01716f3e9ec0f63b508ea Mon Sep 17 00:00:00 2001 From: Kenneth Skovhede Date: Thu, 12 Dec 2024 15:26:11 +0100 Subject: [PATCH] Version bump to v2.1.0.102-2.1.0.102_canary_2024-12-12 You can download this build from: Binaries: https://updates.duplicati.com/canary/?version=2.1.0.102 Signature file: https://updates.duplicati.com/canary/duplicati-2.1.0.102_canary_2024-12-12.signatures.zip --- ReleaseBuilder/build_version.txt | 2 +- changelog.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ReleaseBuilder/build_version.txt b/ReleaseBuilder/build_version.txt index bbe27ff9e..6dd8adf6a 100644 --- a/ReleaseBuilder/build_version.txt +++ b/ReleaseBuilder/build_version.txt @@ -1 +1 @@ -2.1.0.101 \ No newline at end of file +2.1.0.102 \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 9a572bf18..fd54c4fc9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,20 @@ +2024-12-12 - 2.1.0.102_canary_2024-12-12 +========== +This release is a canary release intended to be used for testing. + +**Note that this build is using .NET8, unlike the 2.0.8.1 build** + +**Note that this build has a redesigned restore flow** +Should issues arise, the previous restore engine can be enabled with `--restore-legacy=true`. + +## Detailed list of changes: +- Upgraded FluentFTP to fix a crash on socket timeout +- Removed named channels to fix a rare exception +- Rewrote the restore process to be multithreaded and target optimal disk I/O write performance +- Added missing documentation to the iDrive e2 backend +- Added activity timeout on backend transfers +- Added support for generating a "forever token" + 2024-12-06 - 2.1.0.101_canary_2024-12-06 ========== This release is a canary release intended to be used for testing.