Skip to content

Commit

Permalink
Merge pull request #222 from filecoin-project/release/v1.7.0
Browse files Browse the repository at this point in the history
release: v1.7.0
  • Loading branch information
dirkmc authored Jun 10, 2021
2 parents 7794046 + 215cab4 commit 191dec0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# go-data-transfer changelog

# go-data-transfer 1.7.0

Fire transfer queued event when transfer is queued in graphsync

- github.com/filecoin-project/go-data-transfer:
- Fire a transfer queued event when a transfer is queued in Graphsync (#221) ([filecoin-project/go-data-transfer#221](https://github.com/filecoin-project/go-data-transfer/pull/221))
- feat: pass ChannelID to ValidatePush & ValidatePull (#220) ([filecoin-project/go-data-transfer#220](https://github.com/filecoin-project/go-data-transfer/pull/220))
- github.com/ipfs/go-graphsync (v0.6.1 -> v0.6.4):
- Request Queued hook ([ipfs/go-graphsync#172](https://github.com/ipfs/go-graphsync/pull/172))
- Fix/log blockstore reads (#169) ([ipfs/go-graphsync#169](https://github.com/ipfs/go-graphsync/pull/169))
- Better logging for Graphsync traversal (#167) ([ipfs/go-graphsync#167](https://github.com/ipfs/go-graphsync/pull/167))

Contributors

| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Aarsh Shah | 3 | +165/-180 | 17 |
| aarshkshah1992 | 3 | +87/-3 | 7 |
| dirkmc | 3 | +41/-18 | 6 |

# go-data-transfer 1.6.1

Remove performance bottleneck with CID lists.
Expand Down

0 comments on commit 191dec0

Please sign in to comment.