Releases: qri-io/dag
Releases · qri-io/dag
chore(release): release v0.2.2
[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)
- http: always set request Accept & Content-Type res headers (dc859f1)
Performance Improvements
chore(release): release v0.2.1
v0.2.0
Overhauled Dsync with new API, P2P support, Push & Pull hooks
We've completely reworked dsync to make the API easier to work with, and add support for p2p as a dsync transport!
This new API includes configurable hooks integrated into the lifecycle of push & pulls. Check out ExampleNew
in dag/dsync/dsync_test.go
for an annotated overview.
We're using this new dsync work as the basis for "remotes" in qri, which makes for a nice production-grade example.