From 9f0605766cc6fdf0dd4653694d704324b217aa26 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 20 Feb 2018 22:10:52 +0100 Subject: [PATCH] Add entry to changelog --- changelog/0.8.3/pull-1634 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/0.8.3/pull-1634 diff --git a/changelog/0.8.3/pull-1634 b/changelog/0.8.3/pull-1634 new file mode 100644 index 000000000..3a2a8aa3d --- /dev/null +++ b/changelog/0.8.3/pull-1634 @@ -0,0 +1,7 @@ +Enhancement: Upgrade B2 client library, reduce HTTP requests + +We've upgraded the B2 client library restic uses to access BackBlaze B2. This +reduces the number of HTTP requests needed to upload a new file from two to +one, which should improve throughput to B2. + +https://github.com/restic/restic/pull/1634