Skip to content

Commit f80db17

Browse files
authored
Merge pull request #218 from filecoin-project/release/v1.6.1
release: v1.6.1
2 parents 7e93538 + ae7f02b commit f80db17

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

3+
# go-data-transfer 1.6.1
4+
5+
Remove performance bottleneck with CID lists.
6+
7+
- github.com/filecoin-project/go-data-transfer:
8+
- Remove CID lists (#217) ([filecoin-project/go-data-transfer#217](https://github.com/filecoin-project/go-data-transfer/pull/217))
9+
- feat: use different extension names to fit multiple hooks data in same graphsync message (#204) ([filecoin-project/go-data-transfer#204](https://github.com/filecoin-project/go-data-transfer/pull/204))
10+
- fix: map race in GS transport (#208) ([filecoin-project/go-data-transfer#208](https://github.com/filecoin-project/go-data-transfer/pull/208))
11+
- refactor: simplify graphsync transport (#203) ([filecoin-project/go-data-transfer#203](https://github.com/filecoin-project/go-data-transfer/pull/203))
12+
13+
Contributors
14+
15+
| Contributor | Commits | Lines ± | Files Changed |
16+
|-------------|---------|---------|---------------|
17+
| dirkmc | 5 | +1134/-707 | 24 |
18+
| tchardin | 1 | +261/-33 | 4 |
19+
| Dirk McCormick | 13 | +193/-2 | 13 |
20+
| hannahhoward | 1 | +17/-0 | 1 |
21+
322
# go-data-transfer 1.6.0
423

524
- github.com/filecoin-project/go-data-transfer:

0 commit comments

Comments
 (0)