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
This commit is contained in:
Kenneth Skovhede
2024-12-12 15:26:11 +01:00
parent d2955d4c98
commit 4ce419aba6
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
2.1.0.101
2.1.0.102
+17
View File
@@ -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.