From 1e2b5d5a624ef5c8c90623459c12566d6a9061f1 Mon Sep 17 00:00:00 2001 From: Dustin Long Date: Tue, 4 May 2021 11:23:46 -0400 Subject: [PATCH] chore(release): release v0.2.2 --- CHANGELOG.md | 18 ++++++++++++++++++ go.sum | 1 + 2 files changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ede8a07..5afdbd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [v0.2.2](https://github.com/qri-io/dag/compare/v0.2.1...v0.2.2) (2021-05-04) + +This patch release fixes some issues in dsync. Network errors are now retried, and blocks are pushed as large archive streams. Performance will improve and transfers will fail less often. + +### Bug Fixes + +* **dsync:** PROTOCOL_ERROR responses retry instead of failing ([e26737d](https://github.com/qri-io/dag/commit/e26737de2c39b2dca226cef0e95ce5a0ac6daf96)) +* **http:** always set request Accept & Content-Type res headers ([dc859f1](https://github.com/qri-io/dag/commit/dc859f1ddb1477d2b7a818403fe60aa07542e467)) + + +### Performance Improvements + +* **CARStream:** push blocks in one large CAR archive stream ([207f481](https://github.com/qri-io/dag/commit/207f4818cb3399f85d3a32d0147c25a7972925aa)) +* **dsync:** pull uses a stream interface over HTTP ([1704518](https://github.com/qri-io/dag/commit/170451873ad41fb9ade119d9c3edd27e9ffe89ab)) + + + # [v0.2.1](https://github.com/qri-io/dag/compare/v0.2.0...v0.2.1) (2020-06-29) diff --git a/go.sum b/go.sum index 69e6348..ea2ba86 100644 --- a/go.sum +++ b/go.sum @@ -479,6 +479,7 @@ github.com/ipfs/go-verifcid v0.0.1 h1:m2HI7zIuR5TFyQ1b79Da5N9dnnCP1vcu2QqawmWlK2 github.com/ipfs/go-verifcid v0.0.1/go.mod h1:5Hrva5KBeIog4A+UpqlaIU+DEstipcJYQQZc0g37pY0= github.com/ipfs/interface-go-ipfs-core v0.3.0 h1:oZdLLfh256gPGcYPURjivj/lv296GIcr8mUqZUnXOEI= github.com/ipfs/interface-go-ipfs-core v0.3.0/go.mod h1:Tihp8zxGpUeE3Tokr94L6zWZZdkRQvG5TL6i9MuNE+s= +github.com/ipld/go-car v0.1.0 h1:AaIEA5ITRnFA68uMyuIPYGM2XXllxsu8sNjFJP797us= github.com/ipld/go-car v0.1.0/go.mod h1:RCWzaUh2i4mOEkB3W45Vc+9jnS/M6Qay5ooytiBHl3g= github.com/ipld/go-ipld-prime v0.0.2-0.20191108012745-28a82f04c785 h1:fASnkvtR+SmB2y453RxmDD3Uvd4LonVUgFGk9JoDaZs= github.com/ipld/go-ipld-prime v0.0.2-0.20191108012745-28a82f04c785/go.mod h1:bDDSvVz7vaK12FNvMeRYnpRFkSUPNQOiCYQezMD/P3w=