Skip to content

Commit 215cab4

Browse files
committed
release: v1.7.0
1 parent 7794046 commit 215cab4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# go-data-transfer changelog
22

3+
# go-data-transfer 1.7.0
4+
5+
Fire transfer queued event when transfer is queued in graphsync
6+
7+
- github.com/filecoin-project/go-data-transfer:
8+
- 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))
9+
- feat: pass ChannelID to ValidatePush & ValidatePull (#220) ([filecoin-project/go-data-transfer#220](https://github.com/filecoin-project/go-data-transfer/pull/220))
10+
- github.com/ipfs/go-graphsync (v0.6.1 -> v0.6.4):
11+
- Request Queued hook ([ipfs/go-graphsync#172](https://github.com/ipfs/go-graphsync/pull/172))
12+
- Fix/log blockstore reads (#169) ([ipfs/go-graphsync#169](https://github.com/ipfs/go-graphsync/pull/169))
13+
- Better logging for Graphsync traversal (#167) ([ipfs/go-graphsync#167](https://github.com/ipfs/go-graphsync/pull/167))
14+
15+
Contributors
16+
17+
| Contributor | Commits | Lines ± | Files Changed |
18+
|-------------|---------|---------|---------------|
19+
| Aarsh Shah | 3 | +165/-180 | 17 |
20+
| aarshkshah1992 | 3 | +87/-3 | 7 |
21+
| dirkmc | 3 | +41/-18 | 6 |
22+
323
# go-data-transfer 1.6.1
424

525
Remove performance bottleneck with CID lists.

0 commit comments

Comments
 (0)