Skip to content

Commit

Permalink
chore(release): release v0.2.2
Browse files Browse the repository at this point in the history
Merge pull request #39 from qri-io/release-v0.2.2
  • Loading branch information
dustmop authored May 4, 2021
2 parents ae00241 + 1e2b5d5 commit 79c0cfe
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="v0.2.2"></a>
# [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))



<a name="v0.2.1"></a>
# [v0.2.1](https://github.com/qri-io/dag/compare/v0.2.0...v0.2.1) (2020-06-29)

Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 79c0cfe

Please sign in to comment.