add changelog

This commit is contained in:
Michael Eischer 2024-05-01 16:28:57 +02:00
parent 20d8eed400
commit 676f0dc60d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Enhancement: Improve reliability of backend operations
Restic now downloads pack files in large chunks instead of using a streaming
download. This prevents failures due to interrupted streams. The `restore`
command now also retries downloading individual blobs that cannot be retrieved.
https://github.com/restic/restic/issues/4627
https://github.com/restic/restic/pull/4605