Skip to content

v0.2.0

Compare
Choose a tag to compare
@b5 b5 released this 04 Sep 15:49
· 28 commits to master since this release
30bf0f8

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.