add http timeouts to changelog

This commit is contained in:
Michael Eischer 2024-05-01 22:03:20 +02:00
parent b191469d88
commit d46b13896e
1 changed files with 8 additions and 0 deletions

View File

@ -4,5 +4,13 @@ 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.
HTTP requests that become stuck while uploading or download for more than two
minutes. This ensures that stuck requests are retried after a short timeout.
These new request timeouts can temporarily be disabled by setting the
environment variable `RESTIC_FEATURES=http-timeouts=false`. Note that this
feature flag will be removed in the next minor restic version.
https://github.com/restic/restic/issues/4627
https://github.com/restic/restic/issues/4193
https://github.com/restic/restic/pull/4605
https://github.com/restic/restic/pull/4792